STM32CubeCLT Build Issue
Hi,
I have a server in AWS which I want to use to build and release my firmware. I installed v1.16.0 on my system as well as on the server.
I cloned the project on both the systems and build is successful on my system. But, on the server, I am getting the following error for some reason:
In file included from ../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c:323:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal.h:30:10: fatal error: SEGGER_RTT.h: No such file or directory
30 | #include "SEGGER_RTT.h"
| ^~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [Drivers/STM32L4xx_HAL_Driver/Src/subdir.mk:97: Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.o] Error 1
make: *** [makefile:84: all] Error 2
make: Leaving directory '/home/ubuntu/projects/hotel_lock_test/fw_dev_project_hotel_lock_host/Release'
Same project build is successful on my system without making any changes. what could be the issue?
