stm32duino / Arduino_Core_STM32

STM32 core support for Arduino
https://github.com/stm32duino/Arduino_Core_STM32/wiki
Other
2.81k stars 967 forks source link

Installation broken after upgrade to V 1.8.0 #948

Closed karstengit closed 4 years ago

karstengit commented 4 years ago

The reason for issue https://github.com/stm32duino/STM32Examples/issues/20 is that nothing is working at all. Compiling and flashing the simple Blink works without error, but the LED is not blinking!

So i tried to downgrade to V 1.7.0 but this ends up in CRC errors:

 CRC stimmt nicht überein, Datei ist beschädigt. Es kann ein temporäres Problem sein, bitte versuchen Sie es später erneut.
java.lang.RuntimeException: java.lang.Exception: CRC stimmt nicht überein, Datei ist beschädigt. Es kann ein temporäres Problem sein, bitte versuchen Sie es später erneut.
    at cc.arduino.contributions.packages.ui.ContributionManagerUI.lambda$onInstallPressed$2(ContributionManagerUI.java:175)
    at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.Exception: CRC stimmt nicht überein, Datei ist beschädigt. Es kann ein temporäres Problem sein, bitte versuchen Sie es später erneut.
    at cc.arduino.contributions.DownloadableContributionsDownloader.download(DownloadableContributionsDownloader.java:105)
    at cc.arduino.contributions.DownloadableContributionsDownloader.download(DownloadableContributionsDownloader.java:60)
    at cc.arduino.contributions.packages.ContributionInstaller.install(ContributionInstaller.java:113)
    at cc.arduino.contributions.packages.ui.ContributionManagerUI.lambda$onInstallPressed$2(ContributionManagerUI.java:172)
    ... 1 more

After that i installed V 1.8.0 again, but now even here nothing works. Compiling the Blink Test ends with:

Blink.ino: In function 'void setup()':
Blink:22:13: error: 'PC13' was not declared in this scope
     pinMode(PC13, OUTPUT);
             ^~~~
/win/AVR-GCC/Arduino/Blink/Blink.ino:22:13: note: suggested alternative: '._13'
     pinMode(PC13, OUTPUT);
             ^~~~
             ._13

What has happened and how it can be screwed back?

Is it somehow possible to run different versions (1.7.0 & 1.8.0) at the same time? How the current version can be updated with "git pull" so that the Arduino-Framework recognize it?

fpistm commented 4 years ago

If you have a CRC issue this means one of downloaded packages is probably corrupted. In that case you have to manually remove them in the staging folder of arduino.

I don't know what you've made in your config and how you reach this. Anyway probably linked to your Arduino installation or/and version. They released a new version 1.8.12 to fix several issue. If you cannot clean properly your current install, try to clean all and reinstall. I know it is annoying but I can't help more on this subject.

karstengit commented 4 years ago

I have done nothing manually in any configuration.

Now i deleted everything down of .../arduino15/packages with STM32. Then reinstalled V 1.8.0 - the error still exists. The complete Pin definitions are still lost.

What can i do else? How to reset the complete settings?

fpistm commented 4 years ago

The complete Pin definitions are still lost.

Honestly I don't know. When you said deleted everything, even the STM32 json file ? the core installed? all packages? Which Arduino IDE you used? Which host OS? Which linked you used as additional URL ?

karstengit commented 4 years ago

Deleted package_stm_index.json It was reloaded after next start. No difference. Have i to delete the complete Arduino?

karstengit commented 4 years ago

Deleted everything exept preferences.txt Everything was reloaded after opening the Board-Manager. The pins are still unknown!

fpistm commented 4 years ago

You didn't answer my questions!

karstengit commented 4 years ago

Now i deleted everything down of .../arduino15/packages with STM32.

I did have another independent installation on an Laptop. It is the same. After upgrade to V 1.8.0 Blink does not work. There is no compiling error. I think everything has to be reinstalled with V 1.7.0.

fpistm commented 4 years ago

Which Arduino IDE you used? Which host OS? Which linked you used as additional URL ?

And also please explain me how you install the STM32Core.

karstengit commented 4 years ago

Now i deleted everything within .../arduino15 including preferences. (I am running Arduino 1.8.11) So i have to set again the URL https://github.com/stm32duino/BoardManagerFiles/raw/master/STM32/package_stm_index.json After that everything was downloaded again in the Boardmanager, including the tools. Compiling Blink still errors out with PC13 unknown.

fpistm commented 4 years ago

Please, Could you enable all compilers logs and warnings in the preferences and send me the log... I saw something strange in your first post log extract..

karstengit commented 4 years ago

arduino_build_385210.zip Shot_101 Shot_102

A new installation. Now it builds, but blink does still not run. Is there somewhere an additional log?

karstengit commented 4 years ago

Output in the window:

/srv/bin/arduino-1.8.11/arduino-builder -dump-prefs -logger=machine -hardware /srv/bin/arduino-1.8.11/hardware -hardware /home/karsten/.arduino15/packages -tools /srv/bin/arduino-1.8.11/tools-builder -tools /srv/bin/arduino-1.8.11/hardware/tools/avr -tools /home/karsten/.arduino15/packages -built-in-libraries /srv/bin/arduino-1.8.11/libraries -libraries /win/AVR-GCC/Arduino/libraries -fqbn=STM32:stm32:GenF1:pnum=BLUEPILL_F103C8,upload_method=swdMethod,xserial=generic,usb=none,xusb=FS,opt=osstd,rtlib=nano -ide-version=10811 -build-path /tmp/arduino_build_385210 -warnings=none -build-cache /tmp/arduino_cache_393105 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.STM32Tools.path=/home/karsten/.arduino15/packages/STM32/tools/STM32Tools/1.3.2 -prefs=runtime.tools.STM32Tools-1.3.2.path=/home/karsten/.arduino15/packages/STM32/tools/STM32Tools/1.3.2 -prefs=runtime.tools.xpack-arm-none-eabi-gcc.path=/home/karsten/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1 -prefs=runtime.tools.xpack-arm-none-eabi-gcc-9.2.1-1.1.path=/home/karsten/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1 -prefs=runtime.tools.CMSIS.path=/home/karsten/.arduino15/packages/STM32/tools/CMSIS/5.5.1 -prefs=runtime.tools.CMSIS-5.5.1.path=/home/karsten/.arduino15/packages/STM32/tools/CMSIS/5.5.1 -verbose /win/AVR-GCC/Arduino/Blink/Blink.ino /srv/bin/arduino-1.8.11/arduino-builder -compile -logger=machine -hardware /srv/bin/arduino-1.8.11/hardware -hardware /home/karsten/.arduino15/packages -tools /srv/bin/arduino-1.8.11/tools-builder -tools /srv/bin/arduino-1.8.11/hardware/tools/avr -tools /home/karsten/.arduino15/packages -built-in-libraries /srv/bin/arduino-1.8.11/libraries -libraries /win/AVR-GCC/Arduino/libraries -fqbn=STM32:stm32:GenF1:pnum=BLUEPILL_F103C8,upload_method=swdMethod,xserial=generic,usb=none,xusb=FS,opt=osstd,rtlib=nano -ide-version=10811 -build-path /tmp/arduino_build_385210 -warnings=none -build-cache /tmp/arduino_cache_393105 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.STM32Tools.path=/home/karsten/.arduino15/packages/STM32/tools/STM32Tools/1.3.2 -prefs=runtime.tools.STM32Tools-1.3.2.path=/home/karsten/.arduino15/packages/STM32/tools/STM32Tools/1.3.2 -prefs=runtime.tools.xpack-arm-none-eabi-gcc.path=/home/karsten/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1 -prefs=runtime.tools.xpack-arm-none-eabi-gcc-9.2.1-1.1.path=/home/karsten/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1 -prefs=runtime.tools.CMSIS.path=/home/karsten/.arduino15/packages/STM32/tools/CMSIS/5.5.1 -prefs=runtime.tools.CMSIS-5.5.1.path=/home/karsten/.arduino15/packages/STM32/tools/CMSIS/5.5.1 -verbose /win/AVR-GCC/Arduino/Blink/Blink.ino Using board 'GenF1' from platform in folder: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0 Using core 'arduino' from platform in folder: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0 bash -c "[ -f /tmp/arduino_build_385210/sketch ] || mkdir -p /tmp/arduino_build_385210/sketch" bash -c "[ -f /win/AVR-GCC/Arduino/Blink/build_opt.h ] || touch /tmp/arduino_build_385210/sketch/build_opt.h" bash -c "echo $0 > /tmp/arduino_build_385210/sketch/SrcWrapper.cpp" "#include <SrcWrapper.h>" Detecting libraries used... /home/karsten/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino_build_385210/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/win/AVR-GCC/Arduino/Blink -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10811 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/karsten/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/karsten/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX /tmp/arduino_build_385210/sketch/Blink.ino.cpp -o /dev/null /home/karsten/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino_build_385210/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/win/AVR-GCC/Arduino/Blink -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10811 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/karsten/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/karsten/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX /tmp/arduino_build_385210/sketch/SrcWrapper.cpp -o /dev/null Alternatives for SrcWrapper.h: [SrcWrapper@1.0.1] ResolveLibrary(SrcWrapper.h) -> candidates: [SrcWrapper@1.0.1] /home/karsten/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino_build_385210/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/win/AVR-GCC/Arduino/Blink -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10811 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/karsten/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/karsten/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /tmp/arduino_build_385210/sketch/SrcWrapper.cpp -o /dev/null Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_adc.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_adc_ex.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_can.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_cec.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_comp.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_comp_ex.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_cordic.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_cortex.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_crc.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_crc_ex.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_cryp.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_cryp_ex.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_dac.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_dac_ex.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_dcmi.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_dcmi_ex.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_dfsdm.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_dfsdm_ex.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_dma.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_dma2d.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_dma_ex.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_dsi.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_eth.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_eth_ex.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_exti.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_fdcan.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_firewall.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_flash.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_flash_ex.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_flash_ramfunc.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_fmac.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_fmpi2c.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_fmpi2c_ex.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_gfxmmu.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_gpio.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_gpio_ex.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_hash.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_hash_ex.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_hcd.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_hrtim.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_hsem.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_i2c.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_i2c_ex.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_i2s.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_i2s_ex.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_ipcc.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_irda.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_iwdg.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_jpeg.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_lcd.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_lptim.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_ltdc.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_ltdc_ex.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_mdios.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_mdma.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_mmc.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_mmc_ex.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_msp_template.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_nand.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_nor.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_opamp.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_opamp_ex.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_ospi.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_pccard.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_pcd.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_pcd_ex.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_pka.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_pwr.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_pwr_ex.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_qspi.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_ramecc.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_rcc.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_rcc_ex.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_rng.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_rtc.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_rtc_ex.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_sai.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_sai_ex.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_sd.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_sd_ex.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_sdadc.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_sdram.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_smartcard.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_smartcard_ex.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_smbus.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_spdifrx.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_spi.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_spi_ex.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_sram.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_swpmi.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_tim.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_tim_ex.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_timebase_rtc_alarm_template.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_timebase_rtc_wakeup_template.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_timebase_tim_template.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_tsc.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_uart.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_uart_ex.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_usart.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_usart_ex.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_wwdg.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_adc.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_bdma.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_comp.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_cordic.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_crc.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_crs.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_dac.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_delayblock.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_dma.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_dma2d.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_exti.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_fmac.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_fmc.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_fsmc.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_gpio.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_hrtim.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_i2c.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_lptim.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_lpuart.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_mdma.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_opamp.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_pka.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_pwr.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_rcc.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_rng.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_rtc.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_sdmmc.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_spi.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_swpmi.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_tim.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_ucpd.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_usart.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_usb.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_utils.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/stm32/PortNames.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/stm32/analog.cpp Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/stm32/bootloader.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/stm32/clock.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/stm32/core_callback.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/stm32/dwt.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/stm32/hw_config.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/stm32/interrupt.cpp Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/stm32/lock_resource.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/stm32/low_power.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/stm32/pinmap.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/stm32/rtc.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/stm32/stm32_def.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/stm32/stm32_eeprom.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/stm32/system_stm32yyxx.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/stm32/timer.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/stm32/uart.c Using cached library dependencies for file: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src/syscalls.c Generating function prototypes... /home/karsten/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino_build_385210/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/win/AVR-GCC/Arduino/Blink -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10811 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/karsten/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/karsten/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /tmp/arduino_build_385210/sketch/Blink.ino.cpp -o /tmp/arduino_build_385210/preproc/ctags_target_for_gcc_minus_e.cpp /srv/bin/arduino-1.8.11/tools-builder/ctags/5.8-arduino11/ctags -u --language-force=c++ -f - --c++-kinds=svpf --fields=KSTtzns --line-directives /tmp/arduino_build_385210/preproc/ctags_target_for_gcc_minus_e.cpp Sketch wird kompiliert... /home/karsten/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino_build_385210/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -MMD -I/win/AVR-GCC/Arduino/Blink -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -DSTM32F1xx -DARDUINO=10811 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/karsten/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/karsten/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /tmp/arduino_build_385210/sketch/SrcWrapper.cpp -o /tmp/arduino_build_385210/sketch/SrcWrapper.cpp.o /home/karsten/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -mthumb @/tmp/arduino_build_385210/sketch/build_opt.h -c -Os -w -std=gnu++14 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -MMD -I/win/AVR-GCC/Arduino/Blink -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/avr -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32 -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/LL -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/hid -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino/stm32/usb/cdc -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/system/STM32F1xx -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -DSTM32F1xx -DARDUINO=10811 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" -DSTM32F103xB -DHAL_UART_MODULE_ENABLED -I/home/karsten/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/Core/Include/ -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/karsten/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Include -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/cores/arduino -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX -I/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper/src /tmp/arduino_build_385210/sketch/Blink.ino.cpp -o /tmp/arduino_build_385210/sketch/Blink.ino.cpp.o Compiling libraries... Compiling library "SrcWrapper" Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/syscalls.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_can.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_adc.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_cec.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_comp_ex.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_cordic.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_cortex.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_comp.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_crc.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_cryp.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_cryp_ex.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_dac.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_dcmi.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_dac_ex.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_dcmi_ex.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_dfsdm.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_dma.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_dfsdm_ex.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_dma_ex.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_dsi.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_crc_ex.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_dma2d.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_adc_ex.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_eth_ex.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_fdcan.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_firewall.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_exti.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_flash.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_flash_ex.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_eth.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_fmac.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_fmpi2c.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_flash_ramfunc.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_gpio.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_gfxmmu.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_gpio_ex.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_fmpi2c_ex.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_hrtim.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_hcd.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_hsem.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_i2c.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_i2s.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_i2s_ex.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_hash.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_hash_ex.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_iwdg.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_ipcc.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_lcd.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_lptim.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_irda.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_ltdc.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_jpeg.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_mdios.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_mdma.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_ltdc_ex.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_mmc_ex.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_msp_template.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_i2c_ex.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_nor.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_mmc.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_nand.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_opamp.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_ospi.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_opamp_ex.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_pka.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_pcd_ex.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_pwr_ex.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_pwr.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_qspi.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_ramecc.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_rcc_ex.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_rng.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_pccard.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_rtc.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_rcc.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_rtc_ex.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_pcd.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_sai_ex.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_sai.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_sdram.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_sd.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_sd_ex.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_sdadc.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_smartcard_ex.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_spdifrx.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_smartcard.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_smbus.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_sram.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_swpmi.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_spi_ex.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_spi.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_tim.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_timebase_rtc_wakeup_template.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_tim_ex.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_timebase_rtc_alarm_template.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_tsc.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_timebase_tim_template.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_usart_ex.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_usart.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_uart.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_wwdg.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_uart_ex.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_cordic.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_bdma.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_comp.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_crc.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_adc.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_dac.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_dma.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_delayblock.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_crs.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_fmac.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_exti.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_dma2d.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_fmc.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_i2c.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_gpio.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_lptim.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_mdma.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_fsmc.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_opamp.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_hrtim.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_pwr.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_rcc.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_lpuart.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_rtc.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_sdmmc.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_rng.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_tim.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_swpmi.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_spi.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_usart.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_ucpd.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_usb.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_pka.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_utils.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/stm32/PortNames.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/stm32/bootloader.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/stm32/clock.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/stm32/core_callback.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/stm32/lock_resource.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/stm32/dwt.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/stm32/rtc.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/stm32/hw_config.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/stm32/pinmap.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/stm32/stm32_eeprom.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/stm32/low_power.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/stm32/stm32_def.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/stm32/timer.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/stm32/system_stm32yyxx.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/stm32/uart.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/stm32/analog.cpp.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/libraries/SrcWrapper/stm32/interrupt.cpp.o Compiling core... Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/core/PeripheralPins.c.o Zuvor kompilierte Datei wird verwendet: /tmp/arduino_build_385210/core/variant.cpp.o Using precompiled core: /tmp/arduino_cache_393105/core/core_ae277609a5712e326926726e1c525bc1.a Linking everything together... /home/karsten/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-gcc -mcpu=cortex-m3 -mthumb -Os --specs=nano.specs -Wl,--defsym=LD_FLASH_OFFSET=0 -Wl,--defsym=LD_MAX_SIZE=65536 -Wl,--defsym=LD_MAX_DATA_SIZE=20480 -Wl,--cref -Wl,--check-sections -Wl,--gc-sections -Wl,--entry=Reset_Handler -Wl,--unresolved-symbols=report-all -Wl,--warn-common -T/srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/variants/PILL_F103XX/ldscript.ld -Wl,-Map,/tmp/arduino_build_385210/Blink.ino.map -L/home/karsten/.arduino15/packages/STM32/tools/CMSIS/5.5.1/CMSIS/DSP/Lib/GCC/ -larm_cortexM3l_math -o /tmp/arduino_build_385210/Blink.ino.elf -L/tmp/arduino_build_385210 -Wl,--start-group /tmp/arduino_build_385210/sketch/Blink.ino.cpp.o /tmp/arduino_build_385210/sketch/SrcWrapper.cpp.o /tmp/arduino_build_385210/libraries/SrcWrapper/syscalls.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_adc.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_adc_ex.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_can.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_cec.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_comp.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_comp_ex.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_cordic.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_cortex.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_crc.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_crc_ex.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_cryp.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_cryp_ex.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_dac.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_dac_ex.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_dcmi.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_dcmi_ex.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_dfsdm.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_dfsdm_ex.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_dma.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_dma2d.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_dma_ex.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_dsi.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_eth.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_eth_ex.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_exti.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_fdcan.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_firewall.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_flash.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_flash_ex.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_flash_ramfunc.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_fmac.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_fmpi2c.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_fmpi2c_ex.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_gfxmmu.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_gpio.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_gpio_ex.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_hash.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_hash_ex.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_hcd.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_hrtim.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_hsem.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_i2c.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_i2c_ex.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_i2s.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_i2s_ex.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_ipcc.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_irda.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_iwdg.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_jpeg.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_lcd.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_lptim.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_ltdc.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_ltdc_ex.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_mdios.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_mdma.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_mmc.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_mmc_ex.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_msp_template.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_nand.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_nor.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_opamp.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_opamp_ex.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_ospi.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_pccard.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_pcd.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_pcd_ex.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_pka.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_pwr.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_pwr_ex.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_qspi.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_ramecc.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_rcc.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_rcc_ex.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_rng.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_rtc.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_rtc_ex.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_sai.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_sai_ex.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_sd.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_sd_ex.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_sdadc.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_sdram.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_smartcard.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_smartcard_ex.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_smbus.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_spdifrx.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_spi.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_spi_ex.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_sram.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_swpmi.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_tim.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_tim_ex.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_timebase_rtc_alarm_template.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_timebase_rtc_wakeup_template.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_timebase_tim_template.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_tsc.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_uart.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_uart_ex.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_usart.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_usart_ex.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/HAL/stm32yyxx_hal_wwdg.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_adc.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_bdma.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_comp.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_cordic.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_crc.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_crs.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_dac.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_delayblock.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_dma.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_dma2d.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_exti.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_fmac.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_fmc.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_fsmc.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_gpio.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_hrtim.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_i2c.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_lptim.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_lpuart.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_mdma.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_opamp.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_pka.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_pwr.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_rcc.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_rng.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_rtc.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_sdmmc.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_spi.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_swpmi.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_tim.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_ucpd.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_usart.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_usb.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/LL/stm32yyxx_ll_utils.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/stm32/PortNames.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/stm32/bootloader.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/stm32/clock.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/stm32/core_callback.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/stm32/dwt.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/stm32/hw_config.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/stm32/lock_resource.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/stm32/low_power.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/stm32/pinmap.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/stm32/rtc.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/stm32/stm32_def.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/stm32/stm32_eeprom.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/stm32/system_stm32yyxx.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/stm32/timer.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/stm32/uart.c.o /tmp/arduino_build_385210/libraries/SrcWrapper/stm32/analog.cpp.o /tmp/arduino_build_385210/libraries/SrcWrapper/stm32/interrupt.cpp.o /tmp/arduino_build_385210/core/PeripheralPins.c.o /tmp/arduino_build_385210/core/variant.cpp.o /tmp/arduino_cache_393105/core/core_ae277609a5712e326926726e1c525bc1.a -lc -Wl,--end-group -lm -lgcc -lstdc++ /home/karsten/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-objcopy -O binary /tmp/arduino_build_385210/Blink.ino.elf /tmp/arduino_build_385210/Blink.ino.bin /home/karsten/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-objcopy -O ihex /tmp/arduino_build_385210/Blink.ino.elf /tmp/arduino_build_385210/Blink.ino.hex Bibliothek SrcWrapper in Version 1.0.1 im Ordner: /srv/bin/arduino15/packages/STM32/hardware/stm32/1.8.0/libraries/SrcWrapper wird verwendet /home/karsten/.arduino15/packages/STM32/tools/xpack-arm-none-eabi-gcc/9.2.1-1.1/bin/arm-none-eabi-size -A /tmp/arduino_build_385210/Blink.ino.elf Der Sketch verwendet 8456 Bytes (12%) des Programmspeicherplatzes. Das Maximum sind 65536 Bytes. Globale Variablen verwenden 596 Bytes (2%) des dynamischen Speichers, 19884 Bytes für lokale Variablen verbleiben. Das Maximum sind 20480 Bytes.

fpistm commented 4 years ago

OK so you had an issue with your Arduino installation which is solved. Now came back to the LED which not blink. What is exactly your board? (picture?) Did you try with an other one? Is the LED works? What is you exact sketch? Which Bootx configuration you used?

karstengit commented 4 years ago

This is simply an BluePill and before the mistake of an Update to 1.0.8 everything was fine and STM32Duino could be used. Simply try if the compiled output blink your LED on your Blue-Pill.

// Variables:
int previousMillis = 0;        // will store the last time the LED was updated
int interval = 1000;            // interval at which to blink (in milliseconds)

void setup() {
    // Set up the built-in LED pin as output:
    pinMode(PC13, OUTPUT);
}

void loop() {
    // Check to see if it's time to blink the LED; that is, if the
    // difference between the current time and last time we blinked
    // the LED is bigger than the interval at which we want to blink
    // the LED.
    if (millis() - previousMillis > interval) {
        // Save the last time you blinked the LED
        previousMillis = millis();

        // If the LED is off, turn it on, and vice-versa:
        digitalWrite(PC13,!digitalRead(PC13));// Turn the LED from off to on, or on to off
    }
}

I will try another Blue Pill now

karstengit commented 4 years ago

O.K. Taking another Blue-Pill, an ST-Link and program manual with st-flash. Now it works. I tried the PWM too and it is running. Thanks a lot.

I have to step down where there error is that it did not work with the serial programming. Or just use the way it works.

Besides - the CubeProgrammer does not run on my PC - not in Debian 8 and not in Debian 10. It can be installed but ends with Java-Errors when trying to start. I believe that this is a powerful product for experienced users, but oversized and not needed for beginners. It would be fine to be able to use simple program methods with stm32flash or st-flash, that need no binaries with hundreds of MB that must be downloaded and installed. Thanks.

fpistm commented 4 years ago

Ok fine

For STM32Cube Programmer you cna use it by reading the User Manual which explain why and how solve JAVA issue.

Some comments, I've started to write before you answer :) You didn't enable all compiler warning because I should find this:

warning: comparison of integer expressions of different signedness: 'long unsigned int' and 'int' [-Wsign-compare]
   15 |     if (millis() - previousMillis > interval) {
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~

But this is not the issue. Your sketch as I expected works fine in our side. Also, @ABOSTM share with you his binary and it seems you did not try them (on STM32Example issue) So probably an issue with your hardware.

As I suspect since the beginning, you had/have several issue on your side.