View Single Post
Old 03-31-2007, 02:58 PM   #1
hudson
Stunt Programmer
hudson has a complete set of Star Wars action figures.hudson has a complete set of Star Wars action figures.hudson has a complete set of Star Wars action figures.hudson has a complete set of Star Wars action figures.hudson has a complete set of Star Wars action figures.
 
hudson's Avatar
 
Posts: 31
Karma: 449
Join Date: Mar 2007
Location: Washington, DC
Device: iRex iLiad, Sony PRS500, Treo 650
Building FLTK for the iLiad

I've been able to cross compile FLTK for the arm with the iRex / OE cross compile tools, although it does generate errors on the build of some of the tests since fluid can't run and again during the install. The fltk-config script does get correctly installed in the arm tree during the 'make install', so my application builds just need to change the path to fltk-config and everything works smoothly.

The configure script:

CC=/usr/local/arm/oe/bin/arm-linux-gcc \
CXX=/usr/local/arm/oe/bin/arm-linux-g++ \
./configure \
--host arm-linux-elf \
--prefix /usr/local/arm/oe/arm-linux \
--enable-threads

make
sudo make install
hudson is offline   Reply With Quote