Luis Alves
2012-08-09 23:32:29 UTC
Hi,
I'm getting this error when trying to build python in the latest uClinux-dist:
[...]
ucfront-gcc m68k-uclinux-gcc -m68000 -Wl,-elf2flt
-Wl,-L/root/m68k/20120620/uClinux-dist/user/./../staging/lib
-Wl,-rpath-link
-Wl,/root/m68k/20120620/uClinux-dist/user/./../staging/lib -Xlinker
-export-dynamic -o python \
Modules/python.o \
libpython2.6.a -lutil -lm -lc
libpython2.6.a(posixmodule.o): In function `posix_tmpnam':
posixmodule.c:(.text+0x4a66): warning: the use of `tmpnam' is
dangerous, better use `mkstemp'
python.elf2flt: In function `posix_fork':
posixmodule.c:(.text+0xb860a): undefined reference to `fork'
collect2: ld returned 1 exit status
make[2]: *** [python] Error 1
make[2]: Leaving directory
`/root/m68k/20120620/uClinux-dist/user/python/build/Python-2.6.5/build'
make[1]: *** [build/Python-2.6.5-built] Error 2
make[1]: Leaving directory `/root/m68k/20120620/uClinux-dist/user/python'
[...]
Target is 68000 (nommu - no fork).
Any suggestion?
Thanks,
Luis
I'm getting this error when trying to build python in the latest uClinux-dist:
[...]
ucfront-gcc m68k-uclinux-gcc -m68000 -Wl,-elf2flt
-Wl,-L/root/m68k/20120620/uClinux-dist/user/./../staging/lib
-Wl,-rpath-link
-Wl,/root/m68k/20120620/uClinux-dist/user/./../staging/lib -Xlinker
-export-dynamic -o python \
Modules/python.o \
libpython2.6.a -lutil -lm -lc
libpython2.6.a(posixmodule.o): In function `posix_tmpnam':
posixmodule.c:(.text+0x4a66): warning: the use of `tmpnam' is
dangerous, better use `mkstemp'
python.elf2flt: In function `posix_fork':
posixmodule.c:(.text+0xb860a): undefined reference to `fork'
collect2: ld returned 1 exit status
make[2]: *** [python] Error 1
make[2]: Leaving directory
`/root/m68k/20120620/uClinux-dist/user/python/build/Python-2.6.5/build'
make[1]: *** [build/Python-2.6.5-built] Error 2
make[1]: Leaving directory `/root/m68k/20120620/uClinux-dist/user/python'
[...]
Target is 68000 (nommu - no fork).
Any suggestion?
Thanks,
Luis