I attempted the following: $ git clone https://github.com/milkymist/milkymist $ cd milkymist $ make bistream Entering directory `/afs/hozed.org/user/hozer/src/milkymist/tools' clang -O2 -Wall -I. -s -o bin2hex bin2hex.c clang: /afs/hozed.org/software/Xilinx/14.3/ISE_DS/ISE/lib/lin64/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by clang) make[1]: *** [bin2hex] Error 1
Then, in another shell without the xilinx tool libs polluting my path: make[1]: Leaving directory `/afs/hozed.org/user/hozer/src/milkymist/tools' make -C /afs/hozed.org/user/hozer/src/milkymist/boards/milkymist-one/synthesis -f Makefile.xst make[1]: Entering directory `/afs/hozed.org/user/hozer/src/milkymist/boards/milkymist-one/synthesis' make[1]: *** No rule to make target `../../../cores/lm32/rtl/lm32_include.v', needed by `build/system.prj'. Stop. make[1]: Leaving directory `/afs/hozed.org/user/hozer/src/milkymist/boards/milkymist-one/synthesis' make: *** [bitstream] Error 2 So what's missing? And who do I contact at Xilinx to get something usefull to happen so I can get this whole mess to work on a Debian stable box? -- -------------------------------------------------------------------------- Troy Benjegerdes 'da hozer' [email protected] Somone asked my why I work on this free (http://www.fsf.org/philosophy/) software & hardware (http://q3u.be) stuff and not get a real job. Charles Shultz had the best answer: "Why do musicians compose symphonies and poets write poems? They do it because life wouldn't have any meaning for them if they didn't. That's why I draw cartoons. It's my life." -- Charles Shultz _______________________________________________ http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org IRC: #milkymist@Freenode
