Author Topic: Building Ndless  (Read 4429 times)

0 Members and 1 Guest are viewing this topic.

SirCmpwn

  • Guest
Building Ndless
« 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?

Offline Silver Shadow

  • Beta Tester
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 817
  • Rating: +27/-7
    • View Profile
Re: Building Ndless
« Reply #1 on: January 17, 2011, 01:08:37 pm »
Could you post the exact error plz?
Former Coder of Tomorrow


Offline benoit934

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 8
  • Rating: +2/-0
    • View Profile
Re: Building Ndless
« Reply #2 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 ?