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.