Simple step by step NiosII implementation

Hello. Can anyone show me simple and WORKING step by step implementation guide FreeRTOS for NiosII 13.1+ ? P.S. Can FreeRTOS correctly working with VIC?

Simple step by step NiosII implementation

I doubt it. Perhaps you could describe what you have done to try and get this running and what issues you came up against.

Simple step by step NiosII implementation

I successefully runed freeRTOS using IIC. But when I added VIC in my Qsys, I got the following errors ~~~ “undefined reference to alt_irq_handler' port_asm.S" "undefined reference toaltirq’ port.c” “undefined reference to alt_irq_disable' port.c" "undefined reference toaltirq_enable’ port.c” ~~~ I found out that these functions are related to IIC. What can I do about it?

Simple step by step NiosII implementation

Perhaps the names of these functions have changed since the port was created. Can you refer to the documentation or any examples that came with the compiler/tools to see if that is the case.