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

Pass startup code directly to linker rather than in an archive file #591

Open
jasonkajita opened this issue Aug 24, 2015 · 1 comment
Open

Comments

@jasonkajita
Copy link
Contributor

We need to pass the startup code directly to the linker rather than putting it in an archive file. This will ensure that the linker finds the necessary symbols. It may be happening by chance right now.

Possible change in platforms.txt
pic32.recipe.c.combine.pattern={0}{1}::{2}::{3}{4}::-o::{5}{6}.elf**::{10}/cpp-startup.S**::{7}::{8}::-L{9}::-lm::-T::{10}/{11}::-T{12}/{13}

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

No branches or pull requests

2 participants