Forum Discussion

IOzan's avatar
IOzan
Icon for Occasional Contributor rankOccasional Contributor
6 years ago

Implicit declaration of function 'alt_irq_register warning

Hi,

I'm trying to invoke an interrupt for some buttons on my DE2-115 EVM but I constantly getting the following warning (not error) about the 'alt_irq_register' command:

Description: Implicit declaration of function 'alt_irq_register' [-Wimplicit-function-declaration]

]Resource: hello_world.c, Path: /Interrupt_sw, Location: line 200, Type: C/C++ Problem]

I did (attached herewith) almost exactly as written in the C Example in the " Nios II Software Developer’s Handbook"," Chapter 8: Exception Handling", pages: 8-6 and 8-7.

What could possibly be the reason for that warning? (Again, I did exactly as Altera's example…)

Idan

2 Replies

  • Ahmed_H_Intel1's avatar
    Ahmed_H_Intel1
    Icon for Frequent Contributor rankFrequent Contributor

    Hi,

    I believe this warning shouldn't appear.

    Is your code running as expected? or this warning affects the code?

    • IOzan's avatar
      IOzan
      Icon for Occasional Contributor rankOccasional Contributor

      Hi,

      Yes. the code is running as expected but with the warning.

      Can/ Should I do somthing to make this warning disappear?

      Thanks,

      Idan