Author Topic: [problem] TI NSPIRE C compile error  (Read 8864 times)

0 Members and 1 Guest are viewing this topic.

Offline ElementCoder

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 611
  • Rating: +42/-2
    • View Profile
Re: [problem] TI NSPIRE C compile error
« Reply #15 on: March 13, 2013, 02:05:11 pm »
What exactly are you trying to compile? Because, like ExtendeD pointed out, from the first post it looks like you're trying to build ndless itself. So indeed first try to compile a basic nspire program, if that works, you're set.
« Last Edit: March 13, 2013, 02:05:52 pm by ElementCoder »

Some people need a high five in the face... with a chair.
~EC

Offline simonepsp

  • LV2 Member (Next: 40)
  • **
  • Posts: 20
  • Rating: +4/-1
    • View Profile
Re: [problem] TI NSPIRE C compile error
« Reply #16 on: March 13, 2013, 02:16:56 pm »
I'm trying to compile hello.c in /samples/hello directory

« Last Edit: March 13, 2013, 02:18:46 pm by simonepsp »

Offline simonepsp

  • LV2 Member (Next: 40)
  • **
  • Posts: 20
  • Rating: +4/-1
    • View Profile
Re: [problem] TI NSPIRE C compile error
« Reply #17 on: March 13, 2013, 02:58:51 pm »
a Ti nspire basic program? :| what program should I use? ;)

Sorry, I'm a noob :S

Offline ElementCoder

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 611
  • Rating: +42/-2
    • View Profile
Re: [problem] TI NSPIRE C compile error
« Reply #18 on: March 14, 2013, 03:27:21 am »
I don't mean a TI BASIC program, I meant a simple program like hello, but you're already trying that. Personally I use the SDK, which is pretty much plug 'n play. Maybe something is wrong with the makefile, paths or it's just win8 being silly. I don't know unfortunately :(

Some people need a high five in the face... with a chair.
~EC

Offline aeTIos

  • Nonbinary computing specialist
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3915
  • Rating: +184/-32
    • View Profile
    • wank.party
Re: [problem] TI NSPIRE C compile error
« Reply #19 on: March 14, 2013, 07:52:19 am »
seems like your directories are messed up as os.h cannot be found.
I'm not a nerd but I pretend:

Offline simonepsp

  • LV2 Member (Next: 40)
  • **
  • Posts: 20
  • Rating: +4/-1
    • View Profile
Re: [problem] TI NSPIRE C compile error
« Reply #20 on: March 14, 2013, 12:12:59 pm »
SOLVED :D

How I did:
1) uninstalled everything with revo uninstaller
2) removed path references with PATH editor
3) reinstalled 3 programs:
- MinGW
- Yagarto
- Msys
4) added bin folder, from Ndless SDK, to path environments
5) FIXED:D

Thank you ;)
« Last Edit: March 14, 2013, 12:13:20 pm by simonepsp »