CE218136 – PSoC 6 MCU E-INK Display with CapSense (RTOS) Error

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
BUTA_1301626
Level 4
Level 4
50 replies posted 25 replies posted 10 replies posted

I have Psoc 6 BLE Pioneer Kit Cy8CKIT-062 BLE . I want to try   example project :CE218136 – PSoC 6 MCU E-INK Display with CapSense (RTOS)

but when I try to install the project, it gives the following errors.

--------------- Build Started: 03/01/2019 10:01:22 Project: CE218136_EINK_CapSense_RTOS01, Configuration: ARM GCC 5.4-2016-q2-update Debug ---------------

The code generation step is up to date.

The compile step is up to date, no work needs to be done.

The link step is up to date, no work needs to be done.

arm-none-eabi-gcc.exe -mcpu=cortex-m4 -mfloat-abi=softfp -mfpu=fpv4-sp-d16 -mthumb -I.\cy_eink_library\ -I. -IGenerated_Source\PSoC6 -IGenerated_Source\PSoC6\pdl\cmsis/include/ -IGenerated_Source\PSoC6\pdl\devices/psoc6/ip/ -IGenerated_Source\PSoC6\pdl\devices/psoc6/psoc63/include/ -IGenerated_Source\PSoC6\pdl\drivers/peripheral/ -IGenerated_Source\PSoC6\pdl\middleware/ -IGenerated_Source\PSoC6\pdl\utilities/ -Wa,-alh=.\CortexM4\ARM_GCC_541\Debug/display_task.lst -g -D DEBUG -D CY_CORE_ID=0 -D CY_PSOC_CREATOR_USED=1 -D CY8C6347BZI_BLD53 -Wall -ffunction-sections -ffat-lto-objects -Og -c display_task.c -o .\CortexM4\ARM_GCC_541\Debug\display_task.o

In file included from display_task.c:57:0:

touch_task.h:54:27: fatal error: FreeRTOS.h: No such file or directory

compilation terminated.

The command 'arm-none-eabi-gcc.exe' failed with exit code '1'.

--------------- Build Failed: 03/01/2019 10:01:23 ---------------

How can I solve this problem?

0 Likes
1 Solution
YoOb_1790021
Level 5
Level 5
Distributor - Marubun (Japan)
First solution authored 10 likes received 10 likes given

Hi,

You may need to check the radio button about RTOS.

(from pulldown menu)

Project -> Buid Settings -> Peripheral Driver Library ->

RTOS -> FreeRTOS -> Memory Management

I think this issue happens depending on environment.

View solution in original post

1 Reply
YoOb_1790021
Level 5
Level 5
Distributor - Marubun (Japan)
First solution authored 10 likes received 10 likes given

Hi,

You may need to check the radio button about RTOS.

(from pulldown menu)

Project -> Buid Settings -> Peripheral Driver Library ->

RTOS -> FreeRTOS -> Memory Management

I think this issue happens depending on environment.