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

Makefile generates different output from MPLAB X configurations #25

Open
EmbeddedMan opened this issue Nov 6, 2015 · 0 comments
Open

Comments

@EmbeddedMan
Copy link
Member

Right now, when I build a bootloader using the makefile, the hex file produced does not match the hex file produced from MPLABX. I'm assuming this is because of differences in the command line options given to each system for building. I'm trying to work out the differences in command line options, but haven't hit on the magic set yet for the makefile that allows it to produce the same output as MPLAB X. I really like using the makefile as it's much faster (don't have to fire up MPLAB X) and you can have it build all hex files at one time which is awesome.

I think the task here is to harmonize the command line options between MPLAB X configurations and the makefile. I'm not saying that the MPLAB X options are exactly right - maybe they need to change too. But I think it would be good if both ways of compiling produced identical output.

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

1 participant