Hi: My cross compiler PATH is exported and when I type 'arm-br-linux-gnueabi-gcc' from same terminal, where i am running scons, it is working.
If you see the full 'gcc' command in config.log file, there is no '-L' and '-l' options, but there is '-I' exported, only -L and -l options are not taking not sure why so? Thanks , Anil Kolli, 9886-595-440. On 31 March 2015 at 12:34, Thiago Macieira <thiago.macieira at intel.com> wrote: > On Tuesday 31 March 2015 12:28:00 anilkumar kolli wrote: > > Hi IoTivity: > > > > Still facing the issue LIBPATH not adding to compilation flags. > > > > I have tried printing 'env' by using 'print env.Dump()' just before > > checking for 'boost_program_option', LIBPATH exists there also. > > > > Attached build log by printing 'env' and config.log. > > Your build log has nothing to do with LIBPATH. The problem is PATH itself. > > arm-br-linux-gnueabi-gcc -o .sconf_temp/conftest_0.o -c -- > > sysroot=/home/spanidea/anilk/buildroot_anil/buildroot/output/host/usr/arm-br- > linux-gnueabi/sysroot -Os -march=armv7-a -DNDEBUG - > > I/home/spanidea/anilk/buildroot_anil/buildroot/output/host/usr/arm-br-linux- > gnueabi/sysroot/usr/include -Iextlibs/cereal/include > .sconf_temp/conftest_0.c > sh: 1: arm-br-linux-gnueabi-gcc: not found > > The compiler was not found. > -- > Thiago Macieira - thiago.macieira (AT) intel.com > Software Architect - Intel Open Source Technology Center > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20150331/2dfefb8d/attachment.html>
