Arm Community
Site
Search
User
Site
Search
User
Support forums
Arm Development Studio forum
Evaluation or Free compiler ?
Jump...
Cancel
Locked
Locked
Replies
7 replies
Subscribers
119 subscribers
Views
5028 views
Users
0 members are here
Options
Share
More actions
Cancel
Related
How was your experience today?
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion
Evaluation or Free compiler ?
Michael Giacomelli
over 12 years ago
Note: This was originally posted on 16th October 2010 at
http://forums.arm.com
I've been working on porting various ARM DSP optimizations to different open source libraries to reduce power consumption on ARM devices. Unfortunately while I'm happy with gcc, a lot of commercial users complain that things like ASM code don't link when used with the ARM ltd. compiler. Since I don't have access to it I can't look into it. This has led to a few commercial products shipping with poor performance and battery life.
Is it possible to get access to the official ARM compiler/assembler somehow for testing? I'm a student with no money doing this for fun, so paying for it isn't going to work, but I don't need to actually do development, just testing so maybe theres some free tool available for doing this?
Thanks for any help.
Parents
Joseph Yiu
over 12 years ago
Note: This was originally posted on 29th October 2010 at
http://forums.arm.com
You can use Keil Microcontroller Development Kit (MDK).
It is limited to 32KBytes (enough for most small projects), but there is no time limited.
[url="
https://www.keil.com/arm/demo/eval/arm.htm
"]
https://www.keil.com/arm/demo/eval/arm.htm[/url]
It use the same assembler syntax and C directives as RVDS. (It is the same compiler, with different command line options and switches).
It is not necessary to buy a debugger (e.g. ULINK2). Many development kit comes with a USB to JTAG chip so you can just plug the board to the USB port of the computer. (Might need to install plugin).
If you don't have any real hardware, Keil MDK has instruction set simulator so you can simulate you code.
Cancel
Vote up
0
Vote down
Cancel
Reply
Joseph Yiu
over 12 years ago
Note: This was originally posted on 29th October 2010 at
http://forums.arm.com
You can use Keil Microcontroller Development Kit (MDK).
It is limited to 32KBytes (enough for most small projects), but there is no time limited.
[url="
https://www.keil.com/arm/demo/eval/arm.htm
"]
https://www.keil.com/arm/demo/eval/arm.htm[/url]
It use the same assembler syntax and C directives as RVDS. (It is the same compiler, with different command line options and switches).
It is not necessary to buy a debugger (e.g. ULINK2). Many development kit comes with a USB to JTAG chip so you can just plug the board to the USB port of the computer. (Might need to install plugin).
If you don't have any real hardware, Keil MDK has instruction set simulator so you can simulate you code.
Cancel
Vote up
0
Vote down
Cancel
Children
No data