From http://narcissus.angstrom-distribution.org/ I set Machine: c6a816x-evm to build a root file system with python, boost-dev, opencv library.
However on the linux x86 ubuntu host side, I am using CodeSourcey cross-complier to develop arm linux applications.
What is the difference between arm-angstrom-linux-gnueabi-g++ and Code Sourcery arm-none-linux-gnueabi-g++, other than that the Code Sourcery is a cross compiler and the angstrom compiler is native?
Both are gcc 4.3.3.
Will the C/C++ application binaries cross-complied with arm-none-linux-gnueabi-g++, work with shared libs built by narcissus [or with native arm-angstrom-linux-gnueabi-g++ compiler], with no compatibility issues?
Can I copy the libs from angstrom filesystem into EZSDK root filesystem?
RV