On Sun, Aug 10, 2008 at 01:17:03AM -0400, Matt Shaver wrote:
> 1a. I couldn't get WebPACK to run on Linux because I'm on an x86_64 machine,
> and it's ia32 only. There was the beginnings of 64 bit support (references
> to non-existent directories in the install script), but even hacking the
> install script didn't work. This will probably be fixed soon, but this whole
> package should probably be distributed by bit torrent...

I had a Xilinx92i installation on a 32-bit machine and copied it over to
a 64-bit machine.  I had to revise the settings.sh file to force the
architecture to be lin, not lin64.  but it does run.  no idea if
installing from scratch will work, though.  If not, you could try
running the installer under setarch:
    $ uname -m
    x86_64
    $ setarch i386 uname -m
    i686

$ diff -u settings.sh mysettings.sh 
--- settings.sh 2008-06-27 21:47:28.000000000 -0500
+++ mysettings.sh   2008-06-27 21:47:35.000000000 -0500
@@ -7,7 +7,7 @@
 PLATFORM=lin
 elif [ $PLATFORM = "x86_64" ]
 then
-PLATFORM=lin64
+PLATFORM=lin
 else
 PLATFORM=lin
 fi



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to