-
Notifications
You must be signed in to change notification settings - Fork 42
Exporting by any Makefile based fails to build #175
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
Googling the error code |
Conclusion: Windows CreateProcess() only accepts command line maximum length to be 32,768 characters. See here. In this case the final link command is 44,252 characters long. So not an issue that could be fixed here. |
ARM Internal Ref: ONME-3528 |
@SeppoTakalo Looks like this should be moved to an mbed-os issue (against the tools) ? |
Reported here: ARMmbed/mbed-os#6335 |
I did a quick exporter test using K64F
So all Makefile based exporters fails to build.
Manually testing the
make_armc5
looks like the failure happens at the linkin phaseThe text was updated successfully, but these errors were encountered: