Fatal Error while building the project
Hello All,
While building my project, I got 3 errors as shown below. I have no application level errors.
Error Messages:
In file included from ../STM32GENERIC-master/tools/win/src/upload-reset/upload-reset.c:29:0:
c:\st\stm32cubeide_1.4.0\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.7-2018-q2-update.win32_1.5.0.202011040924\tools\arm-none-eabi\include\termios.h:4:10: fatal error: sys/termios.h: No such file or directory
#include <sys/termios.h>
^~~~~~~~~~~~~~~
compilation terminated.
make: *** [STM32GENERIC-master/tools/win/src/upload-reset/subdir.mk:18: STM32GENERIC-master/tools/win/src/upload-reset/upload-reset.o] Error 1
make: *** Waiting for unfinished jobs....
"make -j4 all" terminated with exit code 2. Build might be incomplete.
For this project, I'm making use of :
- STM32F030R8
- STM CudeIDE
Please help me resolve this issue as soon as possible and thank you for your help.
