|
Viewing Issue Simple Details
[ Jump to Notes ]
|
[ View Advanced ]
[ Issue History ]
[ Print ]
|
|
ID |
Category |
Severity |
Reproducibility |
Date Submitted |
Last Update |
|
0001490 |
[buildroot] Architecture Specific |
major |
always |
09-06-07 05:46 |
09-07-07 11:52 |
|
|
Reporter |
ikonst |
View Status |
public |
|
|
Assigned To |
buildroot |
|
Priority |
normal |
Resolution |
won't fix |
|
|
Status |
closed |
|
Product Version |
|
|
|
Summary |
0001490: kernel-headers 2.6.12 unsuitable for ARM EABI |
|
Description |
When trying to compile uClibc with kernel-headers 2.6.12 on ARM EABI platform, an error occurs when building libc/misc/sysvipc/msgget.os (from libc/misc/sysvipc/msgq.c), since the kernel headers undefines the __NR_ipc syscall on ARM EABI and also doesn't define __NR_msgctl (claiming that there's a multiplexer syscall which should be used instead). In any case, it's a mess which is not present in modern (e.g. 2.6.21) kernel headers. |
|
Additional Information |
Attaching a patch disallowing the use of 2.6.12 with ARM EABI. |
|
|
Attached Files |
buildroot-arm-eabi-kernel-headers.patch [^] (710 bytes) 09-06-07 05:46 |
|
|