On 02/19/2010 02:27 PM, Jose M. Gomez Cama wrote:
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.
Move forward to the 21st century (Red Hat 4 is sooooooooooooo old!) Honestly, a lot of the tools you'll need may not be compatible with such an old system. -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------ -- ptxdist mailing list [email protected]
