Re: [ixp1200] Re: Plugging ixp into Pentium's backplane
Hi, When doing th efollowing step in the installation process: cd $VERAROOT/Libsck ; make install I get the following errors: [vanand@localhost Libsck]$ make install make[1]: Entering directory `/home/vanand/study/Vera/Libsck/src' make[2]: Entering directory `/home/vanand/study/Vera/Libsck/src/i386' Updating dependency makefile strlenn.d from strlenn.c gcc: export: No such file or directory Updating dependency makefile strtoule.d from strtoule.c gcc: export: No such file or directory Updating dependency makefile strtoargs.d from strtoargs.c gcc: export: No such file or directory Updating dependency makefile stricmp.d from stricmp.c gcc: export: No such file or directory Updating dependency makefile srec.d from srec.c gcc: export: No such file or directory Updating dependency makefile rmgr.d from rmgr.c gcc: export: No such file or directory ../rmgr.c:19:38: warning: No include path in which to find bit.h ../rmgr.c:20:38: warning: No include path in which to find mem.h ../rmgr.c:21:38: warning: No include path in which to find table.h Updating dependency makefile mrm.d from mrm.c gcc: export: No such file or directory ../mrm.c:21:38: warning: No include path in which to find mem.h Updating dependency makefile lineproc.d from lineproc.c gcc: export: No such file or directory make[2]: Leaving directory `/home/vanand/study/Vera/Libsck/src/i386' make[2]: Entering directory `/home/vanand/study/Vera/Libsck/src/i386' gcc -I. -I.. -I/home/vanand/study/Vera export -IXCCROOT=/usr/xcc/Libcii/include -Wall -Wstrict-prototypes -O2 -c lineproc.c -o lineproc.o gcc: cannot specify -o with -c or -S and multiple compilations make[2]: *** [lineproc.o] Error 1 make[2]: Leaving directory `/home/vanand/study/Vera/Libsck/src/i386' make[2]: Entering directory `/home/vanand/study/Vera/Libsck/src/arm' Updating dependency makefile strlenn.d from strlenn.c arm-unknown-coff-gcc: export: No such file or directory arm-unknown-coff-gcc: export: No such file or directory Updating dependency makefile strtoule.d from strtoule.c arm-unknown-coff-gcc: export: No such file or directory arm-unknown-coff-gcc: export: No such file or directory Updating dependency makefile strtoargs.d from strtoargs.c arm-unknown-coff-gcc: export: No such file or directory arm-unknown-coff-gcc: export: No such file or directory Updating dependency makefile stricmp.d from stricmp.c arm-unknown-coff-gcc: export: No such file or directory arm-unknown-coff-gcc: export: No such file or directory Updating dependency makefile srec.d from srec.c arm-unknown-coff-gcc: export: No such file or directory arm-unknown-coff-gcc: export: No such file or directory Updating dependency makefile rmgr.d from rmgr.c arm-unknown-coff-gcc: export: No such file or directory arm-unknown-coff-gcc: export: No such file or directory ../rmgr.c:19: warning: No include path in which to find bit.h ../rmgr.c:20: warning: No include path in which to find mem.h ../rmgr.c:21: warning: No include path in which to find table.h Updating dependency makefile mrm.d from mrm.c arm-unknown-coff-gcc: export: No such file or directory arm-unknown-coff-gcc: export: No such file or directory ../mrm.c:21: warning: No include path in which to find mem.h Updating dependency makefile log2_floor.d from log2_floor.c arm-unknown-coff-gcc: export: No such file or directory arm-unknown-coff-gcc: export: No such file or directory make[2]: Leaving directory `/home/vanand/study/Vera/Libsck/src/arm' make[2]: Entering directory `/home/vanand/study/Vera/Libsck/src/arm' arm-unknown-coff-gcc -I. -I.. -I/home/vanand/study/Vera export -IXCCROOT=/usr/xcc/Libcii/include -I/home/vanand/study/Vera export -IXCCROOT=/usr/xcc/Libsck/include -nostartfiles -nodefaultlibs -fno-builtin -mcpu=strongarm110 -mapcs-32 -mno-sched-prolog -fvolatile -Wall -Wstrict-prototypes -O2 -c ../log2_floor.c -o log2_floor.o arm-unknown-coff-gcc: cannot specify -o with -c or -S and multiple compilations make[2]: *** [log2_floor.o] Error 1 make[2]: Leaving directory `/home/vanand/study/Vera/Libsck/src/arm' make[1]: *** [install] Error 2 make[1]: Leaving directory `/home/vanand/study/Vera/Libsck/src' make: *** [install] Error 2 ---------------------------------------------------------------------- I did not get any errors when installing in the Libcii, Libesc, Libesc2 dir's Any idea what I am missing in the installation steps. Regards, -Vishal _________________________________________________________________ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx
On Mon, Jan 07, 2002 at 07:08:18PM -0800, Vishal Anand wrote:
When doing the following step in the installation process:
cd $VERAROOT/Libsck ; make install
I get the following errors:
[vanand@localhost Libsck]$ make install make[1]: Entering directory `/home/vanand/study/Vera/Libsck/src' make[2]: Entering directory `/home/vanand/study/Vera/Libsck/src/i386' Updating dependency makefile strlenn.d from strlenn.c gcc: export: No such file or directory ... ../rmgr.c:19:38: warning: No include path in which to find bit.h ...
This looks like the PATH and/or environment variables are not set correctly.
make[2]: Leaving directory `/home/vanand/study/Vera/Libsck/src/i386' make[2]: Entering directory `/home/vanand/study/Vera/Libsck/src/i386' gcc -I. -I.. -I/home/vanand/study/Vera export -IXCCROOT=/usr/xcc/Libcii/include -Wall -Wstrict-prototypes -O2 -c lineproc.c -o lineproc.o gcc: cannot specify -o with -c or -S and multiple compilations
Somehow you have the string "export" in one of your environment variables. What are the values of the environment variables XCCROOT and VERAROOT? They should look something like this: [scott@vera i386]$ echo $XCCROOT /usr/xcc [scott@vera i386]$ echo $VERAROOT /home/scott/Vera Scott
participants (2)
-
Scott C. Karlin
-
Vishal Anand