Skip to content

bootloader makefile issue .elf filename missing #347

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

Closed
better-adapted opened this issue Aug 16, 2018 · 2 comments
Closed

bootloader makefile issue .elf filename missing #347

better-adapted opened this issue Aug 16, 2018 · 2 comments

Comments

@better-adapted
Copy link
Contributor

related file - ArduinoCore-samd\bootloaders\zero\makefile
platform : windows 10 / Atmel studio / arduino zero

issue : when debugging the elf output file was just getting called ".elf" and debugging would not begin

so I had to add the new line below "BOARD_ID?=arduino_zero" @ line 60
NAME?=samd21_sam_ba

Makefile.txt

@facchinm
Copy link
Member

@better-adapted we never noticed it because we normally run https://github.com/arduino/ArduinoCore-samd/blob/master/bootloaders/zero/build_all_bootloaders.sh#L5 , whould you mind opening a PR with that extra line? Thanks!

@facchinm
Copy link
Member

Solved by merging #351, thanks!

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