Talk:Building FlightGear - Cross Compiling: Difference between revisions

Jump to navigation Jump to search
→‎Breakpad.mk: Breakpad progress
(Breakpad.mk [new section])
(→‎Breakpad.mk: Breakpad progress)
Line 260: Line 260:


== 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]
i'm still having issues compiling the basic example provided in the [https://code.google.com/p/google-breakpad/wiki/LinuxStarterGuide LinuxStarterGuide]
The breakpad.mk is a simple one, adopting autotools, using the $(MXE_CONFIGURE_OPTS) placeholder, and linking the ws2_32 runtime for <winsocks.h> support. right now, i have not found a mirror providing a recent Breakpad archive, so i tarred the source straight from a cloned repository, and are experimenting using a local server, feel free to modify the .mk file accordingly. [http://pastebin.com/LFq8yfmn breakpad_WIP.mk]
the issues that i'm having consists of configure tests not running properly(suspected configure output variables: '''ANDROID_HOST_TRUE='#''''), and therefore are applying headers that are android specific, and are expecting android specific runtime's. resulting in this error from missing Android SDK [https://code.google.com/p/google-breakpad/issues/detail?id=625  Issue 625: compile failed on android].
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)
272

edits

Navigation menu