Talk:Building FlightGear - Cross Compiling: Difference between revisions

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




'''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)
'''2.''' looks like the [https://code.google.com/p/google-breakpad/wiki/LinuxStarterGuide LinuxStarterGuide] provided example, requires include of the vanilla source as well as linking with 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 unfortunately requests the Android SDK through 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