Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save c-mauderer/5c4bf432b812b78b18bed859d4a7b59a to your computer and use it in GitHub Desktop.
Save c-mauderer/5c4bf432b812b78b18bed859d4a7b59a to your computer and use it in GitHub Desktop.
sh > LANG=en_US make V=1 CROSS_COMPILE=../../install/rtems/5/bin/arm-rtems5-
../../install/rtems/5/bin/arm-rtems5-gcc -o crc/crc32c-arm64.o -std=gnu99 -Wwrite-strings -Wall -Wdeclaration-after-statement -g -ffast-math -D_GNU_SOURCE -include config-host.h -I. -I. -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DBITS_PER_LONG=32 -DFIO_VERSION='"fio-3.6-37-g1222"' -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFIO_INTERNAL -DFIO_INC_DEBUG -c crc/crc32c-arm64.c
In file included from /home/christian/rtems/rtems-bbb/install/rtems/5/arm-rtems5/include/sys/unistd.h:596:0,
from /home/christian/rtems/rtems-bbb/install/rtems/5/arm-rtems5/include/unistd.h:4,
from /home/christian/rtems/rtems-bbb/install/rtems/5/arm-rtems5/include/pthread.h:25,
from crc/../os/os.h:7,
from crc/crc32c-arm64.c:2:
/home/christian/rtems/rtems-bbb/install/rtems/5/lib/gcc/arm-rtems5/7.3.0/include/ssp/unistd.h:38:10: fatal error: ssp.h: No such file or directory
#include <ssp.h>
^~~~~~~
compilation terminated.
make: *** [Makefile:336: crc/crc32c-arm64.o] Error 1
sh >
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment