<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: make: [mppLnx_Spinlock_Size] Error 1 when installing RDAC driver in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/make-mpplnx-spinlock-size-error-1-when-installing-rdac-driver/m-p/5053647#M48704</link>
    <description>Is this a x86_64 system? Maybe you need to install the compatibility libraries.</description>
    <pubDate>Tue, 19 Jun 2007 07:55:04 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2007-06-19T07:55:04Z</dc:date>
    <item>
      <title>make: [mppLnx_Spinlock_Size] Error 1 when installing RDAC driver</title>
      <link>https://community.hpe.com/t5/operating-system-linux/make-mpplnx-spinlock-size-error-1-when-installing-rdac-driver/m-p/5053646#M48703</link>
      <description>Hi experts!&lt;BR /&gt;&lt;BR /&gt;We are trying to install the RDAC driver on our system but it is failing during the build process (make clean is ok; make is failing)&lt;BR /&gt;&lt;BR /&gt;Below an extract of the error message:&lt;BR /&gt;==========================================================================&lt;BR /&gt;  Building modules, stage 2.&lt;BR /&gt;make -rR -f /usr/src/kernels/2.6.9-42.EL/scripts/Makefile.modpost&lt;BR /&gt;  scripts/mod/modpost -m -i /usr/src/kernels/2.6.9-42.EL/Module.symvers /home/install/linuxrdac-09.01.B5.55/mppUpper.o /home/install/linuxrdac-09.01.B5.55/mppVhba.o&lt;BR /&gt;  gcc -m64 -Wp,-MD,/home/install/linuxrdac-09.01.B5.55/.mppUpper.mod.o.d -nostdinc -iwithprefix include -D__KERNEL__ -Iinclude  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os -g -Wdeclaration-after-statement -msoft-float -pipe -mminimal-toc -mtraceback=none -fno-unit-at-a-time    -DKBUILD_BASENAME=mppUpper -DKBUILD_MODNAME=mppUpper -DMODULE -c -o /home/install/linuxrdac-09.01.B5.55/mppUpper.mod.o /home/install/linuxrdac-09.01.B5.55/mppUpper.mod.c&lt;BR /&gt;  ld -r -o /home/install/linuxrdac-09.01.B5.55/mppUpper.ko /home/install/linuxrdac-09.01.B5.55/mppUpper.o /home/install/linuxrdac-09.01.B5.55/mppUpper.mod.o&lt;BR /&gt;  gcc -m64 -Wp,-MD,/home/install/linuxrdac-09.01.B5.55/.mppVhba.mod.o.d -nostdinc -iwithprefix include -D__KERNEL__ -Iinclude  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os -g -Wdeclaration-after-statement -msoft-float -pipe -mminimal-toc -mtraceback=none -fno-unit-at-a-time    -DKBUILD_BASENAME=mppVhba -DKBUILD_MODNAME=mppVhba -DMODULE -c -o /home/install/linuxrdac-09.01.B5.55/mppVhba.mod.o /home/install/linuxrdac-09.01.B5.55/mppVhba.mod.c&lt;BR /&gt;  ld -r -o /home/install/linuxrdac-09.01.B5.55/mppVhba.ko /home/install/linuxrdac-09.01.B5.55/mppVhba.o /home/install/linuxrdac-09.01.B5.55/mppVhba.mod.o&lt;BR /&gt;make[1]: Leaving directory `/usr/src/kernels/2.6.9-42'&lt;BR /&gt;make V=1 -C/lib/modules/2.6.9-42.EL/build  M=/home/install/linuxrdac-09.01.B5.55 MODVERDIR=/lib/modules/2.6.9-42.EL/build/.tmp_versions SUBDIRS=/home/install/linuxrdac-09.01.B5.55 modules&lt;BR /&gt;make[1]: Entering directory `/usr/src/kernels/2.6.9-42.EL'&lt;BR /&gt;mkdir -p /lib/modules/2.6.9-42.EL/build/.tmp_versions&lt;BR /&gt;make -f scripts/Makefile.build obj=/home/install/linuxrdac-09.01.B5.55&lt;BR /&gt;  Building modules, stage 2.&lt;BR /&gt;make -rR -f /usr/src/kernels/2.6.9-42.EL/scripts/Makefile.modpost&lt;BR /&gt;  scripts/mod/modpost -m -i /usr/src/kernels/2.6.9-42.EL/Module.symvers /home/install/linuxrdac-09.01.B5.55/mppUpper.o /home/install/linuxrdac-09.01.B5.55/mppVhba.o&lt;BR /&gt;make[1]: Leaving directory `/usr/src/kernels/2.6.9-42.EL'&lt;BR /&gt;gcc -m64 -D__KERNEL__   -I/lib/modules/2.6.9-42.EL/build/include mppLnx26_spinlock_size.c -o mppLnx_Spinlock_Size&lt;BR /&gt;/usr/bin/ld: skipping incompatible /usr/lib/gcc/redhat-linux/3.4.6/../../../libc.so when searching for -lc&lt;BR /&gt;/usr/bin/ld: skipping incompatible /usr/lib/gcc/redhat-linux/3.4.6/../../../libc.a when searching for -lc&lt;BR /&gt;/usr/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc&lt;BR /&gt;/usr/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc&lt;BR /&gt;/usr/bin/ld: cannot find -lc&lt;BR /&gt;collect2: ld returned 1 exit status&lt;BR /&gt;make: *** [mppLnx_Spinlock_Size] Error 1&lt;BR /&gt;[root@sdblx1 linuxrdac-09.01.B5.55]#&lt;BR /&gt;==========================================================================&lt;BR /&gt;&lt;BR /&gt;please advise&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;Yogeeraj&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Jun 2007 06:39:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/make-mpplnx-spinlock-size-error-1-when-installing-rdac-driver/m-p/5053646#M48703</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2007-06-19T06:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: make: [mppLnx_Spinlock_Size] Error 1 when installing RDAC driver</title>
      <link>https://community.hpe.com/t5/operating-system-linux/make-mpplnx-spinlock-size-error-1-when-installing-rdac-driver/m-p/5053647#M48704</link>
      <description>Is this a x86_64 system? Maybe you need to install the compatibility libraries.</description>
      <pubDate>Tue, 19 Jun 2007 07:55:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/make-mpplnx-spinlock-size-error-1-when-installing-rdac-driver/m-p/5053647#M48704</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-06-19T07:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: make: [mppLnx_Spinlock_Size] Error 1 when installing RDAC driver</title>
      <link>https://community.hpe.com/t5/operating-system-linux/make-mpplnx-spinlock-size-error-1-when-installing-rdac-driver/m-p/5053648#M48705</link>
      <description>&lt;!--!*#--&gt;Hi Ivan,&lt;BR /&gt;&lt;BR /&gt;Thank you for the reply.&lt;BR /&gt;&lt;BR /&gt;Found the solution.&lt;BR /&gt;&lt;BR /&gt;glibc-devel was not installed.&lt;BR /&gt;&lt;BR /&gt;Installed and the RDAC driver compilation completed smoothly...&lt;BR /&gt;========================================&lt;BR /&gt;        ...&lt;BR /&gt;&lt;BR /&gt;                image=/vmlinuz-2.6.9-42.EL&lt;BR /&gt;                label=MPP&lt;BR /&gt;                read-only&lt;BR /&gt;                initrd=/mpp-2.6.9-42.EL.img&lt;BR /&gt;                append=root=LABEL=/&lt;BR /&gt;        ...&lt;BR /&gt;MPP driver package has been sucessfully installed on your system.&lt;BR /&gt;========================================&lt;BR /&gt;&lt;BR /&gt;Kind regards&lt;BR /&gt;yogeeraj&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Jun 2007 08:07:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/make-mpplnx-spinlock-size-error-1-when-installing-rdac-driver/m-p/5053648#M48705</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2007-06-19T08:07:50Z</dc:date>
    </item>
  </channel>
</rss>

