Changes between Version 34 and Version 35 of android


Ignore:
Timestamp:
Feb 19, 2013, 10:55:23 AM (11 years ago)
Author:
Martin Kolman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • android

    v34 v35  
    264264
    265265First, get the actual sources for the File command (5.11 at the time of writing).
     266
     267Next, you need to replace the host definition files by newer ones, that known the {{{linux-arm-androidabi}}} host, in the {{{file-5.11}}} folder:
     268
     269{{{
     270rm config.sub
     271rm config.guess
     272wget http://gcc.gnu.org/svn/gcc/branches/cilkplus/config.sub
     273wget http://gcc.gnu.org/svn/gcc/branches/cilkplus/config.guess
     274}}}
    266275
    267276Then configure and compile (don't forgett to replace all the <> quoted paths with valid ones):
     
    284293make clean
    285294
    286 ./configure --prefix=<path to some folder>/out --host=arm-eabi
     295./configure --prefix=<path to some folder>/out --host=arm-linux-androideabi --build=amd64-pc-linux-gnu --disable-static
    287296
    288297read -p "Press any key to continue... " -n1 -s