-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature req: cross-compilation on arm platform #4
Comments
I naively tried (and failed) to compile it on a raspberry I have. When building gcc it fails with the following message:
I'll have a go with a BeagleBone Black tomorrow, so that we can see if it's a RPi-specific issue. |
rather than compiling it directly on the raspberrypi/beaglebone; could you use a crosscompiler for arm like the linaro or the code sourcery toolchain and compile it on the host machine? this would be an ideal solution cause it will take a veryyyy long time to do actual compilation on the target(raspberrypi/beaglebone/arm) |
I'm not very familiar with linaro or with using the CS toolchain to cross I know it does take a while compiling it directly on the Pi, I know it On Tue, Jul 16, 2013 at 5:15 PM, hodiapa [email protected] wrote:
|
I am going to try this, but seems like if we declare following macros in the beginning of the script, we could possibly do the cross compilation. CC C compiler command |
hi.. I have made a test script which is currently built only for the binutils package for arm platform for the msp430. Will try to test the remaining packages tommorrow |
What is required to enable a compilation on an arm platform?
Would like to have mspgcc running on raspberrypi/beaglebone based systems.
--Thanks
The text was updated successfully, but these errors were encountered: