Hi,
I encounted some trouble when I did the cross compile. I am not familiar with linux environment. So I may ask a stupid question. Any help will be appreciated.
I installed the arm cross compiler toolchian, and tried to compile madplay. But when I ran ./configure, I met an error with the message :
checking whether byte ordering is bigendian... configure: error: can not run test program while cross compiling.
I have ever succeeded the configuration, but I am not sure what to do. Can anybody help me?
Thanks in advance.
On Wednesday, July 30, 2003, at 11:41 PM, hank.jan@billionton.com.tw wrote:
I installed the arm cross compiler toolchian, and tried to compile madplay. But when I ran ./configure, I met an error with the message : checking whether byte ordering is bigendian... configure: error: can not run test program while cross compiling. I have ever succeeded the configuration, but I am not sure what to do. Can anybody help me?
Just check the resulting config.h and make sure WORDS_BIGENDIAN is correctly defined (or not defined) for the system that will run the programs you are building.