Skip to content
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

link loadables with cc instead of ld #20

Closed
wants to merge 3 commits into from

Conversation

matthiasr
Copy link

this unbreaks the build using non-CodeSourcery
toolchains (specifically mine, see https://github.com/matthiasr/summon-arm-toolchain)

in certain cases gcc inserts calls to memcpy and the like; ld cannot find them.

this unbreaks the build using non-CodeSourvery
toolchains (specifically mine, see https://github.com/matthiasr/summon-arm-toolchain)

in certain cases gcc inserts calls to memcpy and the like; ld cannot find them.
the makefiles are not BSD make compatible.
@matthiasr
Copy link
Author

also, do not assume that every make is GNU make.

@Sec42
Copy link
Member

Sec42 commented Jan 28, 2012

Both l0dables and the firmware should now build with standard cross-gcc. Standard cross-gcc creates less efficient code, so you might run into space problems, though.

@Sec42 Sec42 closed this Jan 28, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants