- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi!
I'm new to NIOSII and embeded processors. I have some problems with compiling FreeRTOS. In port.c file compiler shows following warnings:
assignment from incompatible pointer type port.c test2/Source/portable/GCC/NiosII 220
implicit declaration of function `alt_irq_disable' port.c test2/Source/portable/GCC/NiosII 223
implicit declaration of function `alt_irq_enable' port.c test2/Source/portable/GCC/NiosII 223
implicit declaration of function `alt_irq_register' port.c test2/Source/portable/GCC/NiosII 165
linker shows following errors:
undefined reference to `alt_irq_disable' port.c test2/Source/portable/GCC/NiosII 223
undefined reference to `alt_irq_enable' port.c test2/Source/portable/GCC/NiosII 223 C/C++ Problem
undefined reference to `restore_sp_from_pxCurrentTCB' port.c test2/Source/portable/GCC/NiosII 143 C/C++ Problem
Any advice?
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I found solution on FreeRTOS page. I had to install a new version of port.c file for NIOS EDS 9.1 and higher.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi, has anyone succeeded in compiling a project with freertos under nios ii eds 12.0 (sp1) ?
I have tried to compile demo projects without success. The template disappears (it is magic :-)) form the drop down menu when creating new project. I have also tried to include FreeRTOS by the Eclipse configuration but no success (too many unresolved# include that is fastidious to .... resolve by fixing paths) Does anyone have a good way to include FreeRTOS in a Nios II EDS project ?
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