I'm using scratchbox 2, the maemo development cross-compilation environment. When compiling code for the ARM target, I think scratchbox 2 is using the native ARM gcc compiler, which runs very slow on my x86 machine.

I think it should be using an ARM cross-compiler, compiled for x86, that runs much faster.

Sorry for the lack of details for now, but is there any way I can fix this?

link|improve this question

75% accept rate
You can't run an ARM program on an x86 machine without an emulator... (which I doubt you have) – Zifre May 22 '09 at 21:31
feedback

1 Answer

up vote 1 down vote accepted

After wrestling with this for a really long time, it seems the best solution is to simply reinstall Scratchbox 2.

Make sure to delete the following directories:

~/.maemo-sdk
~/.scratchbox2
/opt/maemo

And then run:

apt-get install maemo-sdk --reinstall

And then install scratchbox2 however you did before.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.