Quote:
Originally Posted by twwwater
colucix:
thank you so much,your are right.
problem solved with this "export _POSIX2_VERSION=199209"
hehe~~
and also thank "alan_ri",thanks for your help..
and thank "gergely89" once again! thanks for you tring to help me....
thank all of you once again.
|
Hi there everyone
I have exactly the same problem. I'm trying to install the m68k-elf-gcc compiler and linker tools for Motorola Coldfire microprocessors. I always get that error (cannot open <<+43>>). I've tried to set the environment variable _POSIX2_VERSION to 199209, but it still doesn't work. I paste the errors I got:
ismael@ismael-desktop:~$ echo $_POSIX2_VERSION
ismael@ismael-desktop:~$ sudo sh m68k-elf-tools-20030314.sh
[sudo] password for ismael:
tail: no se puede abrir «+43» para lectura: No existe el fichero ó directorio
gzip: stdin: not in gzip format
tar: Esto no parece un archivo tar
tar: Salida con error demorada desde errores anteriores
ismael@ismael-desktop:~$ export _POSIX2_VERSION=199209
ismael@ismael-desktop:~$ sudo sh m68k-elf-tools-20030314.sh
tail: no se puede abrir «+43» para lectura: No existe el fichero ó directorio
gzip: stdin: not in gzip format
tar: Esto no parece un archivo tar
tar: Salida con error demorada desde errores anteriores
I'm sorry for the messages being in spanish. Anyway, I believe the problems a clear. What I try to do here is the following:
1. See if the _POSIX2_VERSION variable is previously already defined in my system. As you see, it is not.
2. I try to execute the file (with sudo for being root, as I use Ubuntu). In this situation, I got the error.
3. I change the variable to 199209, as recommended.
4. Now, with the new created environment variable and its value, I try the same and I got exactly the same error.
By the way: I run Ubuntu on a VMWare virtual machine. I don't believe that should be a problem, anyway.
Any suggestion?
Thank you in advance.