[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
Is allegro able to be cross compiled? I am trying to get it working on the Xscale/X/Linux (pdaXrom for the Zaurus PDA) platfrom and failing due to the asmdef file. I also compiled via x86 and moved the asmdef file over in hopes that it would work, but received a million asm errors.
I told the ./configure process not to use asm, but this did not seem to matter. Here are the parameters I passed:
LIBS="-lXft -lXrender -lXext -lfontconfig -lexpat -lfreetype -lX11 -L/opt/arm/3.3.2/armv5tel-cacko-linux/X11R6/lib -L/opt/arm/3.3.2/armv5tel-cacko-linux/qt/lib -L/opt/arm/3.3.2/armv5tel-cacko-linux/lib" NM=armv5tel-cacko-linux-nm LD=armv5tel-cacko-linux-ld CC=armv5tel-cacko-linux-gcc CXX=armv5tel-cacko-linux-g++ RANLIB=armv5tel-cacko-linux-ranlib AR=armv5tel-cacko-linux-ar ./configure --host=armv5tel-cacko-linux --build=i686-linux --x-includes=/opt/arm/3.3.2/armv5tel-cacko-linux/X11R6/include --x-libraries=/opt/arm/3.3.2/armv5tel-cacko-linux/X11R6/lib --with-x --enable-asm=no --enable-alsadigi=no --enable-alsamidi=no --enable-esddigi=no --enable-artsdigi=no --enable-opts=xscale --enable-exclopts=none
Any help would be greatly appreciated.
David