You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Has anyone tried building the binary for Host Simulation Test cases as given in https://github.com/Nuand/bladeRF/blob/master/hdl/fpga/platforms/common/bladerf/software/README.md?
First of all, I think the folder location as given in the documentation is incorrect. It is mentioned that make -f pcsim.mk needs to be run from the folder to which a link was given. The link points to bladeRF_nios folder under the common path. But, I think we have to run make -f pcsim.mk bladeRF_nios.sim from the bladeRF_nios folder under the respective platform, which in turn calls the other pcsim.mk from the common path.
Second, even if we run make -f pcsim.mk bladeRF_nios.sim from the correct location, build fails by throwing several errors about undefined parameter values or variables/structures.
The text was updated successfully, but these errors were encountered:
Has anyone tried building the binary for Host Simulation Test cases as given in https://github.com/Nuand/bladeRF/blob/master/hdl/fpga/platforms/common/bladerf/software/README.md?
First of all, I think the folder location as given in the documentation is incorrect. It is mentioned that
make -f pcsim.mk
needs to be run from the folder to which a link was given. The link points tobladeRF_nios
folder under thecommon
path. But, I think we have to runmake -f pcsim.mk bladeRF_nios.sim
from thebladeRF_nios
folder under the respective platform, which in turn calls the otherpcsim.mk
from thecommon
path.Second, even if we run
make -f pcsim.mk bladeRF_nios.sim
from the correct location, build fails by throwing several errors about undefined parameter values or variables/structures.The text was updated successfully, but these errors were encountered: