Results 1 to 1 of 1
Hello,
I am trying to cross compile python for my ARM board. In that i am getting some error. How to overcome from that?
Code:
Modules/_sre.o Modules/_codecsmodule.o Modules/zipimport.o Modules/symtablemodule.o Modules/xxsubtype.o
...
- 02-15-2010 #1Linux User
- Join Date
- Aug 2008
- Location
- Trichy,India
- Posts
- 308
cross compiling python
Hello,
I am trying to cross compile python for my ARM board. In that i am getting some error. How to overcome from that?
Please help meCode:Modules/_sre.o Modules/_codecsmodule.o Modules/zipimport.o Modules/symtablemodule.o Modules/xxsubtype.o arm-none-linux-gnueabi-ranlib libpython2.6.a arm-none-linux-gnueabi-gcc -Xlinker -export-dynamic -o python \ Modules/python.o \ libpython2.6.a -lpthread -ldl -lpthread -lutil -lm libpython2.6.a(posixmodule.o): In function `posix_tmpnam': /mnt/omap/sources/Python-2.6.4/./Modules/posixmodule.c:7180: warning: the use of `tmpnam_r' is dangerous, better use `mkstemp' libpython2.6.a(posixmodule.o): In function `posix_tempnam': /mnt/omap/sources/Python-2.6.4/./Modules/posixmodule.c:7135: warning: the use of `tempnam' is dangerous, better use `mkstemp' ./python: 1: Syntax error: word unexpected (expecting ")") make: *** [sharedmods] Error 2
Thanks in advance...


Reply With Quote