Date: Sat, 4 Oct 2008 12:14:39 +0930 From: "Daniel O'Connor" <doconnor@gsoft.com.au> To: freebsd-emulation@freebsd.org Subject: Xilinx ISE Webpack 8.2 Message-ID: <200810041214.47925.doconnor@gsoft.com.au>
next in thread | raw e-mail | index | archive | help
--nextPart8102897.DXXYWo8y4p Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi, I have the Linux Xilinx ISE Webpack 8.2 (http://direct.xilinx.com/direct/webpack/82/WebPACK_82i_SFD.sh - you need a= =20 login but they are free). I did have it working with linux_base-fc4 mostly= =20 "out of the box" but for fc6 I needed some extra files, ie=20 fetch -r ftp://ftp.pbone.net/mirror/archive.download.redhat.com/pub/redhat/= linux/7.3/en/os/i386/RedHat/RPMS/glibc-devel-2.2.5-34.i386.rpm cd /compat/linux rpm2cpio ~/glibc-devel-2.2.5-34.i386.rpm | sudo tar -zxvf - ./usr/lib/crt\?= =2Eo (This is needed to run a simulation) =46or both I need to do the following otherwise it won't run.. cd /compat/linux/usr/X11R6/lib/ sudo ln -s /compat/linux/usr/lib/libfontconfig.so.1 Also to run a simulation on both you need to do this.. cd /compat/linux/lib sudo ln -s libc.so.6 libc.so sudo ln -s libm.so.5 libm.so sudo ln -s ../../lib/libdl.so.2 libdl.so (otherwise FreeBSD versions of these files get used and you end up with a chimeric executable that doesn't work) When I switched to the later Linux kernel emulation (2.6.16) I found that the simulation executable would not exit properly - one of its processes would die but the other 3 would stick around until you killed them manually. If you use 2.4 emulation this doesn't happen. I also tried the latest ISE (10) but I can't even run the installer, it exits silently unless you manually set the XILINX env var and when you do that it starts up but lists nothing to install :) I was thinking it would be nice to add something to the handbook in case people wanted to run ISE on FreeBSD, and it would be nice if the latest version worked but I have no idea how to debug it :( PS please CC me as I am not on the list. =2D-=20 Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C --nextPart8102897.DXXYWo8y4p Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iD8DBQBI5tif5ZPcIHs/zowRAvW5AKCdPlwFObNKVL0iJRcJCoyX3o0+AgCfW6NP 9+TkRVekglu85kdllS6z14s= =WWnJ -----END PGP SIGNATURE----- --nextPart8102897.DXXYWo8y4p--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810041214.47925.doconnor>