Forum Discussion
VRama10
New Contributor
7 years agoNios II - No output in the console
Hi, I'm working with Nios II system and frequently I had to rely on the Nios II output console to debug my application code. Initially when I build the project, the console is working fine. But aft...
Ahmed_H_Intel1
Frequent Contributor
7 years agoHi,
Can you please make sure that the Makefile is been created correctly and up to date?
you can do the following to make sure the Makefileis up to date:
1- Open the BSP project folder
2- Right click the Makefile>> Delete
3- Open the NIOS II Command Shill
4- Write the following command:
cd <...../project_bsp>
nios2-bsp-generate-files --settings=settings.bsp --bsp-dir=<C:/…./<project_bsp/>
5- Build your project again.