|
From: <li...@ba...> - 2007-05-16 08:44:11
|
Hi! Jeff Sadowski "jef...@gm..." wrote: [...] > What else would I need to cross compile This is what I used to cross compile for StrongARM. I think I tried this with 0.7.0 or so the last time, so no guarantees that it still works. export CC=arm-linux-gcc export CXX=arm-linux-g++ export CFLAGS="-O2 -pipe -mcpu=strongarm1100 -DPTYS_ARE_GETPT -DPTYS_ARE_SEARCHED -L/usr/local/arm-linux/lib" export PREPROCESSCMD=" -E" ./configure \ --prefix=/usr/local/LIRC \ --target=arm-linux \ --host=i686-pc-linux-gnu \ --sysconfdir=/usr/local/LIRC/etc \ --localstatedir=/var \ --with-devdir=/usr/local/LIRC/dev \ --x-libraries=/usr/local/arm-linux/X11R6/lib \ --with-moduledir=/usr/local/LIRC/lib/modules/ \ --with-kerneldir=/usr/local/arm-linux/src/linux/ \ --with-x \ --with-driver=ipaq \ --with-major=61 \ --with-port=none \ --with-irq=none Christoph |