Research, development and trades concerning the powerful Proxmark3 device.
Remember; sharing is caring. Bring something back to the community.
"Learn the tools of the trade the hard way." +Fravia
You are not logged in.
Time changes and with it the technology
Proxmark3 @ discord
Users of this forum, please be aware that information stored on this site is not private.
Pages: 1
Hello,
I tried to compile FPGA code, that needs some software from Xilinx, Xilinx_Vivado_Lin_2013.4_1210_1 contains necessary files. No changes were made on original code. All steps were done as told at https://code.google.com/p/proxmark3/wiki/Linux
$ svn checkout http://proxmark3.googlecode.com/svn/trunk pm3
$ cd pm3
$ pwd
/home/dev/pm3/fpga
$ make
rm -rf fpga.ngc
xst -ifn xst.scr
Release 14.7 - xst P.20131203 (lin64)
Copyright (c) 1995-2013 Xilinx, Inc. All rights reserved.
-->
ERROR:Xst:1817 - Invalid target architecture 'xc2s30-5-vq100'.
-->
Total memory usage is 267268 kilobytes
Number of errors : 1 ( 0 filtered)
Number of warnings : 0 ( 0 filtered)
Number of infos : 0 ( 0 filtered)
make: *** [fpga.ngc] Error 1
$
Any hints?
best regards
Christian
Offline
Spartan II fpga support was removed since 11 version of Webpack. So, you need to download version 10.1 of webpack. You can find it on torrent trackers.
Offline
Pages: 1