-
Notifications
You must be signed in to change notification settings - Fork 35
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
Cross compile issues(MacOSX) #11
Comments
Hi Daniel, Thanks for the bug report. Glad to hear the tool chain compiles OK for you. We have scheduled work to fix the SDK build system, which should resolve all your issues. Please bear with us. I've labeled this issue as a bug and assigned it to me, so you can track it. |
We have fixed the cross compile and some other minor issues It should be on the git after tests Mikael
|
Sounds really good. Thanks! |
@jeremybennett - Unlike Daniel, I had the arm-linux-gnueabihf (I didn't check here before heading to the forums - my bad).
|
I've reassigned to Ben Chaco, since he has been developing the build scripts. |
Mac build doesn't work for me. After following suggestions by user rsneekes the toolchain builds OK. After applying the changes made by jeremeybennett this changed to: Please check this forum discussion for details: Thanks, |
Sukandar, I think you have a different problem. Would you raise it as a separate issue, so we can track independently. Thanks, |
Toolchain is compilable on Mac OSX.
latest tested version by me(8171c73)
The SDK is not compilable due to multiple issues in the build scripts:
ln does not have -T option, it need to be removed
target directory should not exist when the ln is called. mkdir is not required before ln.
cp does not have -D option, also need to be removed
makefiles referes to the "gcc" as compiler for the sdk components. it should be the arm-parallella-host-gcc or the e-gcc. without specifying the gcc it will be the host(osx) default compiler.
The text was updated successfully, but these errors were encountered: