0. begin by making sure the environment variables SYSTEMC and BLUESPECDIR are defined et.

   setenv BLUESPECDIR '/nokia/sa_nmp/groups/armotd/bluespec/Bluespec-2007.05/lib'  
   setenv SYSTEMC '/nokia/sa_nmp/groups/armotd/systemc/systemc-2.0.1'

1. set CXX and CC to "g++ -m32". Also set CFLAGS to "-m32" using setenv like:

   setenv CXX "g++ -m32" 
   setenv CC "g++ -m32"
   setenv CFLAGS -m32
   setenv CXXFLAGS -m32  

2. execute the command "module load tww/gcc/3.2.3"

you are now ready to compile

ARMO/Compiling BSV SYSTEMC (last edited 2007-08-03 21:47:15 by MyronKing)