Quote:
Originally Posted by pablocrossa
Could you please provide a quick how-to and where to obtain the target files, much appreciated 
|
Download the toolchain from
here and extract it in
/scratchox/compilers
run sb-menu and setup a new target (name it FREMANTLE_THUMB) using
/scratchbox/users/maemo/home/maemo/maemo-sdk-rootstrap_5.0_20.2010.36-2_armel.tgz as a rootstrap
choose "perl:debian-etch:doctools:svn:git" as devkits
select qemu-arm as CPU transparency method
select to install files and check all but second option (C runtime IIRC)
once the new target is setup create
/scratchbox/users/maemo/targets/FREMANTLE_THUMB.environment
containing:
Code:
export DEB_BUILD_OPTIONS=maemo-launcher,parallel=4,thumb,vfp
(parallel=4 is for my system, change it as appropriate)
add appropriate repos in
/etc/apt/sources.list (sdk, tools,nokia
AND CSSU_THUMB, you can just copy the file from FREMANTLE_ARMEL target)
login into the new target, and run gcc -v, you should have version 4.6.2
NOTE: The order of the above steps could be wrong and something could be missing, I wrote it based on my memories