RAlex4
New Contributor
6 years ago'KEYS_base' undeclared (first use in this function)
Hello,
I am starting to program the Nios II core using Eclipse tool. I have created a hardware system for an FPGA development kit using a Cyclone IV FPGA. Until now I have compiled my vhdl design, but not programmed the chip.
When I try to build my C code in Eclipse, I get three errors of the same kind. 'KEYS_base' undeclared, 'SW1_base' undeclared, 'SW2_base' undeclared. I have used the same declaration in my main.c file as in the system.h.
Can somebody help me understand what am I doing wrong?