iit-danieli-joint-lab / idjl-gcc-vxworks

Helpers script to compile a version of GCC that crosscompiles to VxWorks.
4 stars 3 forks source link

Cleanup the build script to actually work without the need of any manual intervention #6

Closed traversaro closed 5 years ago

traversaro commented 5 years ago

This is actually the set of scripts used to generate the binary hosted at https://github.com/iit-danieli-joint-lab/idjl-gcc-vxworks/releases/tag/v0.2.0 .

Besides the fixes to the script, in 0.2.0 the compiler has been compiled using the MinGW shell, so it does not depend on msys2-0.dll, avoiding all the problems that probably were the cause of https://github.com/iit-danieli-joint-lab/idjl-software/issues/256 .