Forum Discussion
Possible 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?
5 Replies
- hareesh
Frequent Contributor
- SeanAB
Occasional Contributor
Attached are the request file. Not sure if these are bugs or not. The application runs just fine, but the BSP showing bugs is a little puzzling.
- SeanAB
Occasional Contributor
- hareesh
Frequent Contributor
Hi @SeanAB ,
just disable the Symbol is not resolved option in code analysis section. go through the reference link and attachment.
link:
https://www.intel.com/content/www/us/en/support/programmable/articles/000084712.html