Hi Naveen,

Thanks for attaching those logs. From the logs it's clear what the problem is: it's still building with the host's header files (from the -I/usr/include) on the compile lines. This means it's trying to include asm code for the host's architecture, which clearly doesn't work.

I also notice from the output from configure that it's still not picking up the correct libusb configuration from pkgconfig either. Do you have a .pc file for libusb in the ROOTFS/usr/lib/pkgconfig directory? If so is it for libusb 0.1?

As for the inclusion of -I/usr/include, the configure.log file should provide information on what test is deciding that it should be set. I suggest searching the configure.log to see what is setting that.

Regards,

Toby

On 28/02/2011 14:03, Naveen wrote:
Hi Toby,


I tried by running the ./buildgen cleanall and *CC=arm-none-linux-gnueabi-gcc CXX=arm-none-linux-gnueabi-g++
*
*LD=arm-none-linux-gnueabi-ld*  but then too i am getting the same error.
I am attaching the log files containing the full log of make and configure.






Regards,
Naveen


------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
Barry-devel mailing list
Barry-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/barry-devel

Reply via email to