-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
SAMx7x CDC-MSC example does not link with LOG=2 #1520
Comments
Possibly a toolchain issue, but I do not have a non-NixOS system at hand to verify. |
CC @perlindgren |
I tested under arch (manjaro). After a bit of tool-chain fiddling I was able to reproduce the error:
|
this is usually missing symbol end/_end in the linker script. The end symbol is used by nanolib for printf(). I will check this out the next time I work with same 7x |
this is fixed by adding end symbol to linker of sam 7x in microchip driver submodule and is resolved by #1539 |
Operating System
Linux
Board
SAM V71 Xplained Pro
Firmware
examples/device/cdc_msc
@ e0d7c16What happened ?
Upon building with
$ cd examples/device/cdc_msc $ make BOARD=same70_xplained LOG=2 all
linking fails with
Building without
LOG=2
links as expected, and the example works on the V71 even though the example is written for the E70.How to reproduce ?
Debug Log as txt file
No response
Screenshots
No response
The text was updated successfully, but these errors were encountered: