Re: Raspberry Pi
- Posted by irv Mar 28, 2017
- 2427 views
It appears I've got missing or incorrect paths somewhere: I'm sure I could figure it out eventually, but would appreciate a hint if you have time :)
Translating code, pass: 1 2 3 4 generating
3.c files were created.
To build your project, change directory to build-arm/ and type make -f hello.mak
make: Entering directory `/home/irv/build-arm'
arm-linux-gnueabihf-gcc -fomit-frame-pointer -c -w -fsigned-char -O2 -I/usr/local/share/euphoria -ffast-math init-.c -o init-.o
arm-linux-gnueabihf-gcc -fomit-frame-pointer -c -w -fsigned-char -O2 -I/usr/local/share/euphoria -ffast-math hello.c -o hello.o
arm-linux-gnueabihf-gcc -fomit-frame-pointer -c -w -fsigned-char -O2 -I/usr/local/share/euphoria -ffast-math main-.c -o main-.o
In file included from /usr/include/stdint.h:25:0,
from /usr/lib/gcc-cross/arm-linux-gnueabihf/4.8/include/stdint.h:9,
from /usr/local/share/euphoria/include/euphoria.h:15,
from init-.c:1:
/usr/include/features.h:374:25: fatal error: sys/cdefs.h: No such file or directory
# include <sys/cdefs.h>
^
compilation terminated.

