Changes between Version 1 and Version 2 of Ticket #2890, comment 2
- Timestamp:
- Aug 22, 2013, 11:33:38 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2890, comment 2
v1 v2 1 1 Sorry 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)? 2 2 3 Your configure line is unfortunately impossible to parse (apparently even for you), please start withsomething 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.3 Your 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.


