View Single Post
Posts: 1,208 | Thanked: 1,028 times | Joined on Oct 2007
#4
Make sure that you have installed the SDK according to the instructions http://wiki.maemo.org/Documentation/...l_Installation

After that you can change to armel target with
Code:
sb-conf se FREMANTLE_ARMEL
and to X86 target:
Code:
sb-conf se FREMANTLE_X86
When you are in selected target you don't need to know anything about cross-compiling just use the compiler normally

edit:
ok this was about diablo

check installation instructions here http://maemo.org/development/sdks/maemo_4-1-2_diablo/

After that you can change to armel target with
Code:
sb-conf se DIABLO_ARMEL
and to X86 target:
Code:
sb-conf se DIABLO_X86