- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @SeanAB,
With your shared .socpinfo file, I recreated the eclipse project. I haven't seen any problems when I build a complete project. you can see console window output in bellow attachment. Once, update your Quartus software and try it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

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