Am Sonntag 30 Dezember 2012, 20:35:06 schrieb Troy Benjegerdes: > 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
see my previous email > 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? FYI, i'm using the following in my .profile # xilinx stuff export PATH="/home/mw/Xilinx/14.3/ISE_DS/common/bin/lin:/home/mw/Xilinx/14.3/ISE_DS/PlanAhead/bin:/home/mw/Xilinx/14.3/ISE_DS/ISE/bin/lin:/home/mw/Xilinx/14.3/ISE_DS/ISE/sysgen/util:/home/mw/Xilinx/14.3/ISE_DS/EDK/bin/lin: $PATH" export XILINX="/home/mw/Xilinx/14.3/ISE_DS/ISE" export XILINX_DSP="/home/mw/Xilinx/14.3/ISE_DS/ISE" export XILINX_EDK="/home/mw/Xilinx/14.3/ISE_DS/EDK" export XILINX_PLANAHEAD="/home/mw/Xilinx/14.3/ISE_DS/PlanAhead" please note that this is not officially supported and may result in other bitstreams / non-fitting devices. always worked for me and doesn't pollute your system :) -- Michael _______________________________________________ http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org IRC: #milkymist@Freenode
