Installing Xilinx 6.1 under Linux

Hi,

I've got Suse 8.1 on my machine and I'm trying to install Xilinx 6.1 sw. Admittedly they recommend RedHat, but I can't change the distribution just like that.

Anyway, I follow the instructions: cd /media/cdrom ./setup

I get the following error message : Wind/U Error (294): Unable to install Wind/U ini file (/media/cdrom/data/WindU). See the Wind/U manual for more details on the ".WindU" file and the "WINDU" environment variable.

After a while, a window appears saying "Warning : no data files were found on CD image. The installation will be terminated". When I press ok, the installation finishes.

The funny thing is that the directory "data" ((/media/cdrom/data/) on the cdrom is empty on the CD I've got.

Can you help ? Shouldn't the "data" directory on the CD have something in it ?

Thanks,

Arthur

Reply to
Arthur Sharp
Loading thread data ...

|> I get the following error message : |> Wind/U Error (294): Unable to install Wind/U ini file |> (/media/cdrom/data/WindU). |> See the Wind/U manual for more details on the ".WindU" file and the "WINDU" |> environment variable.

I have copied the whole CD to hard disk first and started the setup in that directory. It worked on Suse8.0. If you can find out which program causes the message (run the script with "sh -x setup"), you can add a "strace " in front of that command. Then you'll see all performed system calls and maybe the cause for the problem... |> After a while, a window appears saying "Warning : no data files were found |> on CD image. |> The installation will be terminated". |> When I press ok, the installation finishes. |> |> The funny thing is that the directory "data" ((/media/cdrom/data/) on the |> cdrom is empty on the CD I've got.

The same for me. The installation images are in idata.

--
         Georg Acher, acher@in.tum.de
         http://wwwbode.in.tum.de/~acher
         "Oh no, not again !" The bowl of petunias
Reply to
Georg Acher

"WINDU"

that

the

front of

cause for

Thaks for your suggestion, I've tried copying it on the HD, thinking it was trying to write to "data", but I got the same error message, but with a different path (/tmp/xilinx since that's where I copied it).

The problem is that, in my setup script, it sets the variable WUHOME as /media/cdrom/data and then it fails, not surprisingly since /media/cdrom/data is empty !!!

found

the

I'm tempted to change the setup script so that it points to idata and not data.

Thanks,

Atrthur

Reply to
Arthur Sharp

"WINDU"

that

the

front of

cause for

Thaks for your suggestion, I've tried copying it on the HD, thinking it was trying to write to "data", but I got the same error message, but with a different path (/tmp/xilinx since that's where I copied it).

The problem is that, in my setup script, it sets the variable WUHOME as /media/cdrom/data and then it fails, not surprisingly since /media/cdrom/data is empty !!!

found

the

I'm tempted to change the setup script so that it points to idata and not data.

Thanks,

Atrthur

Reply to
Arthur Sharp

In article , "Arthur Sharp" writes: | |> The problem is that, in my setup script, it sets the variable WUHOME as |> /media/cdrom/data and then it fails, not surprisingly since |> /media/cdrom/data is empty !!!

The shell trace shows the same behavior for "my" version... But I think I know why it fails: If I try to start the setup as root, I get the same error. It works as a "regular" user... The cause seems to be a problem with the X-server access of the windu-stuff.

--
         Georg Acher, acher@in.tum.de
         http://wwwbode.in.tum.de/~acher
         "Oh no, not again !" The bowl of petunias
Reply to
Georg Acher

know

It

Unfortunately, I was doing it as a regular user, not root. I haven't tried root, maybe it'll work :-)

Thanks for your help.

Arthur

Reply to
Arthur Sharp

We got the same error with Debian. The problem was that the setup tries to connect to the X-Server with TCP-sockets. However most distributions have disabled this function. Search the line where your X server is started and remove the "-nolisten tcp" option. And think about some firewalling because it's a potential security leak ;-)

I don't know that error, perhaps it disappears when WindU works.

CU Felix

--
"Let's face it.  The FPGA companies are really software 
companies that happen to have very expensive dongles."

Ray Andraka in comp.arch.fpga
Reply to
Felix Madlener

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.