Hi all!
I'm having problems during VerilogA compilation and the spectre.out show me the following error in MMSIM 15.1.0.257
ERROR (VACOMP-1008): Cannot compile ahdlcmi module library.
Checking in the ahdlcmi.out file, I get the following problematic line:
ld: cannot find -lc
collect2: error: ld returned 1 exit status
Executing the same command that is contained in the ahdlcmi.out file but replacing the gcc version contained on MMSIM folder ($MMSIMHOME/tools.lnx86/cdsgcc/gcc/4.8/bin/gcc) by the gcc command available on the system, there is no longer error.
I want to know how I can redirect the gcc to be the same of the machine and not the used by Cadence
gcc version 4.8.3 (Cadence)
gcc version 4.9.2 (Linux)
Thanks!