View Single Post
nowave7's Avatar
Posts: 245 | Thanked: 62 times | Joined on Jan 2009 @ Bad Homburg, Deutschland
#5
Originally Posted by DaveR53 View Post
Is there anything special about the GCC in the SDK? could you not just install the Debian ARM GCC and use that?

Edit: Hmm, just apt-get installed gcc-4.3 in my scratchbox session, it seemed to install ok (after adding some updated libc stuff) but it fails to run:

Code:
sbox-arm-none-linux-gnueabi-gcc-4.3: No such file or directory
I'm guessing that when scratchbox calls gcc it runs it through a wrapper script or something.
Exactly. It uses some sort of wrapper to call the gcc.
http://www.scratchbox.org/documentat...ain.html#AEN59
But, it also states that a user should be able to use a foreign toolchain, as stated here:
http://www.scratchbox.org/wiki/ForeignToolchains
I shall try this as soon as I get back home.
__________________
Save the whales, feed the hungry, free the mallocs!
 

The Following User Says Thank You to nowave7 For This Useful Post: