This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: crosstools demo-mips.sh (3.4.2 compiler) does not work on macosx


On 3/4/06, Philip Rakity <prakity@yahoo.com> wrote:
> LINUX_DIR=linux-2.6.8
> LINUX_SANITIZED_HEADER_DIR=
> ...
>   HOSTCC  scripts/kconfig/mconf.o
> scripts/kconfig/mconf.c:91: error: static declaration of 'current_menu'
> follows non-static declaration
> scripts/kconfig/lkc.h:63: error: previous declaration of 'current_menu'
> was here
> make[1]: *** [scripts/kconfig/mconf.o] Error 1
> make: *** [oldconfig] Error 2

That's a bug in the linux kernel sources that has since been fixed.
See
http://sources.redhat.com/ml/crossgcc/2005-07/msg00162.html
The thing to do is either a) edit the .dat file to use a newer
linux kernel, or b) edit the .dat file to use sanitized kernel headers
See the gcc-4.1.0 dat files for examples.
- Dan
--
Wine for Windows ISVs: http://kegel.com/wine/isv

--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]