Re: [OT] Re: PCI-SCI Drivers v1.1-7 released

Jeff V. Merkey (jmerkey@vger.timpanogas.org)
Wed, 7 Feb 2001 13:14:39 -0700


--jRHKVT23PllUwdXP
Content-Type: text/plain; charset=us-ascii

On Wed, Feb 07, 2001 at 10:37:19AM -0800, Tim Wright wrote:
> Umm, I don't know what compiler you've got etc. Jeff, but I just tried gcc-2.96
> (-69) here, and '#ident' is supported and works perfectly. The only way to even
> get a warning is to use '-ansi -pedantic' which yields:
> junk.c:1:2: warning: ISO C does not allow #ident
>
> I don't think the problem is with gcc, at least not the Red Hat 7.0 version.
>
> Tim

Try 7.1. This is where I got the errors. They are attached.

Jeff

--jRHKVT23PllUwdXP
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="error.txt"

CONFIG_MODVERSIONS=y
Linux MODVERSIONED symbol support detected
Linux SMP support disabled in kernel source tree
OS=Linux
CPU=INTEL
ADAPTER=psb64
Make command is
LSMP=
make ADAPTER=psb64 OS=Linux CPU=INTEL
os is Linux
make ADAPTER=psb64 OS=Linux CPU=INTEL
+ cd ./LINUX/os
+ make -f Makefile all 'CC=cc -O3 -DEXPORT_SYMTAB' OS=Linux ENDIX=le ENDIAN=-DLITTLE_ENDIAN SILENT=y
make[1]: Entering directory `/usr/src/redhat/SOURCES/pci-sci-1.1/src/IRM/drv/src/LINUX/os'
Compiling init.c ....
In file included from init.c:30:
../../prolog.h:344:8: invalid #ident
make[1]: *** [init.o] Error 1
make[1]: Leaving directory `/usr/src/redhat/SOURCES/pci-sci-1.1/src/IRM/drv/src/LINUX/os'
make: *** [all.sub] Error 1
targidr is /usr/src/redhat/SOURCES/pci-sci-1.1/src/IRM/drv/linuxgen
Building /usr/src/redhat/SOURCES/pci-sci-1.1/src/IRM/lib
makefile.unix:6: ../drv/INCLUDE/mkirm.def: No such file or directory
make: *** No rule to make target `../drv/INCLUDE/mkirm.def'. Stop.
make ADAPTER=psb64 OS=Linux CPU=INTEL
make: *** No targets specified and no makefile found. Stop.
Building /usr/src/redhat/SOURCES/pci-sci-1.1/src/IRM/util
make ADAPTER=psb64 OS=Linux CPU=INTEL
Makefile:7: ../drv/INCLUDE/mkirm.def: No such file or directory
make: *** No rule to make target `../drv/INCLUDE/mkirm.def'. Stop.
removing scidiag from /usr/src/redhat/SOURCES/pci-sci-1.1/src/IRM/bin
Done

--jRHKVT23PllUwdXP--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/