Skip to content

Updated faulty gcc path in bootloader makefile #466

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

Merged
merged 1 commit into from
Oct 24, 2019

Conversation

nmaas87
Copy link
Contributor

@nmaas87 nmaas87 commented Oct 24, 2019

Beginning with samd_beta 1.6.23, the arm-none-eabi-gcc version 4.8.3-2014q1 was replaced with 7-2017q4. This has not been reflected in the Makefile for the bootloaders and thus leads to errors upon the "make all":

/bin/sh: 1: /home/maas/.arduino15/packages/arduino/tools/arm-none-eabi-gcc/4.8.3-2014q1/bin/arm-none-eabi-gcc: not found
Makefile:136: recipe for target 'build/board_driver_i2c.o' failed

This patch does correct this issue

Signed-off-by: Nico Maas <[email protected]>
@facchinm
Copy link
Member

Right, thank you for the patch! Merging

@facchinm facchinm merged commit 2ca7f75 into arduino:master Oct 24, 2019
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.

2 participants