- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
For 2 days now I've been fight with the %^$#^$! compile over whether or not a function is defined.
Here is the error message I keep getting make -s all Compiling trex_fft_isr.cpp... ../ISR/scr/trex_fft_isr.cpp:18: warning: 'void isr_dma(void*, alt_u32)' defined but not used ../ISR/scr/trex_fft_isr.cpp:25: warning: 'void isr_pci(void*, alt_u32)' defined but not used Compiling pci_core.cpp... Compiling pci_dma.cpp... Compiling trex_fft_cpu_main.cpp... ../ISR/inc/trex_fft_isr.h:16: error: 'void isr_dma(void*, alt_u32)' used but never defined ../ISR/inc/trex_fft_isr.h:17: error: 'void isr_pci(void*, alt_u32)' used but never defined Could somebody please explain to me how the same function can be defined in one instance and undefined in another. If you have run into this problem before could you please let me know how you fixed it. Thanks RobLink Copied
0 Replies

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page