Hello,
Info relate:
OS : uclinux
Platform : unix version 2.4.22 (or 2.4.26)
Chip on board : ARM7
I want to get a python package on network to "make" in linux (Fedora core 1 or anything if it maybe done) and run python on board with above info .After I made package 2.2.3 and 2.5.2 of Python, I tried run on board such: ./python <script> with <script> is a script file and get error :
BINFMT_FLAT: bad magic/rev (0x1010100, need 0x4)
BINFMT_FLAT: bad magic/rev (0x1010100, need 0x4)
python: applet not found
I tried with python 2.5.2 package on board chip mips and platform 2.6 ( core 6 ) is ok (although when "make" still have error but I can run it on this board).
Please help me this problem , show details about it such as : get package in where? number version of python for fitting. How to configure this package to run good on board? and any info about it . Thank you so much
Info relate:
OS : uclinux
Platform : unix version 2.4.22 (or 2.4.26)
Chip on board : ARM7
I want to get a python package on network to "make" in linux (Fedora core 1 or anything if it maybe done) and run python on board with above info .After I made package 2.2.3 and 2.5.2 of Python, I tried run on board such: ./python <script> with <script> is a script file and get error :
BINFMT_FLAT: bad magic/rev (0x1010100, need 0x4)
BINFMT_FLAT: bad magic/rev (0x1010100, need 0x4)
python: applet not found
I tried with python 2.5.2 package on board chip mips and platform 2.6 ( core 6 ) is ok (although when "make" still have error but I can run it on this board).
Please help me this problem , show details about it such as : get package in where? number version of python for fitting. How to configure this package to run good on board? and any info about it . Thank you so much
Comment