usrp-users@lists.ettus.com

Discussion and technical support related to USRP, UHD, RFNoC

View all threads

USRP B210 FPGA Build

YJ
Yeo Jin Kuang Alvin (IA)
Mon, Apr 9, 2018 9:24 AM

Hi everyone,

I tried to build the USRP B210 FPGA for Xilinx ISE 14.7 (Windows) and I got this in my cmd prompt:

C:\Users\WORK\Desktop\fpga-maint\usrp3\top\b200>make B210 PROJECT_ONLY=1
"ISE Version: Release 14.7 - xtclsh P.20131013 (nt64)"
make -f Makefile.b200.inc proj NAME=B210 DEVICE=XC6SLX150 EXTRA_DEFS="TARGET_B21
0=1 "
make[1]: Entering directory C:/Users/WORK/Desktop/fpga-maint/usrp3/top/b200' make[1]: *** No rule to make target C:/Users/WORK/Desktop/fpga-maint/usrp3/top/
b200/C:/Users/WORK/Desktop/fpga-maint/usrp3/lib/fifo/axi_demux4.v', needed by b uild-B210//b200.xise'. Stop. make[1]: Leaving directory C:/Users/WORK/Desktop/fpga-maint/usrp3/top/b200'
make: *** [B210] Error 2

May I know what's missing? The file axi_demux4.v is located there.

Hi everyone, I tried to build the USRP B210 FPGA for Xilinx ISE 14.7 (Windows) and I got this in my cmd prompt: C:\Users\WORK\Desktop\fpga-maint\usrp3\top\b200>make B210 PROJECT_ONLY=1 "ISE Version: Release 14.7 - xtclsh P.20131013 (nt64)" make -f Makefile.b200.inc proj NAME=B210 DEVICE=XC6SLX150 EXTRA_DEFS="TARGET_B21 0=1 " make[1]: Entering directory `C:/Users/WORK/Desktop/fpga-maint/usrp3/top/b200' make[1]: *** No rule to make target `C:/Users/WORK/Desktop/fpga-maint/usrp3/top/ b200/C:/Users/WORK/Desktop/fpga-maint/usrp3/lib/fifo/axi_demux4.v', needed by `b uild-B210//b200.xise'. Stop. make[1]: Leaving directory `C:/Users/WORK/Desktop/fpga-maint/usrp3/top/b200' make: *** [B210] Error 2 May I know what's missing? The file axi_demux4.v is located there.
MB
Martin Braun
Thu, Apr 19, 2018 10:31 PM

On 04/09/2018 02:24 AM, Yeo Jin Kuang Alvin (IA) via USRP-users wrote:

Hi everyone,

 

I tried to build the USRP B210 FPGA for Xilinx ISE 14.7 (Windows) and I
got this in my cmd prompt:

 

C:\Users\WORK\Desktop\fpga-maint\usrp3\top\b200>make B210 PROJECT_ONLY=1

"ISE Version: Release 14.7 - xtclsh P.20131013 (nt64)"

make -f Makefile.b200.inc proj NAME=B210 DEVICE=XC6SLX150
EXTRA_DEFS="TARGET_B21

0=1 "

make[1]: Entering directory
`C:/Users/WORK/Desktop/fpga-maint/usrp3/top/b200'

make[1]: *** No rule to make target
`C:/Users/WORK/Desktop/fpga-maint/usrp3/top/

b200/C:/Users/WORK/Desktop/fpga-maint/usrp3/lib/fifo/axi_demux4.v',
needed by `b

uild-B210//b200.xise'.  Stop.

make[1]: Leaving directory `C:/Users/WORK/Desktop/fpga-maint/usrp3/top/b200'

make: *** [B210] Error 2

 

May I know what’s missing? The file axi_demux4.v is located there.

This looks like you didn't use the Makefiles.

-- M

On 04/09/2018 02:24 AM, Yeo Jin Kuang Alvin (IA) via USRP-users wrote: > Hi everyone, > >   > > I tried to build the USRP B210 FPGA for Xilinx ISE 14.7 (Windows) and I > got this in my cmd prompt: > >   > > C:\Users\WORK\Desktop\fpga-maint\usrp3\top\b200>make B210 PROJECT_ONLY=1 > > "ISE Version: Release 14.7 - xtclsh P.20131013 (nt64)" > > make -f Makefile.b200.inc proj NAME=B210 DEVICE=XC6SLX150 > EXTRA_DEFS="TARGET_B21 > > 0=1 " > > make[1]: Entering directory > `C:/Users/WORK/Desktop/fpga-maint/usrp3/top/b200' > > make[1]: *** No rule to make target > `C:/Users/WORK/Desktop/fpga-maint/usrp3/top/ > > b200/C:/Users/WORK/Desktop/fpga-maint/usrp3/lib/fifo/axi_demux4.v', > needed by `b > > uild-B210//b200.xise'.  Stop. > > make[1]: Leaving directory `C:/Users/WORK/Desktop/fpga-maint/usrp3/top/b200' > > make: *** [B210] Error 2 > >   > > May I know what’s missing? The file axi_demux4.v is located there. This looks like you didn't use the Makefiles. -- M