Gast
#5421301
Guten Abend Forum, Ich wollte heute Abend ein neues Projekt unter Atollic (V9.0.0, GCC, STM32, Windows 10) starten. Das bisherige Arbeiten mit einem Atollic Projekt importiert von einem Win7 Rechner funktioniert einwandfrei, ebenso das Anlegen und Kompilieren eines Demoprojektes aus dem Atollic Generator. Nur sobald ich meinem neuen Projekt Sourcen hinzufügen möchte (konkret RTX) bricht der Kompiler mit folgender Fehlermeldung (jedesmal bei einer anderen Datei) ab: fatal error: can't open libraries\RTX\src\rt_Mailbox.su for writing: No such file or directory Den RTX Folder habe ich unter den includes bei Path und Symbols hinzugefügt. Evtl. hat ja jemand einen Tipp für mich. Danke, Steven Komplette Ausgabe: arm-atollic-eabi-gcc -c ..\libraries\RTX\src\rt_Mailbox.c -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -std=gnu11 -DSTM32F4XX -DSTM32F40XX -DUSE_STDPERIPH_DRIVER -DUSE_STM32F4_DISCOVERY -DHSE_VALUE=8000000 -I../src -I../Libraries/CMSIS/Include -I../Libraries/Device/STM32F4xx/Include -I../Libraries/STM32F4xx_StdPeriph_Driver/inc -I../Utilities/STM32F4-Discovery -I../libraries/RTX -I../libraries/RTX/inc -I../libraries/RTX/src -O0 -ffunction-sections -fdata-sections -g -fstack-usage -Wall -o libraries\RTX\src\rt_Mailbox.o ..\libraries\RTX\src\rt_Mailbox.c:1:0: fatal error: can't open libraries\RTX\src\rt_Mailbox.su for writing: No such file or directory