-
Notifications
You must be signed in to change notification settings - Fork 76
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
Cross compiling for SAMA5D36 gives some undefined reference error #104
Comments
First of all, it is suggested to use the toolchain referenced in README.md.
|
As you suggested commented in below file
now compile successfully but binary file size become 600MB for getting-started example.
|
The tool is NOT a suggested tool and currently there are no plans to add support for it. Would you like to point out the necessity of using this tool chain? Thanks. |
I didn't understand, In softpack.md files written "SAMA5D3 family" supports. In Makefile.vars files I tried below compilers.
error 1 error 2 so as you guided changed
also tried with removing error 3 |
For error 1: |
Changes that I made in below file
atmel-software-package/scripts/Makefile.vars
and
For compiling any given example using below cmd
make TARGET=sama5d3-ek
I am getting below errors
The text was updated successfully, but these errors were encountered: