Timothy Miller wrote:
The objective is to download ISE web pack 6.3 (classic), along with
the service pack, and make sure it still supports the 3S4000.snip
And Michel Brabants pointed here for how to run it under Wine.
http://www.wolfteck.com/xilinx/wine/
For those new to wine, quickly reading his article - it refers to quite an old version of wine. wine no longer uses a config file. Wine now defaults to win2k, and recently has had improvements in dealing with installers, so I don't know if you will still need to download the two dlls on his site.

To setup your fake wine you now use the command line tool as a normal user: winecfg
this will create your fake windows under the hidden directory .wine

to override wine's dlls, usually you now place the dlls in the fake windows System32 and either use winecfg or the command line
WINEDLLOVERRIDEs="MFC42=n;MSVCP60=n" wine [program name]
n= native, b = builtin i.e wine's versions.

ISE6.3i is listed under the wine Application database and contains several suggestions.
http://appdb.winehq.org/appview.php?versionId=2501

here is a link that may give you some ideas if you are trying to debug using traces with wine..
http://wiki.jswindle.com/index.php/Debugging_Wine

HTH
jb
_______________________________________________
Open-graphics mailing list
[email protected]
http://lists.duskglow.com/mailman/listinfo/open-graphics
List service provided by Duskglow Consulting, LLC (www.duskglow.com)

Reply via email to