22 Jan
2002
22 Jan
'02
9:37 a.m.
It seems that Intel's microcode assembler (v 1.2.76) for the IXP1200 runs under WINE, a Windows compatability layer for Linux. This allows the entire VERA/Libixprouter toolchains to run under Linux. See http://www.winehq.com/ for more information about WINE. Once you have WINE running you can make the following changes in the Libixprouter/ue/src/Makefile: Replace line 43: < AS = $(TOOLSDIR)/uca with:
AS = # Uncomment the following line to compile under WINE AS += wine -- AS += $(TOOLSDIR)/uca
This change will be in the upcoming release of Libixprouter which should be available fairly soon. Zuki -- Yitzchak Gottlieb zuki@CS.Princeton.EDU