我下載Snapgear 3.2
而tool chain是arm-linux-tools-20031127
板子是Intel IXDPG 425
OS是Redhat 9
kernel是2.4.20
而當我make menuconfig時...
於Miscellaneous Applications中選取Perl後
接著make dep沒問題....make all時就出現下列的錯誤
./miniperl configpm configpm.tmp
./miniperl: ./miniperl: cannot execute binary file
make[2]: *** [lib/Config.pm] Error 126
make[2]: Leaving directory `/root/snapgear/user/perl'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/root/snapgear/user'
make: *** [subdirs] Error 1
看樣子感覺好像是cross compile出來的miniperl似乎沒法在x86上執行
因為我想在板子上寫CGI並且搭配thttpd..所以才需要perl
我在google找了許多....似乎很多人也都遇到此問題..但都沒有解決方法
希望有前輩指教一下...謝謝!!!