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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2890, comment 2

    initial v1  
    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-}}} and once that works, add your remaining (mostly strange) options that you believe to need.
     3Your 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.