Hello every one Can you please tel me which GCC tool chain i can use for Minni 2440 for hex generation. Will i have to use cross compilation or i can compile it without it. Thanks
GCC compiler tool chain
1. Hex generation? Why do you need result in hex format? 2. What you think is alternative to cross compilation, in the 2440 case? 3. Compile what?
I was thinking to code in C and compile those file generate Hex Like we do in Keil. As i have experienced in GCC tool chains but not with cross compilation. So can you suggest is it possible to boost processor without using cross compilation. If yes please let me know the toolchain for the same. Thanks
Theoretically, it is possible to develop on-device, but practically - no. It is much easier and convenient to use some nice IDE with cross compiler. Ask linux people about gcc cross toolchain, because I develop in windows and use armcc