Talk:Building FlightGear - Cross Compiling: Difference between revisions

Jump to navigation Jump to search
→‎Breakpad.mk: unable to build examples due to external SDK requirement from source.
(→‎Breakpad.mk: Breakpad progress)
(→‎Breakpad.mk: unable to build examples due to external SDK requirement from source.)
Line 261: Line 261:
== Breakpad.mk ==
== Breakpad.mk ==


I'v been working towards getting Breakpad cross-compiled through MXE, and so far i'v been able to build using simple Mingw-specific portability fixes: [http://pastebin.com/xmb9f4FX]
'''1.''' I'v been working towards getting Breakpad cross-compiled through MXE, and so far i'v been able to build using simple Mingw-specific portability fixes: [http://pastebin.com/xmb9f4FX]


i'm still having issues compiling the basic example provided in the [https://code.google.com/p/google-breakpad/wiki/LinuxStarterGuide LinuxStarterGuide]
i'm still having issues compiling the basic example provided in the [https://code.google.com/p/google-breakpad/wiki/LinuxStarterGuide LinuxStarterGuide]
Line 270: Line 270:


A configure patch is due, here's the full log of [http://pastebin.com/Zkp2MiVD configure tests]. -- [[User:Hamzaalloush|Hamzaalloush]] ([[User talk:Hamzaalloush|talk]]) 05:38, 22 June 2015 (EDT)
A configure patch is due, here's the full log of [http://pastebin.com/Zkp2MiVD configure tests]. -- [[User:Hamzaalloush|Hamzaalloush]] ([[User talk:Hamzaalloush|talk]]) 05:38, 22 June 2015 (EDT)
'''2.''' looks like the [https://code.google.com/p/google-breakpad/wiki/LinuxStarterGuide LinuxStarterGuide] provided example, requires include of the source as well as the built library libbreakpad_client.a("First, configure your build process to link libbreakpad_client.a into your binary, and set your include paths to include the src directory in the google-breakpad source tree."), but the source already requests the Android SDK from including headers such as elf.h/link.h/ucontext.h. therefore for all intents and purposes, the binaries built from Breakpad's cross-compilation are working, although not tested with real application, i could get an output on the terminal when invoking them, what's left is integration and some form of testing which i am unable to do. -- [[User:Hamzaalloush|Hamzaalloush]] ([[User talk:Hamzaalloush|talk]]) 17:04, 22 June 2015 (EDT)
272

edits

Navigation menu