Hi everybody. I have a beagleboard then I want to compile and run a c program on its processor. Can I use CGT for this purpose and is there any document or site for this usage ? or May I use any other compiler debugger ?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi everybody. I have a beagleboard then I want to compile and run a c program on its processor. Can I use CGT for this purpose and is there any document or site for this usage ? or May I use any other compiler debugger ?
Well, that board has an ARM and a C6000 DSP on it. Most (all?) beginners start by running code on the ARM. Running code on the DSP comes later. According to http://beagleboard.org/resources you should use a GCC ARM compiler from Code Sourcery. Note this forum is for questions about compilers directly supplied by TI. So, we cannot answer questions about the Code Sourcery compiler.
Thanks and regards,
-George