Questions tagged [codesourcery]

CodeSourcery is a supplier of open-source "Sourcery CodeBench" toolchains (integrating GCC, GDB, etc.) for ARM, MIPS, Power, x86, and other embedded processor architectures. Sourcery CodeBench has both free (as in beer) "Lite" editions and commercially-supported versions of the toolchains. CodeSourcery is a part of Mentor Graphics.

61 questions
0
votes
1 answer

Cross compilation issue using CodeSourcery and Pandaboard

I am new to Pandaboard development. I am using CodeSourcery cross compiler to cross compile my application code. My application is a simple 'hello world' app. I am using this for cross-compilation: arm-none-linux-gnueabi-gcc app.c -o app.out…
1 2 3 4
5