Advertisement
Guest User

Untitled

a guest
Oct 10th, 2015
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. manuel@vader:~/src/scummvm$ arm-rpi-linux-gnueabi-gcc -isysroot --sysroot=/opt/rpi_root pp.c -o ppp -I/usr/include -I/usr/include/arm-linux-gnueabihf
  2. In file included from /usr/include/stdio.h:27:0,
  3. from pp.c:2:
  4. /usr/include/features.h:364:25: fatal error: sys/cdefs.h: No such file or directory
  5. compilation terminated.
  6. manuel@vader:~/src/scummvm$ find /opt/rpi_root -name 'cdefs.h'
  7. /opt/rpi_root/usr/include/arm-linux-gnueabihf/sys/cdefs.h
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement