You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make (e=87): The parameter is incorrect.
STM32Make.make:1170: recipe for target 'build/300_400085.elf' failed
MAKE.EXE: *** [build/300_400085.elf] Error 87
* The terminal process "C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -Command & 'C:\PROGRAM FILES\MICROCHIP\MPLABX\V6.00\GNUBINS\GNUWIN32\BIN\MAKE.EXE' -j16 -f STM32Make.make " terminated with exit code: 1.
Just from a cursory search, I found this thread which suggests that this might be a Windows limitation that the executed command exceeds 32K characters. In any case, I haven't had this problem with 3.2.6, and switching back to that version builds the project just fine.
The text was updated successfully, but these errors were encountered:
Thanks for opening up this issue and providing research and a possible cause. I can remember hitting this same issue once myself. I will think about this and see if I can find a nice solution.
Hello! First of all, thank you for all of your work and supporting this extension. Your work saves me a lot of time during the day.
I'm building a project with LVGL, which is quite a large graphics library. The makefile that the extension has generated is here:
STM32Make.make.txt
And the extension configuration is here:
STM32-for-VSCode.config.yaml.txt
When I run a clean build, I get the error
The full error log is here:
ErrorLog.txt
Just from a cursory search, I found this thread which suggests that this might be a Windows limitation that the executed command exceeds 32K characters. In any case, I haven't had this problem with 3.2.6, and switching back to that version builds the project just fine.
The text was updated successfully, but these errors were encountered: