close
Warning:
AdminModule failed with TracError: Unable to instantiate component <class 'trac.admin.web_ui.BasicsAdminPanel'> (super(type, obj): obj must be an instance or subtype of type)
- Timestamp:
-
Feb 19, 2013, 10:55:23 AM (13 years ago)
- Author:
-
Martin Kolman
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v34
|
v35
|
|
| 264 | 264 | |
| 265 | 265 | First, get the actual sources for the File command (5.11 at the time of writing). |
| | 266 | |
| | 267 | Next, 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 | {{{ |
| | 270 | rm config.sub |
| | 271 | rm config.guess |
| | 272 | wget http://gcc.gnu.org/svn/gcc/branches/cilkplus/config.sub |
| | 273 | wget http://gcc.gnu.org/svn/gcc/branches/cilkplus/config.guess |
| | 274 | }}} |
| 266 | 275 | |
| 267 | 276 | Then configure and compile (don't forgett to replace all the <> quoted paths with valid ones): |
| … |
… |
|
| 284 | 293 | make clean |
| 285 | 294 | |
| 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 |
| 287 | 296 | |
| 288 | 297 | read -p "Press any key to continue... " -n1 -s |