Kernel mit IPC kompilieren

Diskussionen um Bootloader, Kernel, Busybox
dcdead

Kernel mit IPC kompilieren

Beitrag von dcdead »

Brauche den Kernel mit IPC.

Hab in der .config SYSVIPC auf y gestellt, aber beim kompilieren kommen diese fehler:

Code: Alles auswählen

powerpc-tuxbox-linux-gnu-ld: Warning: size of symbol `sys_msgget' changed from 8 in util.o to 340 in msg.o
msg.o(.text+0x718): In function `sys_msgctl':
: multiple definition of `sys_msgctl'
util.o(.text+0x3c): first defined here
powerpc-tuxbox-linux-gnu-ld: Warning: size of symbol `sys_msgctl' changed from 8 in util.o to 1228 in msg.o
msg.o(.text+0xc50): In function `sys_msgsnd':
: multiple definition of `sys_msgsnd'
util.o(.text+0x2c): first defined here
powerpc-tuxbox-linux-gnu-ld: Warning: size of symbol `sys_msgsnd' changed from 8 in util.o to 680 in msg.o
msg.o(.text+0xef8): In function `sys_msgrcv':
: multiple definition of `sys_msgrcv'
util.o(.text+0x34): first defined here
powerpc-tuxbox-linux-gnu-ld: Warning: size of symbol `sys_msgrcv' changed from 8 in util.o to 904 in msg.o
sem.o(.text+0x108): In function `sys_semget':
: multiple definition of `sys_semget'
util.o(.text+0x4): first defined here
powerpc-tuxbox-linux-gnu-ld: Warning: size of symbol `sys_semget' changed from 8 in util.o to 404 in sem.o
sem.o(.text+0x1094): In function `sys_semctl':
: multiple definition of `sys_semctl'
util.o(.text+0x1c): first defined here
powerpc-tuxbox-linux-gnu-ld: Warning: size of symbol `sys_semctl' changed from 8 in util.o to 296 in sem.o
sem.o(.text+0x1308): In function `sys_semop':
: multiple definition of `sys_semop'
util.o(.text+0xc): first defined here
powerpc-tuxbox-linux-gnu-ld: Warning: size of symbol `sys_semop' changed from 8 in util.o to 36 in sem.o
sem.o(.text+0x132c): In function `sys_semtimedop':
: multiple definition of `sys_semtimedop'
util.o(.text+0x14): first defined here
powerpc-tuxbox-linux-gnu-ld: Warning: size of symbol `sys_semtimedop' changed from 8 in util.o to 1396 in sem.o
sem.o(.text+0x18a0): In function `sem_exit':
: multiple definition of `sem_exit'
util.o(.text+0x0): first defined here
powerpc-tuxbox-linux-gnu-ld: Warning: size of symbol `sem_exit' changed from 4 in util.o to 552 in sem.o
shm.o(.text+0x498): In function `sys_shmget':
: multiple definition of `sys_shmget'
util.o(.text+0x44): first defined here
powerpc-tuxbox-linux-gnu-ld: Warning: size of symbol `sys_shmget' changed from 8 in util.o to 372 in shm.o
shm.o(.text+0x6a8): In function `sys_shmctl':
: multiple definition of `sys_shmctl'
util.o(.text+0x5c): first defined here
powerpc-tuxbox-linux-gnu-ld: Warning: size of symbol `sys_shmctl' changed from 8 in util.o to 2076 in shm.o
shm.o(.text+0xec4): In function `sys_shmat':
: multiple definition of `sys_shmat'
util.o(.text+0x4c): first defined here
powerpc-tuxbox-linux-gnu-ld: Warning: size of symbol `sys_shmat' changed from 8 in util.o to 756 in shm.o
shm.o(.text+0x11b8): In function `sys_shmdt':
: multiple definition of `sys_shmdt'
util.o(.text+0x54): first defined here
Muss ich zusätzlich was in der config vom kernel ändern, oder wie kann ich sonst den fehler lösen?
dcdead

Beitrag von dcdead »

Schade dass ich hier nie antworten bekomme :(
Npq
Senior Member
Beiträge: 1339
Registriert: Donnerstag 24. April 2003, 12:12

Beitrag von Npq »

Hast du auch "make oldconfig ARCH=ppc" oder entsprechend gemacht?
dcdead

Beitrag von dcdead »

Danke hat geklappt