You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there.
I get lots errors & warnings after make iso instruction. It doesn't make the iso file. Could you fix it?
init.o: In function outsb': init.c:(.text+0x12d): multiple definition ofoutsb'
test.o:test.c:(.text+0x0): first defined here
init.o: In function outsw': init.c:(.text+0x16b): multiple definition ofoutsw'
test.o:test.c:(.text+0x34): first defined here
init.o: In function outsl': init.c:(.text+0x1aa): multiple definition ofoutsl'
test.o:test.c:(.text+0x69): first defined here
lib.o: In function outsb': lib.c:(.text+0x78): multiple definition ofoutsb'
test.o:test.c:(.text+0x0): first defined here
lib.o: In function outsw': lib.c:(.text+0xb6): multiple definition ofoutsw'
test.o:test.c:(.text+0x34): first defined here
lib.o: In function outsl': lib.c:(.text+0xf5): multiple definition ofoutsl'
test.o:test.c:(.text+0x69): first defined here
pci.o: In function outsb': pci.c:(.text+0xf0): multiple definition ofoutsb'
test.o:test.c:(.text+0x0): first defined here
pci.o: In function outsw': pci.c:(.text+0x12e): multiple definition ofoutsw'
test.o:test.c:(.text+0x34): first defined here
pci.o: In function outsl': pci.c:(.text+0x16d): multiple definition ofoutsl'
test.o:test.c:(.text+0x69): first defined here
spd.o: In function outsb': spd.c:(.text+0x51): multiple definition ofoutsb'
test.o:test.c:(.text+0x0): first defined here
spd.o: In function outsw': spd.c:(.text+0x8f): multiple definition ofoutsw'
test.o:test.c:(.text+0x34): first defined here
spd.o: In function outsl': spd.c:(.text+0xce): multiple definition ofoutsl'
test.o:test.c:(.text+0x69): first defined here
recipe for target 'memtest_shared' failed
make: *** [memtest_shared] Error 1
The text was updated successfully, but these errors were encountered:
Hi there.
I get lots errors & warnings after make iso instruction. It doesn't make the iso file. Could you fix it?
init.o: In function
outsb': init.c:(.text+0x12d): multiple definition of
outsb'test.o:test.c:(.text+0x0): first defined here
init.o: In function
outsw': init.c:(.text+0x16b): multiple definition of
outsw'test.o:test.c:(.text+0x34): first defined here
init.o: In function
outsl': init.c:(.text+0x1aa): multiple definition of
outsl'test.o:test.c:(.text+0x69): first defined here
lib.o: In function
outsb': lib.c:(.text+0x78): multiple definition of
outsb'test.o:test.c:(.text+0x0): first defined here
lib.o: In function
outsw': lib.c:(.text+0xb6): multiple definition of
outsw'test.o:test.c:(.text+0x34): first defined here
lib.o: In function
outsl': lib.c:(.text+0xf5): multiple definition of
outsl'test.o:test.c:(.text+0x69): first defined here
pci.o: In function
outsb': pci.c:(.text+0xf0): multiple definition of
outsb'test.o:test.c:(.text+0x0): first defined here
pci.o: In function
outsw': pci.c:(.text+0x12e): multiple definition of
outsw'test.o:test.c:(.text+0x34): first defined here
pci.o: In function
outsl': pci.c:(.text+0x16d): multiple definition of
outsl'test.o:test.c:(.text+0x69): first defined here
spd.o: In function
outsb': spd.c:(.text+0x51): multiple definition of
outsb'test.o:test.c:(.text+0x0): first defined here
spd.o: In function
outsw': spd.c:(.text+0x8f): multiple definition of
outsw'test.o:test.c:(.text+0x34): first defined here
spd.o: In function
outsl': spd.c:(.text+0xce): multiple definition of
outsl'test.o:test.c:(.text+0x69): first defined here
recipe for target 'memtest_shared' failed
make: *** [memtest_shared] Error 1
The text was updated successfully, but these errors were encountered: