in reply to Cross compile perl for arm-linux
You can get the CROSS/Readme here. There's also perl-cross-arm.sh ./Configure -Dusecrosscompile -Dtargethost=<IP of ARM computer> -Dtargetuser=<user name> -Dtargetarch=arm-linux -Dcc=arm-linux-gcc -Dusrinc=</your/path-to/arm-none-linux-gnueabi/include/> -Dincpth=</your/path_to//arm-none-linux-gnueabi/include/> -Dlibpth=</your/path_to/lib> -Dtargetdir=</your/path_to/dir>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Cross compile perl for arm-linux
by Anonymous Monk on May 12, 2011 at 13:02 UTC | |
|
Re^2: Cross compile perl for arm-linux
by szr (Scribe) on Sep 07, 2012 at 05:39 UTC |