Open leoheck opened 7 years ago
Temporary (ugly) workaround to use system's linker (ld)
Edit the file ${CDSROOT}/tools.lnx86/cdsgcc/gcc/bin/cdsgcc
${CDSROOT}/tools.lnx86/cdsgcc/gcc/bin/cdsgcc
Changing the linker line from: *ld) EXEC="ld";; To: *ld) EXEC="/usr/bin/ld";;
*ld) EXEC="ld";;
*ld) EXEC="/usr/bin/ld";;
This solution was also posted in Cadence Comunity forum
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