Forum Discussion
RAgui2
New Contributor
8 years agoHow to update the console view (in DS-5) for software running on de10 nano linux OS?
Currently I'm following the "Debug Hello World" tutorial (https://software.intel.com/en-us/node/720361) to debug the C code inside the de10 nano linux OS. However when I want to modify my code lets s...
FawazJ_Altera
Frequent Contributor
7 years agoHello,
You might try to clean the build before you re-compile.
This can be done if you right-click on the project folder > clean project > then build again.
I havent face this case, and and I am able to change the code and build many times without cleaning/closing the tool.
I suggest either:
1- the tool is corrupted, you might try to re-install.
2- turn-off any anti-virus software you have on your machine.
thanks