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.

Cross-Compiler Tools and libs doubts

Hello,

In the SDK_05_03_02 installation the cross-compiler tools are located in the SDK INSTALL DIR>/linux-devkit/bin, but i would like to know if these cross-compiler tools are the same than the ones located in SDK INSTALL DIR>/linux-devkit/arm-arago-linux-gnueabi/bin?

I also have doubts about cross-compiled libraries location. In the Sitara Linux SDK GCC Toolchain documents is written the next:

Cross-Compiled Libraries

The toolchain within the Sitara Linux SDK contains more than just the cross-compiler, it also contains pre-built

libraries that can be used in your applications without requiring you to cross-compile them yourself. These libraries

include packages from alsa to zlib. The libraries are located in:

SDK INSTALL DIR>/linux-devkit/arm-arago-linux-gnueabi/usr/lib

And the headers files corresponding to these libraries in:

SDK INSTALLDIR>/linux-devkit/arm-arago-linux-gnueabi/usr/include

I would like to know if these are all the libraries installed in the SDK that i have to consider to develop applications. If i check the software manifest document there is a table with development libraries installed on Host, but it is not specified the location of these libraries. For instance in the Example Applications changes for GDB debugging to access CLIB functions these 2 includes paths are added:

SDK INSTALLDIR>/linux-devkit/arm-arago-linux-gnueabi/usr/include

and also:

SDK INSTALLDIR>/linux-devkit/lib/gcc/arm-arago-linux-gnueabi/4.5.3/include

I am quite new to Linux, so any help to clarify these subjects will be really welcomed

Many thanks

Alberto5228.Example Applications changes for GDB.pdf