Altera_Forum
Honored Contributor
14 years agoNios Eclipse Problem IORD e IOWR
I have an error message from Eclipse when i build my project:
"Undefined reference to 'IORD'" "Undefined reference to 'IOWR'" I used many times this functions to build the comunication between my component and software but this time something goes wrong I used the standard include entry of the Blank Project: # include <stdio.h># include "system.h"# include "my_component_regs.h" so where is the problem?