SeanAB
Occasional Contributor
3 years agoPossible Bugs in Eclipse Project BSP
Quartus Prime Lite Ver 21.1.0 Build 842 10/21/21 - Windows 10 Host system
Eclipse Mars.2 rel 4.5.2
When the Eclipse BSP project files are created, I keep see inga couple errors pop-up in the BSP source files.
#1 alt_read.c
Line 120 appears to have an error:
ALT_ERRNO = EBADFD;
should be
ALT_ERRNO = 0xEBADFD;
#2 alt_sys_inti.c - when a Timer is added to the design
Line 74 - shows alt_no_storage is undeclared refers to the following in
alt_avalon_timer.h calls this out:
#define ALTERA_AVALON_TIMER_INSTANCE(name, dev) extern int alt_no_storage
Am I supposed to set this value to something?