leoheck / ubuntu-config

Scripts to configure Ubuntu hosts
MIT License
3 stars 2 forks source link

Cadence incisive systemc linking problem on Ubuntu 16.04 #37

Open leoheck opened 7 years ago

leoheck commented 7 years ago

Temporary (ugly) workaround to use system's linker (ld)

Edit the file ${CDSROOT}/tools.lnx86/cdsgcc/gcc/bin/cdsgcc

Changing the linker line from: *ld) EXEC="ld";; To: *ld) EXEC="/usr/bin/ld";;

This solution was also posted in Cadence Comunity forum