Omnimaga

Calculator Community => TI Calculators => Calculator C => Topic started by: SirCmpwn on December 12, 2010, 01:49:52 pm

Title: arm-elf-gcc Problems
Post by: SirCmpwn 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?
Title: Re: arm-elf-gcc Problems
Post by: apcalc 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-*?
Title: Re: arm-elf-gcc Problems
Post by: SirCmpwn 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.
Title: Re: arm-elf-gcc Problems
Post by: fb39ca4 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?
Title: Re: arm-elf-gcc Problems
Post by: SirCmpwn 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.
Title: Re: arm-elf-gcc Problems
Post by: fb39ca4 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.
Title: Re: arm-elf-gcc Problems
Post by: SirCmpwn on December 12, 2010, 02:20:44 pm
Unfortunately, I do want to use them.  What would be preventing them from working now?
Title: Re: arm-elf-gcc Problems
Post by: fb39ca4 on December 12, 2010, 02:36:33 pm
I have no idea what. The skeleton was madefor ndless 1.1, though./me pokes bwang to update the skeleton for ndless 1.7
Title: Re: arm-elf-gcc Problems
Post by: SirCmpwn on December 12, 2010, 02:38:02 pm
/me slaps bwang for a skeleton update for ndless 1.7
Title: Re: arm-elf-gcc Problems
Post by: fb39ca4 on December 12, 2010, 02:41:31 pm
Lol
Title: Re: arm-elf-gcc Problems
Post by: SirCmpwn on December 12, 2010, 03:53:08 pm
Attached is the errors I've been getting.  MinGW doesn't let you copypasta from it.
Title: Re: arm-elf-gcc Problems
Post by: fb39ca4 on December 12, 2010, 05:56:16 pm
/me pokes bwang to fix getch
Title: Re: arm-elf-gcc Problems
Post by: DJ Omnimaga 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.