Hi,
I am using RZ/A2M evaluation board and e² studio Version: 2021-10 (21.10.0). I tried to compile blinky sample free rtos code. But I am getting the following errors
make: *** [src/renesas/application/console/command.o] Error 1 rza2m_blinky_sample_freertos_gcc C/C++ Problem
make: *** [src/renesas/hwsetup/hwsetup_userdef.o] Error 1 rza2m_blinky_sample_freertos_gcc C/C++ Problem
make: *** [src/user_prog/main.o] Error 1 rza2m_blinky_sample_freertos_gcc C/C++ Problem
make: *** Waiting for unfinished jobs.... rza2m_blinky_sample_freertos_gcc C/C++ Problem
recipe for target 'src/renesas/application/console/command.o' failed subdir.mk /rza2m_blinky_sample_freertos_gcc/HardwareDebug/src/renesas/application/console line 30 C/C++ Problem
recipe for target 'src/renesas/hwsetup/hwsetup_userdef.o' failed subdir.mk /rza2m_blinky_sample_freertos_gcc/HardwareDebug/src/renesas/hwsetup line 24 C/C++ Problem
recipe for target 'src/user_prog/main.o' failed subdir.mk /rza2m_blinky_sample_freertos_gcc/HardwareDebug/src/user_prog line 24 C/C++ Problem
If I try to compile any other free rtos file also, I am getting the above error.
There is no problem if a non- rtos file is compiles.
Thanks