Omnimaga

Omnimaga => Our Projects => Ndless => Topic started by: SirCmpwn on January 16, 2011, 07:50:30 pm

Title: Building Ndless
Post by: SirCmpwn on January 16, 2011, 07:50:30 pm
Hello,
I grabbed the latest build of Ndless, and attempted to build it, but I get an error about EOF being undefined.  How would I resolve this?
Title: Re: Building Ndless
Post by: Silver Shadow on January 17, 2011, 01:08:37 pm
Could you post the exact error plz?
Title: Re: Building Ndless
Post by: benoit934 on February 10, 2011, 01:55:01 pm
Me too look this

Code: [Select]
make[1]: Entering directory `/home/Ndless/libndls'
nspire-gcc -Os -nostdlib -c feof.c
feof.c: In function 'feof':
feof.c:28:11: error: 'EOF' undeclared (first use in this function)
feof.c:28:11: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [feof.o] Error 1
make[1]: Leaving directory `/home/Ndless/libndls'
make: *** [subdirs] Error 1

Can you help me ?