toolchain missing error with rx62n rdk FreeRTOS demo project

savindra wrote on Monday, April 11, 2016:

Hi,

While tring RTOSDemo.hws demo project in the FreeRTOS/Demo/RX600_RX62N-RDK_Renesa directory.
I am getting toolchain ‘Renesas RX standard toolchain’ version 1.2.1.0 missing .

Is it complete project or i have to add something in this project for above warning?

rtel wrote on Monday, April 11, 2016:

It is a complete project (we only provide complete pre-configured projects). I suspect it was created with a tool version somewhat older than the current tool version, and the project file is trying to reference the older tool chain. I think the IDE may have an option for selecting the toolchain to use.

savindra wrote on Monday, April 11, 2016:

Can you please let me know which rx toolchain version is being used to create this project?

rtel wrote on Monday, April 11, 2016:

From your original post I would guess it was 1.2.1.0.

savindra wrote on Wednesday, April 13, 2016:

I changed the rx toolchain to 1.2.1.0 and i am able to build the project .
Thanks for your support.