We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi Thanks for Code I have a problem: When I want to build the code with new update:
SET path=%PATH%;C:\MINGW\BIN SET MINGDIR=C:\MINGW
REM Replace the location in the next line with your source code directory location CD C:\ECUScantools\ScanTool\build_tools
MD compiled mingw32-make NOWERROR=1 -lalleg -o compiled\SCANTOOL.exe COPY scantool.dat compiled scantool.dat COPY %MINGDIR%\bin\alleg42.dll compiled\alleg42.dll pause
(i change just CD C:\ECUScantools\ScanTool\build_tools directory (is it true?) ) and then compile_scantool.bat but in build duration occur an error
The text was updated successfully, but these errors were encountered:
You haven't said what the error is. The error should tell you what is going wrong.
Sorry, something went wrong.
Thanks for your replay
No branches or pull requests
Hi
Thanks for Code
I have a problem:
When I want to build the code with new update:
SET path=%PATH%;C:\MINGW\BIN
SET MINGDIR=C:\MINGW
REM Replace the location in the next line with your source code directory location
CD C:\ECUScantools\ScanTool\build_tools
MD compiled
mingw32-make NOWERROR=1 -lalleg -o compiled\SCANTOOL.exe
COPY scantool.dat compiled scantool.dat
COPY %MINGDIR%\bin\alleg42.dll compiled\alleg42.dll
pause
(i change just CD C:\ECUScantools\ScanTool\build_tools directory (is it true?) )
and then compile_scantool.bat
but in build duration occur an error
The text was updated successfully, but these errors were encountered: