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

Fix location of libgcc and libsupc++ imported targets in idjl_vxworks_toolchain #20

Closed traversaro closed 4 years ago

traversaro commented 4 years ago

Apparently CMAKE_TOOLCHAIN_FILE_DIR variable never existed, so the location were incorrect. Let's use CMAKE_CURRENT_LIST_DIR as we already did successfully for stdc++.

traversaro commented 4 years ago

@AlbertoRemusIIT we probably need to merge this PR.