| AR# | 30132 |
| Part | IP-MPMC |
| Last Modified | 2008-02-23 00:00:00.0 |
| Status | Active |
| Keywords | xps, powerpc, undeclared, Interrupt, Controller, Setup, example |
Keywords: xps, powerpc, undeclared, Interrupt, Controller, Setup, example
When using the MPMC ECC example code on a PowerPC 405 design, I receive the following errors:
ecc_example/src/mpmc_ecc_example.c: In function SetupInterruptSystem:
ecc_example/src/mpmc_ecc_example.c:318: error: InterruptController undeclared (first use in this function)
ecc_example/src/mpmc_ecc_example.c:318: error: (Each undeclared identifier is reported only once
ecc_example/src/mpmc_ecc_example.c:318: error: for each function it appears in.)
How do I resolve this issue?