I've found that the OM cross compiler gets built without the --with-sysroot= configure option, and if I move it and it's libs and includes to say /usr/local/arm/4.1.1, compiles won't work without explicitly invoking the arm-linux-gcc with a '-sysroot=' option.
<br><br>If I change this behavior in the moko/openembedded/packages/gcc-cross_4.1.1.bb:<br><br>-EXTRA_OECONF += &quot;--with-mpfr=${STAGING_DIR}/${BUILD_SYS}<br>=============<br>+EXTRA_OECONF += &quot;--with-mpfr=${STAGING_DIR}/${BUILD_SYS} --with-sysroot=/usr/local/arm/4.1.1&quot;
<br><br>would this work, or is there a better way?<br><br><br>Osborne<br><br>