Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
About
Team
Rules
Stats
Status
Sitemap
Chat
Downloads
Forum
News
Our Projects
Major Community Projects
Recent Posts
Unread Posts
Replies
Tools
SourceCoder3
Other Things...
Omnimaga Radio
TI-83 Plus ASM File Unsquisher
Z80 Conversion Tools
IES TI File Editor
Free RAM areas
Comprehensive Getkeyr table
URL Shortener
Online Axe Tilemap Editor
Help
Contact Us
Change Request
Report Issue/Bug
Team
Articles
Members
View the memberlist
Search For Members
Buddies
Login
Register
Omnimaga
»
Forum
»
Calculator Community
»
TI Calculators
»
Calculator C
»
arm-elf-gcc Problems
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: arm-elf-gcc Problems (Read 8745 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?
Logged
apcalc
The Game
CoT Emeritus
LV10
31337 u53r (Next: 2000)
Posts: 1393
Rating: +120/-2
VGhlIEdhbWUh (Base 64 :))
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-*?
Logged
SirCmpwn
Guest
Re: arm-elf-gcc Problems
«
Reply #2 on:
December 12, 2010, 01:56:08 pm »
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.
Logged
fb39ca4
LV10
31337 u53r (Next: 2000)
Posts: 1749
Rating: +60/-3
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?
Logged
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.
Logged
fb39ca4
LV10
31337 u53r (Next: 2000)
Posts: 1749
Rating: +60/-3
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.
Logged
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?
Logged
fb39ca4
LV10
31337 u53r (Next: 2000)
Posts: 1749
Rating: +60/-3
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
Logged
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
Logged
fb39ca4
LV10
31337 u53r (Next: 2000)
Posts: 1749
Rating: +60/-3
Re: arm-elf-gcc Problems
«
Reply #9 on:
December 12, 2010, 02:41:31 pm »
Lol
Logged
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.
Logged
fb39ca4
LV10
31337 u53r (Next: 2000)
Posts: 1749
Rating: +60/-3
Re: arm-elf-gcc Problems
«
Reply #11 on:
December 12, 2010, 05:56:16 pm »
* fb39ca4 pokes bwang to fix getch
Logged
DJ Omnimaga
Clacualters are teh gr33t
CoT Emeritus
LV15
Omnimagician (Next: --)
Posts: 55943
Rating: +3154/-232
CodeWalrus founder & retired Omnimaga founder
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.
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
Omnimaga
»
Forum
»
Calculator Community
»
TI Calculators
»
Calculator C
»
arm-elf-gcc Problems