Closed mbedNoobNinja closed 4 years ago
Hi
I confirm I also sometimes got this error line (arm-none-eabi-gcc: fatal error: cannot execute 'c:/program files (x86)/gnu tools arm embedded/9 2019-q4-major/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/as.exe': )
I am working on master branch
@mbedNoobNinja thank you for raising this issue.Please take a look at the following comments:
We cannot automatically identify a release based on the version of Mbed OS that you have provided.
Please provide either a single valid sha of the form #abcde12 or #3b8265d70af32261311a06e423ca33434d8d80de
or a single valid release tag of the form mbed-os-x.y.z .
E.g. 'mbed-os-5.15.4
' has not been matched as a valid tag or sha.
NOTE: If there are fields which are not applicable then please just add 'n/a' or 'None'.This indicates to us that at least all the fields have been considered.
Please update the issue header with the missing information, the issue will not be mirroredto our internal defect tracking system or investigated until this has been fully resolved.
Thank you for raising this detailed GitHub issue. I am now notifying our internal issue triagers. Internal Jira reference: https://jira.arm.com/browse/MBOTRIAGE-2823
Thanks for the report. This is known issue with the current tools (path limit in windows). Even response files are no help here.
The new upcoming work with CMake and components should address this (dont expose everything everywhere).
I'll close this as "won't fix", as there is not possible to fix this for the current tools (they were frozen). Thanks for understanding.
This is known issue with the current tools (path limit in windows).
I didn't understand why this issue came now ?
For information, my current workaround is to create a .mbedignore file with:
mbed-os/connectivity/nanostack*
mbed-os/connectivity/drivers/nfc*
mbed-os/connectivity/nfc*
Description of defect
When the file
.includes_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.txt
becomes larger than 32KB, the GCC compiler refuses to compile anything.Cmd:
Error:
Target(s) affected by this defect ?
VK_RZ_A1H
Toolchain(s) (name and version) displaying this defect ?
GCC_ARM
9 2019-q4-majorWhat version of Mbed-os are you using (tag or sha) ?
mbed-os-5.15.4
#13125 (#e4b81f67f939a0c0b11c147ce74aa367271e1279)What version(s) of tools are you using. List all that apply (E.g. mbed-cli)
How is this defect reproduced ?
Find any compilable code, structured in as much folders as it possible, place it in the root directory of the mbed project (for me that was the
mbed-gr-libs
+custom libs
for streaming a video over LAN) and watch the .includes_x...x.txt file prodused by the python scripts. When the file grows beyond 32K (let's say 33) the error will happen for sure.