I am trying to compile the toolchain in scientific linux 4, equivalent to
redhat 4.
I am using the ptxdist version 2010.01.0 and the OSELAS.Toolchain version
1.99.3.6.
There is a problem with ptxdist when it finds the make version 3.80. The
solution is to substitute:
if test $MAJOR_MAKE_VERSION -eq 3 -a $MINOR_MAKE_VERSION -lt 81 -o
$MAJOR_MAKE_VERSION -lt 3 ; then
by
if test $MAJOR_MAKE_VERSION -eq 2 -a $MINOR_MAKE_VERSION -lt 81 -o
$MAJOR_MAKE_VERSION -lt 3 ; then
Then I have found a problem with readlink
ptxdist select
ptxconfigs/arm-1136jfs-linux-gnueabi_gcc-4.3.2_glibc-2.8_binutils-2.19_kernel-2.6.27-sanitized.ptxconfig
readlink: invalid option -- e
Try `readlink --help' for more information.
info: selected ptxconfig:
'ptxconfigs/arm-1136jfs-linux-gnueabi_gcc-4.3.2_glibc-2.8_binutils-2.19_kernel-2.6.27-sanitized.ptxconfig'
Is there any solution.
Thanks in advance,
Jose M.
--
ptxdist mailing list
[email protected]