Author Topic: Setting Up Ndless C Compiler  (Read 14614 times)

0 Members and 1 Guest are viewing this topic.

Offline sammyMaX

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 204
  • Rating: +9/-0
    • View Profile
Re: Setting Up Ndless C Compiler
« Reply #30 on: August 21, 2011, 10:18:02 am »
I installed Linux under the default file system (I'm pretty sure this is ext4)

Are you wondering who Sammy is? My avatar is Sammy.
   

Offline ExtendeD

  • CoT Emeritus
  • LV8 Addict (Next: 1000)
  • *
  • Posts: 825
  • Rating: +167/-2
    • View Profile
Re: Setting Up Ndless C Compiler
« Reply #31 on: August 22, 2011, 10:29:04 am »
EDIT: Could the Nspire-gcc errors be due to the ARM toolchain not being set up correctly? I installed an arm-linux-gnueabi instead of the recommended arm-none-eabi.
Ok:
- Make sure "which arm-linux-gnueabi-gcc" returns something in a console
- Replace all the occurences of "arm-linux-gnueabi-gcc" with "arm-linux-gnueabi-gcc" in the scripts nspire-gcc, nspire-as and nspire-ld.
Ndless.me with the finest TI-Nspire programs

Offline sammyMaX

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 204
  • Rating: +9/-0
    • View Profile
Re: Setting Up Ndless C Compiler
« Reply #32 on: August 25, 2011, 09:09:23 pm »
Okay, I found the problem. I typed in which "arm-linux-gnueabi-gcc" and got nothing back, so I went into Synaptic and found out that while I had packages like "gcc-4.5-arm-linux-gnueabi" and "gcc-4.5-arm-linux-gnueabi-base", I never installed "gcc-arm-linx-gnueabi" because I thought it was the same thing. I already got the environment set up in Windows, but thanks so much for helping me through this!

Are you wondering who Sammy is? My avatar is Sammy.