Changes between Version 1 and Version 2 of Ticket #2890, comment 2


Ignore:
Timestamp:
Aug 22, 2013, 11:33:38 PM (13 years ago)
Author:
Carl Eugen Hoyos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2890, comment 2

    v1 v2  
    11Sorry if I miss something but isn't there a tiny difference between "darwin" (the target_os you set in your script and "Android" (the target_os in the ticket's title)?
    22
    3 Your configure line is unfortunately impossible to parse (apparently even for you), please start with something like {{{./configure --cross-prefix=arm-linux-androideabi- --target-os=linux --arch=armv7-a}}} and once that works, add your remaining (mostly strange) options that you believe to need.
     3Your configure script is unfortunately impossible to parse (apparently even for you), please don't use it, instead start with a minimal configure line, something like {{{./configure --cross-prefix=arm-linux-androideabi- --target-os=linux --arch=armv7-a}}} and once that works, add your remaining (mostly strange) options that you believe to need.