RE: [gpsim] How to build gpsim for Debian
Chen Xiao Fan <[email protected]>
| Newsgroups | gmane.comp.hardware.microcontrollers.gnupic |
|---|---|
| Message-ID | <3B8AEFFADD3DD4118F8100508BACEC2C09812150@spex> |
With the help of Borut Razem, I have successfully built gpsim from the CVS source (aka version 0.21.8). Thanks a lot, Borut. I have only downgraded flex to version 2.5.4 and the build process went smoothly. I have not tried the patch because I am a bit not so sure about the version 1.37/1.38 stuff since the latest version is 1.55. There is a typo (should be flex 2.5.31) as well. And since I am building for Ubuntu Linux, there is no directory "C:\cvs\gpsim\gpsim\cli\". Therefore I dare not to try the patch. I did remove scan.ll and cvs update the source. I was following the build sequence of Neil Turton. Thanks goes to Scott for providing the link. http://sourceforge.net/mailarchive/forum.php?thread_id=7726144&forum_id=1032 1 -------------- # build sequence using Ubuntu # Need to get and build gtk+extra-2.1.0.tar.gz # from http://gtkextra.sourceforge.net/mainpage.html # Need to downgrade flex from 2.5.31 to 2.5.4 # System Ubuntu 5.04 based on Debian aclocal-1.9 autoheader libtoolize automake-1.9 -a autoconf ./configure make all sudo make install ------------------ Thanks again for all the helps. Regards, Xiaofan