Forum Discussion
Altera_Forum
Honored Contributor
15 years agolinker cannot find libhal_bsp
Hello, I have an eclipse environment with a bsp project and an application project. My bsp project compiles normallly. So I have now a bsp library (libhal_bsp.a) that I want to link with the ...
Altera_Forum
Honored Contributor
15 years agoI fixed my issue.
In fact I had error during the compilation with the alt_ic_irq_enable() function. I thougth that there was a problem with the BSP library (linking problem). In fact, I was using legacy functions but the required define in the system.h was not used./*#define ALT_ENHANCED_INTERRUPT_API_PRESENT*/# define ALT_LEGACY_INTERRUPT_API_PRESENT I am migrating as project from Quartus 8 to Quartus 11.0 and therefore I have that kind of issues.