I had the same issues! I just ended up putting my verilog file paths in
Makefile.n3xx.inc and it works. This might need to be fixed unless I did
something wrong.

On Wed, Jan 29, 2020 at 16:18 Rob Kossler via USRP-users <
usrp-users@lists.ettus.com> wrote:

> I have been struggling all day with why I can't build my OOT rfnoc blocks
> for the N310 using v3.15.0.0.  It appears that the problem is that there is
> a file top/n3xx/Makefile.srcs that is clearing the RFNOC_OOT_SRCS variable
> after it is set in the users OOT makefile. I just commented the line in
> top/n3xx/Makefile.srcs and that seems to do the trick.  Is this a known
> issue?
>
>
> # Makefile.n3xx.inc
> ...
> include $(BASE_DIR)/n3xx/Makefile.OOT.inc
> include $(BASE_DIR)/n3xx/Makefile.srcs
> ...
>
> # Makefile.srcs
> RFNOC_OOT_SRCS = \
> _______________________________________________
> USRP-users mailing list
> USRP-users@lists.ettus.com
> http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
>
_______________________________________________
USRP-users mailing list
USRP-users@lists.ettus.com
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com

Reply via email to