Thursday, May 2, 2024
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 3608  / 1 Year ago, tue, february 28, 2023, 5:49:33

I've once programming with Keil C51, and later I found sdcc/uCsim is more elegant for me (though Keil C51 do optimization better), so I don't need Keil C51 anymore, and now I'm heavy relied on uCsim to do unit tests. Now I'm start to develop with ARM, however, sdcc doesn't support ARM. I've tried uVision which is very popular among my friends, but I want Ubuntu alternative. I can work smoothly with Makefile, so I don't need the IDE. uVision has a lot of predefined chipsets, I'm afraid they won't be included in GCC. My question is: is there any ARM compiler for Ubuntu, with a rich chipset support? And, is there any light-weight ARM VM like uCsim, so I can do unit test in ARM development?


More From » software-recommendation

 Answers
7

GNU Toolchain for ARM Processors ( Download Link )



CodeSourcery, in partnership with ARM, Ltd., develops improvements to the GNU Toolchain for ARM processors and provides regular, validated releases of the GNU Toolchain. Sourcery CodeBench Lite Edition supports ARM, Thumb, and Thumb-2 compilation for all architectures in active use, including Version 7 of the ARM Architecture.



[#44768] Tuesday, February 28, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
inciplyies

Total Points: 10
Total Questions: 114
Total Answers: 93

Location: French Polynesia
Member since Sun, Dec 20, 2020
3 Years ago
;