Have you added a .bb file for this?
Si
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]
Unfortunately this would prove difficult as compiling exult needs some subtle changes to the OE's build structure.
Here is the steps to get a working exult binary.
First of all you have to edit the sdl-config file in the OE build directory and remove the -Dmain=SDL_main from that file.
I had to modify the .configure file to include certain flags such as -msoft-float etc
Then specify where the sdl-config file is
SDL_CONFIG=/mnt/ss/oebk/build/tmp/staging/i686-linux/bin/sdl-config
export SDL_CONFIG
then i had to run
PATH=/mnt/ss/oebk/build/tmp/cross/bin:$PATH ./configure -host=arm-linux --disable-exult-studio-support --disable-debug --disable-exult-studio --disable-gimp-plugin --disable-tools --disable-compiler --enable-data --disable-timidity --disable-kmid --disable-glade --disable-x
Once the configure process finished.........i ran
PATH=/mnt/ss/oebk/build/tmp/cross/bin:$PATH make
Then the problem is that it stops saying that it cant execute tools/expack , which is understandable since we are cross compiling and the tools/expack is for the arm cpu and thus it will not execute on our x86 build system, so my solution was to copy over a tools/expack which was compiled for the x86 cpu, and then re run make , and then the build process worked ok.
If the last link line for the exult binary fails you have to add the " -lSDLmain -lSDL-1.2 -lqpe -lqte -lpthread -lpng -lts -ljpeg -lz -lSDL_mixer" switches to the last command.
Then you will get a working exult binary.
You can find my modified exult-1.2 source code as exult-1.2-zaurus_oe.tar.gz at
[a href=\"http://sinhalasearch.com/exult-1.2-zaurus_oe.tar.gz]http://sinhalasearch.com/exult-1.2-zaurus_oe.tar.gz[/url]
I will create a ipk soon, for you all of you to easily install....