reswitched/libtransistor

'sha256.h' file not found

RKX1209 opened this issue · 1 comments

On Ubuntu 16.04, <sha256.h> is not found.

$ make LLVM_POSTFIX=-5.0
... 
/usr/lib/llvm-5.0/bin/clang -MD -MP -g -fPIC -fexceptions -fuse-ld=lld -fstack-p
rotector-strong -O3 -mtune=cortex-a53 -target aarch64-none-linux-gnu -nostdlib -
nostdlibinc -isystem /home/rkx/Programming/OSS/libtransistor/dist/include/ -D__S
WITCH__=1 -Wno-unused-command-line-argument -Wall -Wextra -Werror-implicit-funct
ion-declaration -Wno-unused-parameter -Wno-unused-command-line-argument -Werror-
thread-safety -MMD -MP -fno-stack-protector -c -o ./build//transistor/ld/loader/nro_via_ldr_ro.o lib/ld/loader/nro_via_ldr_ro.c
lib/ld/loader/nro_via_ldr_ro.c:10:9: fatal error: 'sha256.h' file not found
#include<sha256.h>
        ^~~~~~~~~~
1 error generated.

Oops. I've missed new build style.
After rebuilding, it works fine. Sorry.