I'm failing to use the current version of the build_solution to build a solution with GCC. It seems to require an extra argument in 3rd line "call setenv_%1 %2 **_%3**_" like this: ``` @echo off setlocal call setenv_%1 %2 %3 cd Solutions\%4 msbuild /flp:verbosity=detailed /clp:verbosity=minimal %~5 endlocal&&exit /B %ERRORLEVEL% ``` can anyone please double check this and also confirm if this causes any issues with MDK? Thanks!
I'm failing to use the current version of the build_solution to build a solution with GCC.
It seems to require an extra argument in 3rd line "call setenv_%1 %2 _%3_" like this:
can anyone please double check this and also confirm if this causes any issues with MDK?
Thanks!