PDA

View Full Version : 1.0-0269 and IA32


mtgDoofy
12-19-03, 02:19 PM
I noticed that a new driver was released for AMD64 that had a patch for GART for 2.4.22. Would this patch (and/or other parts of the driver) work for IA32.

TheOneKEA
12-21-03, 08:41 AM
I'm not sure - it depends on whether or not the patch is pertinent to x86 arches as well.

SoVieT
12-29-03, 09:08 AM
No... it doesn't work with AMD32.

nforce> make && make install
[...]
ld: Relocatable linking with relocations from format elf64-x86-64 (nvnetlib.o) to format elf32-i386 (temp.o) is not supported
make[1]: *** [nvnet.o] Error 1
[...]

TheOneKEA
12-29-03, 09:44 AM
Originally posted by SoVieT
No... it doesn't work with AMD32.

nforce> make && make install
[...]
ld: Relocatable linking with relocations from format elf64-x86-64 (nvnetlib.o) to format elf32-i386 (temp.o) is not supported
make[1]: *** [nvnet.o] Error 1
[...]

It looks like you're trying to link 64bit and 32bit code together, which is completely impossible.