On Sun, 2008-08-10 at 08:19 -0500, Jeff Epler wrote:
> 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

I'll take another run at this in a week or two when I get back to
hardware work. Thanks!

Matt



-------------------------------------------------------------------------
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