- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Anyone got the BeMicro SDK superloop port to work from?
http://www.alterawiki.com/uploads/5/58/20110905_superloop_sss_plus_bemicrosdk_qsys_11.0sp1.zipLink Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Has no one tried superloop on BeMicro SDK?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
IT works from the command line interface.
There is a problem with importing it directly into eclipse- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I got it working.
The application runs directly from the command shell no problem. My issue was I was trying to import it directly into Eclipse. Looking in ./create-this-bsp there is this code # we actually want to replace the HAL version of alt_syscall.h with the version# out of the interniche library for uCOS-II echo "" echo "Replacing alt_syscall.h with version from interniche library..." echo "" cp --remove-destination ${SOPC_KIT_NIOS2}/components/altera_iniche/UCOSII/inc/os/alt_syscall.h HAL/inc/os/ When I imported the bsp into eclipse and generated the BSP, the way I had the BSP editor configured caused the alt_syscall.h with version from interniche library to be overwritten again with the file from the generated HAL version. Therefore I just disabled the generation of this file in the eclipse BSP editor (BEFORE generating BSP) and then built the application. When you download the zip be prepared to battle with some file permissions. You may well, as I did, require to use the DOS command attrib -R /S /D . From http://www.altera.com/support/kdb/solutions/rd11082006_826.html Well that was a crash course for a beginner in bash scripting :)
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