-
Notifications
You must be signed in to change notification settings - Fork 3k
MBED-OS 5.10 OOB - export to make_armc5, error in linking phase #8101
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
Comments
the same issue occurs when exporting to make_iar |
Tested on both 5.10 OOB rc1 and rc2 branch/tags |
ARM Internal Ref: MBOTRIAGE-1641 |
@zvikas You got it: it's command line length related. There is no workaround at this time, and It's a documented issue. |
@theotherjimmy haven't you tried to do a workaround with response files for the linker? |
Duplicate #6335 , please refer to this issue. We will close this one. |
I am using https://github.com/ARMmbed/mbed-os-example-filesystem example and testing export on Windows OS (windows cmdline).
My export command: mbed export -i make_armc5 -m K64F
The export finished and I use "make" command for building (with make clean and without) and got the following error in linking (compilation finished):
make (e=87): The parameter is incorrect.
C:/work/oob5.10/mbed-os-example-filesystem/Makefile:1229: recipe for target 'mbed-os-example-filesystem.elf' failed
make[1]: *** [mbed-os-example-filesystem.elf] Error 87
Makefile:25: recipe for target 'all' failed
make: *** [all] Error 2
complete log:
error.txt
The text was updated successfully, but these errors were encountered: