🐛Add more strict verification to the toolchain #143
Labels
bug
Something isn't working
enhancement
New feature or request
good first issue
Good for newcomers
p:high
High Priority
Bug Description
Someone on VTOW had
arm-none-eabi-g++
on their path, but did not have themake
executable. This causes one-click to pass toolchain verification, even though the toolchain is not working for PROS.Platform
Windows 11
Steps to reproduce
delete the
make
executable while keepingarm-none-eabi-g++
intact.Additional Information
We probably want to test these binaries, as they are the most used:
arm-none-eabi-g++
make
ld
addr2line
The text was updated successfully, but these errors were encountered: