Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
12517 Discussions

Quick question about "undefined reference to `alt_ic_isr_register'"

Altera_Forum
Honored Contributor II
1,596 Views

Hi! 

 

I wonder if someone know why i keep getting this error message: "undefined reference to `alt_ic_isr_register'". I have included the library <sys/alt_irq.h>, is there anything else i should do? I am trying to implement an Avalon MM slave with interrupts in Quartus 9.1sp2. 

 

Regards
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
520 Views

use alt_irq_register().

Reply