Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. g++ -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -fno-PIE -I. -Ibuild -I../../gcc-6.3.0/gcc -I../../gcc-6.3.0/gcc/build -I../../gcc-6.3.0/gcc/../include -I../../gcc-6.3.0/gcc/../libcpp/include
  2. -o build/genmddeps.o ../../gcc-6.3.0/gcc/genmddeps.c
  3.  
  4. In file included from ./bconfig.h:3:0,
  5. from ../../gcc-6.3.0/gcc/genmddeps.c:18:
  6. ./auto-host.h:2321:16: error: declaration does not declare anything [-fpermissive]
  7. #define rlim_t long
  8. ^
  9. In file included from ../../gcc-6.3.0/gcc/genmddeps.c:19:0:
  10. ../../gcc-6.3.0/gcc/system.h:488:23: error: conflicting declaration of C function ‘void* sbrk(int)’
  11. extern void *sbrk (int);
  12. ^
  13.  
  14. ../gcc-6.3.0/configure --target=arm-eabi --prefix=/local/development/arm-project/tools/ --enable-languages=c --with-newlib --without-headers
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement