hai ...
i had been trying to install systemc 2.0 in red hat linux in my pc ...
i downloaded system c 2.0 file from accellera.
i found that it works with GNU compiler ,so i downloaded GNU c++ compiler 2.95.2 and run in linux...i found these message while approaching (error meniond as image below)
I followed these steps for installing GCC compiler...i creatd test file and run it in linux mentiond in(8&9)...but i found missing something in first four points... i didnt figure out these points(1 to 4)....can anyone help me regarding these installation and my error in it?????????
insatallation steps found in (http://www.tldp.org/...FS-HOWTO-7.html)
- Reboot the computer into the LFS system
- Remount the LFS partition in read-write mode
- Mount the partition that contains the gcc-2.95.2 and gcc-install directories
- Create a symlink that links /usr/src/gcc-2.95.2 to the usr/src/gcc-2.95.2 directory that contains the gcc source files.
- Go to the gcc-install directory
- Install the package by running make install
- Go to the /root directory
- Compile+link test.c by running gcc test.c -o test
- Compile+link test2.c by running g++ test2.c -o test2
- Run both programs
- If both programs run without errors or crashing than the compilers and linkers seem to be working
- Remove the /usr/src/gcc-2.95.2 symlink
thanks and regards
R.KARTHIKEYAN