Search found 2 matches

by adrianomunin
Tue Dec 03, 2024 1:46 pm
Forum: General Discussion
Topic: Errors with Undefined References (_exit, _kill, _getpid, _sbrk) in MCUBoot Demo on ESP32
Replies: 0
Views: 517

Errors with Undefined References (_exit, _kill, _getpid, _sbrk) in MCUBoot Demo on ESP32

Hi all, I am following the FreeRTOS MCUBoot Demo tutorial which demonstrates how to build and use MCUBoot on an ESP32 with FreeRTOS. This is based on the this GitHub Project. , However, when I run the command: cmake --build build --target mcuboot-flash I encounter the following error related to unde...
by adrianomunin
Mon Dec 02, 2024 6:00 pm
Forum: General Discussion
Topic: Undefined reference to `_exit' error on compiling MCUboot with FreeRtos on ESP32
Replies: 0
Views: 422

Undefined reference to `_exit' error on compiling MCUboot with FreeRtos on ESP32

Hi all, i am following this official FreeRTOS demo tutorial about McuBoot on ESP32 using a GitHub project . All initial steps occurred with no problem, but when I try to execute the cmake --build build --target mcuboot-flash command, It returns the error bellow: .espressif/tools/xtensa-esp-elf/esp-...