Author Topic: arm-elf-gcc Problems  (Read 7661 times)

0 Members and 1 Guest are viewing this topic.

SirCmpwn

  • Guest
arm-elf-gcc Problems
« on: December 12, 2010, 01:49:52 pm »
Hello,
I am trying to use some of the code from the skeleton topic, but I don't have arm-elf-gcc, arm-elf-as, or arm-elf-ld, and changing them out for nspire-elf-___ doesn't work.  Any ideas?

Offline apcalc

  • The Game
  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1393
  • Rating: +120/-2
  • VGhlIEdhbWUh (Base 64 :))
    • View Profile
Re: arm-elf-gcc Problems
« Reply #1 on: December 12, 2010, 01:52:01 pm »
arm-elf-* haven't been used in Ndless since version 1.1.  Now, arm-none-eabi-* must be used.  Just use a Makefile like the ones in the Ndless 1.7 examples.  Is there any specific code that you are using that requires arm-elf-*?


SirCmpwn

  • Guest
Re: arm-elf-gcc Problems
« Reply #2 on: December 12, 2010, 01:56:08 pm »
:banghead:
Developing with Ndless gives me headaches...
I've attached my files, and I changed it to mimic one of the example makefiles, but now errors abound.

Offline fb39ca4

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1749
  • Rating: +60/-3
    • View Profile
Re: arm-elf-gcc Problems
« Reply #3 on: December 12, 2010, 02:00:40 pm »
It is just nspire-, not nspire-elf-. What I did was take all of the routines in the skeleton and just copy them into an ndless 1.7 samples directory.

What errors are you getting, exactly?

SirCmpwn

  • Guest
Re: arm-elf-gcc Problems
« Reply #4 on: December 12, 2010, 02:11:10 pm »
After switching computers, I can't say for sure, but I remember one from the getch() function that said something about the size of "event" being unknown.

Offline fb39ca4

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1749
  • Rating: +60/-3
    • View Profile
Re: arm-elf-gcc Problems
« Reply #5 on: December 12, 2010, 02:20:07 pm »
If you don't need to use those functions, try commenting them out or deleting their files.

SirCmpwn

  • Guest
Re: arm-elf-gcc Problems
« Reply #6 on: December 12, 2010, 02:20:44 pm »
Unfortunately, I do want to use them.  What would be preventing them from working now?

Offline fb39ca4

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1749
  • Rating: +60/-3
    • View Profile
Re: arm-elf-gcc Problems
« Reply #7 on: December 12, 2010, 02:36:33 pm »
I have no idea what. The skeleton was madefor ndless 1.1, though.
* fb39ca4 pokes bwang to update the skeleton for ndless 1.7

SirCmpwn

  • Guest
Re: arm-elf-gcc Problems
« Reply #8 on: December 12, 2010, 02:38:02 pm »
* SirCmpwn slaps bwang for a skeleton update for ndless 1.7

Offline fb39ca4

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1749
  • Rating: +60/-3
    • View Profile
Re: arm-elf-gcc Problems
« Reply #9 on: December 12, 2010, 02:41:31 pm »
Lol

SirCmpwn

  • Guest
Re: arm-elf-gcc Problems
« Reply #10 on: December 12, 2010, 03:53:08 pm »
Attached is the errors I've been getting.  MinGW doesn't let you copypasta from it.

Offline fb39ca4

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1749
  • Rating: +60/-3
    • View Profile
Re: arm-elf-gcc Problems
« Reply #11 on: December 12, 2010, 05:56:16 pm »
* fb39ca4 pokes bwang to fix getch

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: arm-elf-gcc Problems
« Reply #12 on: December 13, 2010, 03:49:49 pm »
I think Bwang is still busy, though. It will probably take another while before he sees this.