All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Status of buildroot on Mac OS X
@ 2008-11-17 22:07 Angirasa
  2008-11-18 12:00 ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Angirasa @ 2008-11-17 22:07 UTC (permalink / raw)
  To: buildroot

Hey all,

Was just wondering if there is any active work/solution/workaround for
having buildroot on Mac OS X.

Thanks,

Angirasa

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] Status of buildroot on Mac OS X
  2008-11-17 22:07 [Buildroot] Status of buildroot on Mac OS X Angirasa
@ 2008-11-18 12:00 ` Peter Korsgaard
  2008-11-18 15:59   ` Angirasa
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Korsgaard @ 2008-11-18 12:00 UTC (permalink / raw)
  To: buildroot

>>>>> "Angirasa" == Angirasa  <agnirasa@gmail.com> writes:

 Angirasa> Hey all,

 Angirasa> Was just wondering if there is any active
 Angirasa> work/solution/workaround for having buildroot on Mac OS X.

We have received patches in the past, but to my knowledge no
developers are actively using macosx - What problems are you seing
exactly?

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] Status of buildroot on Mac OS X
  2008-11-18 12:00 ` Peter Korsgaard
@ 2008-11-18 15:59   ` Angirasa
  0 siblings, 0 replies; 3+ messages in thread
From: Angirasa @ 2008-11-18 15:59 UTC (permalink / raw)
  To: buildroot


They are mainly related to the compilation of ulibc gcc and to my best
knowledge are there because of use of glibc.

The Mac OS X libs are not compatible with glibc usage it seems.
Following are the exact errors after I force it to use the Mac OS X
library.


/usr/bin/gcc -c   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H
-DGENERATOR_FILE -I. -Ibuild
-I/Users/agnirasa/Documents/Dev/ToolChainS/build/buildroot-avr32-v2.2.1/toolchain_build_avr32/gcc-4.2.2/gcc
-I/Users/agnirasa/Documents/Dev/ToolChainS/build/buildroot-avr32-v2.2.1/toolchain_build_avr32/gcc-4.2.2/gcc/build
-I/Users/agnirasa/Documents/Dev/ToolChainS/build/buildroot-avr32-v2.2.1/toolchain_build_avr32/gcc-4.2.2/gcc/../include
-I/Users/agnirasa/Documents/Dev/ToolChainS/build/buildroot-avr32-v2.2.1/toolchain_build_avr32/gcc-4.2.2/gcc/../libcpp/include
-I/Users/agnirasa/Documents/Dev/ToolChainS/build/buildroot-avr32-v2.2.1/toolchain_build_avr32/gmp/include
-I/Users/agnirasa/Documents/Dev/ToolChainS/build/buildroot-avr32-v2.2.1/toolchain_build_avr32/mpfr/include
-I/Users/agnirasa/Documents/Dev/ToolChainS/build/buildroot-avr32-v2.2.1/toolchain_build_avr32/gcc-4.2.2/gcc/../libdecnumber
-I../libdecnumber    -o build/genmodes.o
/Users/agnirasa/Documents/Dev/ToolChainS/build/buildroot-avr32-v2.2.1/toolchain_build_avr32/gcc-4.2.2/gcc/genmodes.c
In file included from /usr/include/sys/wait.h:117,
                 from /usr/include/stdlib.h:65,
                 from
/Users/agnirasa/Documents/Dev/ToolChainS/build/buildroot-avr32-v2.2.1/toolchain_build_avr32/gcc-4.2.2/gcc/system.h:207,
                 from
/Users/agnirasa/Documents/Dev/ToolChainS/build/buildroot-avr32-v2.2.1/toolchain_build_avr32/gcc-4.2.2/gcc/genmodes.c:22:
/usr/include/sys/resource.h:88: error: two or more data types in
declaration specifiers
In file included from
/Users/agnirasa/Documents/Dev/ToolChainS/build/buildroot-avr32-v2.2.1/toolchain_build_avr32/gcc-4.2.2/gcc/genmodes.c:22:
/Users/agnirasa/Documents/Dev/ToolChainS/build/buildroot-avr32-v2.2.1/toolchain_build_avr32/gcc-4.2.2/gcc/system.h:397:20:
error: malloc.h: No such file or directory
In file included from
/Users/agnirasa/Documents/Dev/ToolChainS/build/buildroot-avr32-v2.2.1/toolchain_build_avr32/gcc-4.2.2/gcc/genmodes.c:22:
/Users/agnirasa/Documents/Dev/ToolChainS/build/buildroot-avr32-v2.2.1/toolchain_build_avr32/gcc-4.2.2/gcc/system.h:417:
error: conflicting types for ?strsignal?
/usr/include/string.h:136: error: previous declaration of ?strsignal?
was here
make[3]: *** [build/genmodes.o] Error 1
make[2]: *** [all-gcc] Error 2
make[1]: *** [all] Error 2
make: ***
[/Users/agnirasa/Documents/Dev/ToolChainS/build/buildroot-avr32-v2.2.1/toolchain_build_avr32/gcc-4.2.2-final/.compiled]
Error 2




Peter Korsgaard wrote:
>>>>>> "Angirasa" == Angirasa  <agnirasa@gmail.com> writes:
> 
>  Angirasa> Hey all,
> 
>  Angirasa> Was just wondering if there is any active
>  Angirasa> work/solution/workaround for having buildroot on Mac OS X.
> 
> We have received patches in the past, but to my knowledge no
> developers are actively using macosx - What problems are you seing
> exactly?
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-11-18 15:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-17 22:07 [Buildroot] Status of buildroot on Mac OS X Angirasa
2008-11-18 12:00 ` Peter Korsgaard
2008-11-18 15:59   ` Angirasa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.