External Compiler error
When I try to build whatever project with external compiler I get the following error:
‘’make all
Building file: ../startup/startup_stm32f767xx.s
Invoking: MCU GCC Assembler
%cd%
make: Interrupt/Exception caught (code = 0xc00000fd, addr = 0x4227d3)’’
while internal copiler build everything. What is the problem with the external compiler?
I tried everything I have no idea about the source of “%cd%”, but it appears a syntax error somewhere...
Thank you