Forum Discussion

3 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    The problems you are seeing are due to the interrupt numbers not being populated in the system.h file. The workarounds are:

    1) Use SOPC Builder until this issue is resolved

    2) Manually key in the interrupt values into the system.h file

    3) Switch to using the internal interrupt controller
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    You may need to input this define in system.h too

    ALT_ENHANCED_INTERRUPT_API_PRESENT
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    I know rants like this are seldom productive so I apologize in advance !

    How could something this basic be missed by Altera. Sort of makes me think that they should pay early adopters as product testers.

    It doesn't bother me as much that thier are new bugs in every new release, but the fact that thier are bugs in basic features is very scary.

    On the sofware side of this, I think the problem is that Eclipse is so general purpose that it is mediocre at everything. But the flaws in the Altera written programs is inexcusable.