BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0003984 [buildroot] Architecture Specific major always 07-07-08 07:06 07-07-08 07:06
Reporter guillaume_g View Status public  
Assigned To buildroot
Priority normal Resolution open  
Status assigned   Product Version 0.9.27
Summary 0003984: openmotif-2.3.0 does not cross compile to ARM
Description Apparently it gets the errno.h file from host instead of getting it from buildroot. So it does not compile and return the error :

#warning This machine appears to be neither x86_64 nor i386

How can I tell it to use the right errno.h file ?
Additional Information Detailed error :

In file included from /usr/include/linux/errno.h:4,
                 from /usr/include/bits/errno.h:25,
                 from /usr/include/errno.h:36,
                 from ResEncod.c:54:
/usr/include/asm/errno.h:9:4: warning: #warning This machine appears to be neither x86_64 nor i386.
ResEncod.c: In function 'processCharsetAndTextUtf8':
ResEncod.c:2526: warning: pointer targets in passing argument 1 of 'Convert' differ in signedness
ResEncod.c:2527: warning: pointer targets in passing argument 3 of 'ctextConcat' differ in signedness
ResEncod.c: In function 'ConvertWithIconv':
ResEncod.c:2878: error: 'EINVAL' undeclared (first use in this function)
ResEncod.c:2878: error: (Each undeclared identifier is reported only once
ResEncod.c:2878: error: for each function it appears in.)
ResEncod.c:2881: error: 'E2BIG' undeclared (first use in this function)
ResEncod.c:2893: error: 'EILSEQ' undeclared (first use in this function)
Attached Files

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
07-07-08 07:06 guillaume_g New Issue
07-07-08 07:06 guillaume_g Status new => assigned
07-07-08 07:06 guillaume_g Assigned To  => buildroot


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker