Today I tried setting up scratchbox2 according to this HowTo:
http://biffengineering.com/wiki/inde...ileEnvironment
It was not really hard to configure. But python wouldn't compile after that due to strange reasons (segmentaion fault...). Furthermore I didn't have apt-get in my debootstrap rootfs and couldn't figure out what had gone wrong...
After that, I tried scratchbox (ver 1) and was not able to find a tutorial about adding our freescale toolchain to the compilers. all tutorials about scratchbox 1 are extremely old (2005) and not complete at all. Really frustrating. I think I will stop here. No energy left to put any more effort into this whole thing.
EDIT: Just to add some information what exactly went wrong with scratchbox2: The debootstrap must be run first with fakeroot and --foreign and after that a second time inside of sb2 -eR and with option --second-stage. But the second run will always fail, because scratchbox doesn't remap the /dev directory and debootstrap will try to mknod inside of /dev - of course without success due to missing permissions.
I actually gave up on this completely. But I asked for help in the scratchbox-users mailinglist. Maybe they know what to do.