renesas-rx / amazon-freertos

A fork/prototype of the Amazon FreeRTOS to support Renesas RX MCUs. Please refer to our wiki for more details.
https://github.com/renesas-rx/amazon-freertos/wiki
MIT License
7 stars 6 forks source link

Building \amazon\demos\renesas\rx65n-cloud-kit-uart-sx-ulpgn\ccrx-e2studio faild #26

Closed DarkRabbit19 closed 4 years ago

DarkRabbit19 commented 4 years ago

Describe the bug Can not build the project from \amazon\demos\renesas\rx65n-cloud-kit-uart-sx-ulpgn\ccrx-e2studio.

get: [ERROR] No toolchain set or toolchain not integrated. and /usr/bin/sh: ccrx: command not found make: [lib/aws/greengrass/aws_greengrass_discovery.obj] Error 127 make: Waiting for unfinished jobs....

System information

Expected behavior The project is built successfully after import and able to debug

Screenshots or console output image image

To reproduce Steps to reproduce the behavior:

  1. install Renesas CC-RX compiler v3.01
  2. start e2S
  3. confirm Renesas CC-RX compiler v3.01 intergration
  4. select \amazon\demos\renesas\rx65n-cloud-kit-uart-sx-ulpgn\ccrx-e2studio
  5. built

Additional context I also was trying de amazon-freertos-rx65n-cloud-kit-demos side branch, but it not work

Thank you for your time!

VanNamDinh commented 4 years ago

Hi DarkRabbit19,

Thank you for reporting this issue.

Please click right mouse on aws_demos, choose properties -> C/C++ Build -> Settings. On Settings panel, please choose Toolchain tab. Make sure that Renesas CCRX compiler v3.01 is set there.

image

Let me know if it works or if you have more questions.

DarkRabbit19 commented 4 years ago

Thanks this, dit fix my problem.