16:59:25 **** Incremental Build of configuration Debug-493 for project L4_Blinky01 **** make -j4 pre-build main-build 'Check Toolchain Version' 'Building file: ../startup/startup_stm32l476xx.s' 'Building file: ../Src/main.c' arm-none-eabi-gcc --version 'Building file: ../Src/stm32l4xx_hal_msp.c' 'Invoking: MCU GCC Compiler' 'Invoking: MCU GCC Compiler' 'Invoking: MCU GCC Assembler' arm-none-eabi-gcc (GNU Tools for ARM Embedded Processors) 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] Copyright (C) 2015 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. C:\STWork\L4_Blinky01\Debug-493 arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -std=c99 -D__weak=__attribute__((weak)) -D__packed=__attribute__((__packed__)) -DUSE_HAL_DRIVER -DSTM32L476xx -I"C:/STWork/L4_Blinky01/Inc" -I"C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc" -I"C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy" -I"C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include" -I"C:/STWork/L4_Blinky01/Drivers/CMSIS/Include" -O0 -g3 -Wall -fmessage-length=0 -v -ffunction-sections -c -fmessage-length=0 -MMD -MP -MF"Src/main.d" -MT"Src/main.o" -o "Src/main.o" "../Src/main.c" ' ' C:\STWork\L4_Blinky01\Debug-493 arm-none-eabi-as -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -g -o "startup/startup_stm32l476xx.o" "../startup/startup_stm32l476xx.s" 'Building file: ../Src/stm32l4xx_it.c' C:\STWork\L4_Blinky01\Debug-493 arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -std=c99 -D__weak=__attribute__((weak)) -D__packed=__attribute__((__packed__)) -DUSE_HAL_DRIVER -DSTM32L476xx -I"C:/STWork/L4_Blinky01/Inc" -I"C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc" -I"C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy" -I"C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include" -I"C:/STWork/L4_Blinky01/Drivers/CMSIS/Include" -O0 -g3 -Wall -fmessage-length=0 -v -ffunction-sections -c -fmessage-length=0 -MMD -MP -MF"Src/stm32l4xx_hal_msp.d" -MT"Src/stm32l4xx_hal_msp.o" -o "Src/stm32l4xx_hal_msp.o" "../Src/stm32l4xx_hal_msp.c" 'Invoking: MCU GCC Compiler' Using built-in specs. COLLECT_GCC=arm-none-eabi-gcc Target: arm-none-eabi Configured with: /home/build/work/GCC-5-build/src/gcc/configure --build=i686-linux-gnu --host=i686-w64-mingw32 --target=arm-none-eabi --prefix=/home/build/work/GCC-5-build/install-mingw --libexecdir=/home/build/work/GCC-5-build/install-mingw/lib --infodir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/info --mandir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/man --htmldir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/html --pdfdir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/pdf --enable-languages=c,c++ --disable-decimal-float --disable-libffi --disable-libgomp --disable-libmudflap --disable-libquadmath --disable-libssp --disable-libstdcxx-pch --disable-nls --disable-shared --disable-threads --disable-tls --with-gnu-as --with-gnu-ld --with-headers=yes --with-newlib --with-python-dir=share/gcc-arm-none-eabi --with-sysroot=/home/build/work/GCC-5-build/install-mingw/arm-none-eabi --with-libiconv-prefix=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-gmp=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-mpfr=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-mpc=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-isl=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-cloog=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-libelf=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --with-pkgversion='GNU Tools for ARM Embedded Processors' --with-multilib-list=armv6-m,armv7-m,armv7e-m,armv7-r,armv8-m.base,armv8-m.main Thread model: single gcc version 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] (GNU Tools for ARM Embedded Processors) COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfloat-abi=hard' '-mfpu=fpv4-sp-d16' '-std=c99' '-D' '__weak=__attribute__((weak))' '-D' '__packed=__attribute__((__packed__))' '-D' 'USE_HAL_DRIVER' '-D' 'STM32L476xx' '-I' 'C:/STWork/L4_Blinky01/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Include' '-O0' '-g3' '-Wall' '-fmessage-length=0' '-v' '-ffunction-sections' '-c' '-fmessage-length=0' '-MMD' '-MP' '-MF' 'Src/main.d' '-MT' 'Src/main.o' '-o' 'Src/main.o' c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/cc1.exe -quiet -v -I C:/STWork/L4_Blinky01/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Include -imultilib armv7e-m/fpu -iprefix c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/ -isysroot c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../arm-none-eabi -MMD Src/main.d -MF Src/main.d -MP -MT Src/main.o -dD -D__USES_INITFINI__ -D __weak=__attribute__((weak)) -D __packed=__attribute__((__packed__)) -D USE_HAL_DRIVER -D STM32L476xx ../Src/main.c -quiet -dumpbase main.c -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -auxbase-strip Src/main.o -g3 -O0 -Wall -std=c99 -version -fmessage-length=0 -ffunction-sections -fmessage-length=0 -o C:\Users\awn\AppData\Local\Temp\ccEYnqdi.s Using built-in specs. COLLECT_GCC=arm-none-eabi-gcc Target: arm-none-eabi Configured with: /home/build/work/GCC-5-build/src/gcc/configure --build=i686-linux-gnu --host=i686-w64-mingw32 --target=arm-none-eabi --prefix=/home/build/work/GCC-5-build/install-mingw --libexecdir=/home/build/work/GCC-5-build/install-mingw/lib --infodir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/info --mandir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/man --htmldir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/html --pdfdir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/pdf --enable-languages=c,c++ --disable-decimal-float --disable-libffi --disable-libgomp --disable-libmudflap --disable-libquadmath --disable-libssp --disable-libstdcxx-pch --disable-nls --disable-shared --disable-threads --disable-tls --with-gnu-as --with-gnu-ld --with-headers=yes --with-newlib --with-python-dir=share/gcc-arm-none-eabi --with-sysroot=/home/build/work/GCC-5-build/install-mingw/arm-none-eabi --with-libiconv-prefix=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-gmp=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-mpfr=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-mpc=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-isl=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-cloog=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-libelf=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --with-pkgversion='GNU Tools for ARM Embedded Processors' --with-multilib-list=armv6-m,armv7-m,armv7e-m,armv7-r,armv8-m.base,armv8-m.main Thread model: single gcc version 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] (GNU Tools for ARM Embedded Processors) COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfloat-abi=hard' '-mfpu=fpv4-sp-d16' '-std=c99' '-D' '__weak=__attribute__((weak))' '-D' '__packed=__attribute__((__packed__))' '-D' 'USE_HAL_DRIVER' '-D' 'STM32L476xx' '-I' 'C:/STWork/L4_Blinky01/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Include' '-O0' '-g3' '-Wall' '-fmessage-length=0' '-v' '-ffunction-sections' '-c' '-fmessage-length=0' '-MMD' '-MP' '-MF' 'Src/stm32l4xx_hal_msp.d' '-MT' 'Src/stm32l4xx_hal_msp.o' '-o' 'Src/stm32l4xx_hal_msp.o' c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/cc1.exe -quiet -v -I C:/STWork/L4_Blinky01/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Include -imultilib armv7e-m/fpu -iprefix c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/ -isysroot c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../arm-none-eabi -MMD Src/stm32l4xx_hal_msp.d -MF Src/stm32l4xx_hal_msp.d -MP -MT Src/stm32l4xx_hal_msp.o -dD -D__USES_INITFINI__ -D __weak=__attribute__((weak)) -D __packed=__attribute__((__packed__)) -D USE_HAL_DRIVER -D STM32L476xx ../Src/stm32l4xx_hal_msp.c -quiet -dumpbase stm32l4xx_hal_msp.c -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -auxbase-strip Src/stm32l4xx_hal_msp.o -g3 -O0 -Wall -std=c99 -version -fmessage-length=0 -ffunction-sections -fmessage-length=0 -o C:\Users\awn\AppData\Local\Temp\cccyGJgn.s C:\STWork\L4_Blinky01\Debug-493 arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -std=c99 -D__weak=__attribute__((weak)) -D__packed=__attribute__((__packed__)) -DUSE_HAL_DRIVER -DSTM32L476xx -I"C:/STWork/L4_Blinky01/Inc" -I"C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc" -I"C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy" -I"C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include" -I"C:/STWork/L4_Blinky01/Drivers/CMSIS/Include" -O0 -g3 -Wall -fmessage-length=0 -v -ffunction-sections -c -fmessage-length=0 -MMD -MP -MF"Src/stm32l4xx_it.d" -MT"Src/stm32l4xx_it.o" -o "Src/stm32l4xx_it.o" "../Src/stm32l4xx_it.c" Using built-in specs. COLLECT_GCC=arm-none-eabi-gcc Target: arm-none-eabi Configured with: /home/build/work/GCC-5-build/src/gcc/configure --build=i686-linux-gnu --host=i686-w64-mingw32 --target=arm-none-eabi --prefix=/home/build/work/GCC-5-build/install-mingw --libexecdir=/home/build/work/GCC-5-build/install-mingw/lib --infodir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/info --mandir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/man --htmldir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/html --pdfdir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/pdf --enable-languages=c,c++ --disable-decimal-float --disable-libffi --disable-libgomp --disable-libmudflap --disable-libquadmath --disable-libssp --disable-libstdcxx-pch --disable-nls --disable-shared --disable-threads --disable-tls --with-gnu-as --with-gnu-ld --with-headers=yes --with-newlib --with-python-dir=share/gcc-arm-none-eabi --with-sysroot=/home/build/work/GCC-5-build/install-mingw/arm-none-eabi --with-libiconv-prefix=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-gmp=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-mpfr=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-mpc=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-isl=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-cloog=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-libelf=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --with-pkgversion='GNU Tools for ARM Embedded Processors' --with-multilib-list=armv6-m,armv7-m,armv7e-m,armv7-r,armv8-m.base,armv8-m.main Thread model: single gcc version 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] (GNU Tools for ARM Embedded Processors) COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfloat-abi=hard' '-mfpu=fpv4-sp-d16' '-std=c99' '-D' '__weak=__attribute__((weak))' '-D' '__packed=__attribute__((__packed__))' '-D' 'USE_HAL_DRIVER' '-D' 'STM32L476xx' '-I' 'C:/STWork/L4_Blinky01/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Include' '-O0' '-g3' '-Wall' '-fmessage-length=0' '-v' '-ffunction-sections' '-c' '-fmessage-length=0' '-MMD' '-MP' '-MF' 'Src/stm32l4xx_it.d' '-MT' 'Src/stm32l4xx_it.o' '-o' 'Src/stm32l4xx_it.o' c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/cc1.exe -quiet -v -I C:/STWork/L4_Blinky01/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Include -imultilib armv7e-m/fpu -iprefix c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/ -isysroot c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../arm-none-eabi -MMD Src/stm32l4xx_it.d -MF Src/stm32l4xx_it.d -MP -MT Src/stm32l4xx_it.o -dD -D__USES_INITFINI__ -D __weak=__attribute__((weak)) -D __packed=__attribute__((__packed__)) -D USE_HAL_DRIVER -D STM32L476xx ../Src/stm32l4xx_it.c -quiet -dumpbase stm32l4xx_it.c -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -auxbase-strip Src/stm32l4xx_it.o -g3 -O0 -Wall -std=c99 -version -fmessage-length=0 -ffunction-sections -fmessage-length=0 -o C:\Users\awn\AppData\Local\Temp\ccu5INLK.s 'Finished building: ../startup/startup_stm32l476xx.s' ' ' 'Building file: ../Src/system_stm32l4xx.c' 'Invoking: MCU GCC Compiler' C:\STWork\L4_Blinky01\Debug-493 arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -std=c99 -D__weak=__attribute__((weak)) -D__packed=__attribute__((__packed__)) -DUSE_HAL_DRIVER -DSTM32L476xx -I"C:/STWork/L4_Blinky01/Inc" -I"C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc" -I"C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy" -I"C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include" -I"C:/STWork/L4_Blinky01/Drivers/CMSIS/Include" -O0 -g3 -Wall -fmessage-length=0 -v -ffunction-sections -c -fmessage-length=0 -MMD -MP -MF"Src/system_stm32l4xx.d" -MT"Src/system_stm32l4xx.o" -o "Src/system_stm32l4xx.o" "../Src/system_stm32l4xx.c" Using built-in specs. COLLECT_GCC=arm-none-eabi-gcc Target: arm-none-eabi Configured with: /home/build/work/GCC-5-build/src/gcc/configure --build=i686-linux-gnu --host=i686-w64-mingw32 --target=arm-none-eabi --prefix=/home/build/work/GCC-5-build/install-mingw --libexecdir=/home/build/work/GCC-5-build/install-mingw/lib --infodir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/info --mandir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/man --htmldir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/html --pdfdir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/pdf --enable-languages=c,c++ --disable-decimal-float --disable-libffi --disable-libgomp --disable-libmudflap --disable-libquadmath --disable-libssp --disable-libstdcxx-pch --disable-nls --disable-shared --disable-threads --disable-tls --with-gnu-as --with-gnu-ld --with-headers=yes --with-newlib --with-python-dir=share/gcc-arm-none-eabi --with-sysroot=/home/build/work/GCC-5-build/install-mingw/arm-none-eabi --with-libiconv-prefix=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-gmp=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-mpfr=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-mpc=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-isl=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-cloog=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-libelf=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --with-pkgversion='GNU Tools for ARM Embedded Processors' --with-multilib-list=armv6-m,armv7-m,armv7e-m,armv7-r,armv8-m.base,armv8-m.main Thread model: single gcc version 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] (GNU Tools for ARM Embedded Processors) COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfloat-abi=hard' '-mfpu=fpv4-sp-d16' '-std=c99' '-D' '__weak=__attribute__((weak))' '-D' '__packed=__attribute__((__packed__))' '-D' 'USE_HAL_DRIVER' '-D' 'STM32L476xx' '-I' 'C:/STWork/L4_Blinky01/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Include' '-O0' '-g3' '-Wall' '-fmessage-length=0' '-v' '-ffunction-sections' '-c' '-fmessage-length=0' '-MMD' '-MP' '-MF' 'Src/system_stm32l4xx.d' '-MT' 'Src/system_stm32l4xx.o' '-o' 'Src/system_stm32l4xx.o' c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/cc1.exe -quiet -v -I C:/STWork/L4_Blinky01/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Include -imultilib armv7e-m/fpu -iprefix c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/ -isysroot c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../arm-none-eabi -MMD Src/system_stm32l4xx.d -MF Src/system_stm32l4xx.d -MP -MT Src/system_stm32l4xx.o -dD -D__USES_INITFINI__ -D __weak=__attribute__((weak)) -D __packed=__attribute__((__packed__)) -D USE_HAL_DRIVER -D STM32L476xx ../Src/system_stm32l4xx.c -quiet -dumpbase system_stm32l4xx.c -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -auxbase-strip Src/system_stm32l4xx.o -g3 -O0 -Wall -std=c99 -version -fmessage-length=0 -ffunction-sections -fmessage-length=0 -o C:\Users\awn\AppData\Local\Temp\ccapmYK7.s GNU C99 (GNU Tools for ARM Embedded Processors) version 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] (arm-none-eabi) compiled by GNU C version 4.7.4, GMP version 4.3.2, MPFR version 2.4.2, MPC version 0.8.1 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 ignoring duplicate directory "c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/lib/gcc/../../lib/gcc/arm-none-eabi/5.4.1/include" ignoring nonexistent directory "c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../arm-none-eabi/home/build/work/GCC-5-build/install-mingw/lib/gcc/arm-none-eabi/5.4.1/../../../../include" ignoring duplicate directory "c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/lib/gcc/../../lib/gcc/arm-none-eabi/5.4.1/include-fixed" ignoring duplicate directory "c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/lib/gcc/../../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/include" ignoring nonexistent directory "c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../arm-none-eabi/usr/include" #include "..." search starts here: #include <...> search starts here: C:/STWork/L4_Blinky01/Inc C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include C:/STWork/L4_Blinky01/Drivers/CMSIS/Include c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/include c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/include-fixed c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/include End of search list. GNU C99 (GNU Tools for ARM Embedded Processors) version 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] (arm-none-eabi) compiled by GNU C version 4.7.4, GMP version 4.3.2, MPFR version 2.4.2, MPC version 0.8.1 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 Compiler executable checksum: 90e6f7c00b6f60eea64d0b91c3395303 COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfloat-abi=hard' '-mfpu=fpv4-sp-d16' '-std=c99' '-D' '__weak=__attribute__((weak))' '-D' '__packed=__attribute__((__packed__))' '-D' 'USE_HAL_DRIVER' '-D' 'STM32L476xx' '-I' 'C:/STWork/L4_Blinky01/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Include' '-O0' '-g3' '-Wall' '-fmessage-length=0' '-v' '-ffunction-sections' '-c' '-fmessage-length=0' '-MMD' '-MP' '-MF' 'Src/stm32l4xx_it.d' '-MT' 'Src/stm32l4xx_it.o' '-o' 'Src/stm32l4xx_it.o' c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/as.exe -v -I C:/STWork/L4_Blinky01/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Include -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -meabi=5 -o Src/stm32l4xx_it.o C:\Users\awn\AppData\Local\Temp\ccu5INLK.s GNU C99 (GNU Tools for ARM Embedded Processors) version 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] (arm-none-eabi) compiled by GNU C version 4.7.4, GMP version 4.3.2, MPFR version 2.4.2, MPC version 0.8.1 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 ignoring duplicate directory "c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/lib/gcc/../../lib/gcc/arm-none-eabi/5.4.1/include" ignoring nonexistent directory "c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../arm-none-eabi/home/build/work/GCC-5-build/install-mingw/lib/gcc/arm-none-eabi/5.4.1/../../../../include" ignoring duplicate directory "c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/lib/gcc/../../lib/gcc/arm-none-eabi/5.4.1/include-fixed" ignoring duplicate directory "c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/lib/gcc/../../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/include" ignoring nonexistent directory "c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../arm-none-eabi/usr/include" #include "..." search starts here: #include <...> search starts here: C:/STWork/L4_Blinky01/Inc C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include C:/STWork/L4_Blinky01/Drivers/CMSIS/Include c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/include c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/include-fixed c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/include End of search list. GNU C99 (GNU Tools for ARM Embedded Processors) version 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] (arm-none-eabi) compiled by GNU C version 4.7.4, GMP version 4.3.2, MPFR version 2.4.2, MPC version 0.8.1 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 Compiler executable checksum: 90e6f7c00b6f60eea64d0b91c3395303 GNU C99 (GNU Tools for ARM Embedded Processors) version 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] (arm-none-eabi) compiled by GNU C version 4.7.4, GMP version 4.3.2, MPFR version 2.4.2, MPC version 0.8.1 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 ignoring duplicate directory "c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/lib/gcc/../../lib/gcc/arm-none-eabi/5.4.1/include" ignoring nonexistent directory "c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../arm-none-eabi/home/build/work/GCC-5-build/install-mingw/lib/gcc/arm-none-eabi/5.4.1/../../../../include" ignoring duplicate directory "c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/lib/gcc/../../lib/gcc/arm-none-eabi/5.4.1/include-fixed" ignoring duplicate directory "c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/lib/gcc/../../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/include" ignoring nonexistent directory "c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../arm-none-eabi/usr/include" #include "..." search starts here: #include <...> search starts here: C:/STWork/L4_Blinky01/Inc C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include C:/STWork/L4_Blinky01/Drivers/CMSIS/Include c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/include c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/include-fixed c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/include End of search list. GNU C99 (GNU Tools for ARM Embedded Processors) version 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] (arm-none-eabi) compiled by GNU C version 4.7.4, GMP version 4.3.2, MPFR version 2.4.2, MPC version 0.8.1 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 Compiler executable checksum: 90e6f7c00b6f60eea64d0b91c3395303 COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfloat-abi=hard' '-mfpu=fpv4-sp-d16' '-std=c99' '-D' '__weak=__attribute__((weak))' '-D' '__packed=__attribute__((__packed__))' '-D' 'USE_HAL_DRIVER' '-D' 'STM32L476xx' '-I' 'C:/STWork/L4_Blinky01/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Include' '-O0' '-g3' '-Wall' '-fmessage-length=0' '-v' '-ffunction-sections' '-c' '-fmessage-length=0' '-MMD' '-MP' '-MF' 'Src/stm32l4xx_hal_msp.d' '-MT' 'Src/stm32l4xx_hal_msp.o' '-o' 'Src/stm32l4xx_hal_msp.o' c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/as.exe -v -I C:/STWork/L4_Blinky01/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Include -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -meabi=5 -o Src/stm32l4xx_hal_msp.o C:\Users\awn\AppData\Local\Temp\cccyGJgn.s COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfloat-abi=hard' '-mfpu=fpv4-sp-d16' '-std=c99' '-D' '__weak=__attribute__((weak))' '-D' '__packed=__attribute__((__packed__))' '-D' 'USE_HAL_DRIVER' '-D' 'STM32L476xx' '-I' 'C:/STWork/L4_Blinky01/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Include' '-O0' '-g3' '-Wall' '-fmessage-length=0' '-v' '-ffunction-sections' '-c' '-fmessage-length=0' '-MMD' '-MP' '-MF' 'Src/main.d' '-MT' 'Src/main.o' '-o' 'Src/main.o' c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/as.exe -v -I C:/STWork/L4_Blinky01/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Include -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -meabi=5 -o Src/main.o C:\Users\awn\AppData\Local\Temp\ccEYnqdi.s GNU C99 (GNU Tools for ARM Embedded Processors) version 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] (arm-none-eabi) compiled by GNU C version 4.7.4, GMP version 4.3.2, MPFR version 2.4.2, MPC version 0.8.1 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 ignoring duplicate directory "c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/lib/gcc/../../lib/gcc/arm-none-eabi/5.4.1/include" ignoring nonexistent directory "c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../arm-none-eabi/home/build/work/GCC-5-build/install-mingw/lib/gcc/arm-none-eabi/5.4.1/../../../../include" ignoring duplicate directory "c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/lib/gcc/../../lib/gcc/arm-none-eabi/5.4.1/include-fixed" ignoring duplicate directory "c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/lib/gcc/../../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/include" ignoring nonexistent directory "c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../arm-none-eabi/usr/include" #include "..." search starts here: #include <...> search starts here: C:/STWork/L4_Blinky01/Inc C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include C:/STWork/L4_Blinky01/Drivers/CMSIS/Include c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/include c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/include-fixed c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/include End of search list. GNU C99 (GNU Tools for ARM Embedded Processors) version 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] (arm-none-eabi) compiled by GNU C version 4.7.4, GMP version 4.3.2, MPFR version 2.4.2, MPC version 0.8.1 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 Compiler executable checksum: 90e6f7c00b6f60eea64d0b91c3395303 COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfloat-abi=hard' '-mfpu=fpv4-sp-d16' '-std=c99' '-D' '__weak=__attribute__((weak))' '-D' '__packed=__attribute__((__packed__))' '-D' 'USE_HAL_DRIVER' '-D' 'STM32L476xx' '-I' 'C:/STWork/L4_Blinky01/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Include' '-O0' '-g3' '-Wall' '-fmessage-length=0' '-v' '-ffunction-sections' '-c' '-fmessage-length=0' '-MMD' '-MP' '-MF' 'Src/system_stm32l4xx.d' '-MT' 'Src/system_stm32l4xx.o' '-o' 'Src/system_stm32l4xx.o' c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/as.exe -v -I C:/STWork/L4_Blinky01/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Include -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -meabi=5 -o Src/system_stm32l4xx.o C:\Users\awn\AppData\Local\Temp\ccapmYK7.s GNU assembler version 2.26.2 (arm-none-eabi) using BFD version (GNU Tools for ARM Embedded Processors) 2.26.2.20160923 GNU assembler version 2.26.2 (arm-none-eabi) using BFD version (GNU Tools for ARM Embedded Processors) 2.26.2.20160923 COMPILER_PATH=c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/ LIBRARY_PATH=c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7e-m/fpu/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7e-m/fpu/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../arm-none-eabi/lib/armv7e-m/fpu/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../arm-none-eabi/lib/ COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfloat-abi=hard' '-mfpu=fpv4-sp-d16' '-std=c99' '-D' '__weak=__attribute__((weak))' '-D' '__packed=__attribute__((__packed__))' '-D' 'USE_HAL_DRIVER' '-D' 'STM32L476xx' '-I' 'C:/STWork/L4_Blinky01/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Include' '-O0' '-g3' '-Wall' '-fmessage-length=0' '-v' '-ffunction-sections' '-c' '-fmessage-length=0' '-MMD' '-MP' '-MF' 'Src/main.d' '-MT' 'Src/main.o' '-o' 'Src/main.o' COMPILER_PATH=c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/ LIBRARY_PATH=c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7e-m/fpu/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7e-m/fpu/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../arm-none-eabi/lib/armv7e-m/fpu/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../arm-none-eabi/lib/ COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfloat-abi=hard' '-mfpu=fpv4-sp-d16' '-std=c99' '-D' '__weak=__attribute__((weak))' '-D' '__packed=__attribute__((__packed__))' '-D' 'USE_HAL_DRIVER' '-D' 'STM32L476xx' '-I' 'C:/STWork/L4_Blinky01/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Include' '-O0' '-g3' '-Wall' '-fmessage-length=0' '-v' '-ffunction-sections' '-c' '-fmessage-length=0' '-MMD' '-MP' '-MF' 'Src/stm32l4xx_it.d' '-MT' 'Src/stm32l4xx_it.o' '-o' 'Src/stm32l4xx_it.o' 'Finished building: ../Src/main.c' 'Finished building: ../Src/stm32l4xx_it.c' ' ' ' ' 'Building file: ../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c' 'Building file: ../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c' GNU assembler version 2.26.2 (arm-none-eabi) using BFD version (GNU Tools for ARM Embedded Processors) 2.26.2.20160923 GNU assembler version 2.26.2 (arm-none-eabi) using BFD version (GNU Tools for ARM Embedded Processors) 2.26.2.20160923 COMPILER_PATH=c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/ LIBRARY_PATH=c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7e-m/fpu/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7e-m/fpu/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../arm-none-eabi/lib/armv7e-m/fpu/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../arm-none-eabi/lib/ COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfloat-abi=hard' '-mfpu=fpv4-sp-d16' '-std=c99' '-D' '__weak=__attribute__((weak))' '-D' '__packed=__attribute__((__packed__))' '-D' 'USE_HAL_DRIVER' '-D' 'STM32L476xx' '-I' 'C:/STWork/L4_Blinky01/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Include' '-O0' '-g3' '-Wall' '-fmessage-length=0' '-v' '-ffunction-sections' '-c' '-fmessage-length=0' '-MMD' '-MP' '-MF' 'Src/system_stm32l4xx.d' '-MT' 'Src/system_stm32l4xx.o' '-o' 'Src/system_stm32l4xx.o' COMPILER_PATH=c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/ LIBRARY_PATH=c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7e-m/fpu/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7e-m/fpu/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../arm-none-eabi/lib/armv7e-m/fpu/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../arm-none-eabi/lib/ COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfloat-abi=hard' '-mfpu=fpv4-sp-d16' '-std=c99' '-D' '__weak=__attribute__((weak))' '-D' '__packed=__attribute__((__packed__))' '-D' 'USE_HAL_DRIVER' '-D' 'STM32L476xx' '-I' 'C:/STWork/L4_Blinky01/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Include' '-O0' '-g3' '-Wall' '-fmessage-length=0' '-v' '-ffunction-sections' '-c' '-fmessage-length=0' '-MMD' '-MP' '-MF' 'Src/stm32l4xx_hal_msp.d' '-MT' 'Src/stm32l4xx_hal_msp.o' '-o' 'Src/stm32l4xx_hal_msp.o' 'Invoking: MCU GCC Compiler' 'Finished building: ../Src/stm32l4xx_hal_msp.c' 'Invoking: MCU GCC Compiler' 'Finished building: ../Src/system_stm32l4xx.c' C:\STWork\L4_Blinky01\Debug-493 ' ' ' ' arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -std=c99 -D__weak=__attribute__((weak)) -D__packed=__attribute__((__packed__)) -DUSE_HAL_DRIVER -DSTM32L476xx -I"C:/STWork/L4_Blinky01/Inc" -I"C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc" -I"C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy" -I"C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include" -I"C:/STWork/L4_Blinky01/Drivers/CMSIS/Include" -O0 -g3 -Wall -fmessage-length=0 -v -ffunction-sections -c -fmessage-length=0 -MMD -MP -MF"Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.d" -MT"Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.o" -o "Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.o" "../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c" C:\STWork\L4_Blinky01\Debug-493 'Building file: ../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c' arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -std=c99 -D__weak=__attribute__((weak)) -D__packed=__attribute__((__packed__)) -DUSE_HAL_DRIVER -DSTM32L476xx -I"C:/STWork/L4_Blinky01/Inc" -I"C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc" -I"C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy" -I"C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include" -I"C:/STWork/L4_Blinky01/Drivers/CMSIS/Include" -O0 -g3 -Wall -fmessage-length=0 -v -ffunction-sections -c -fmessage-length=0 -MMD -MP -MF"Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.d" -MT"Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.o" -o "Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.o" "../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c" 'Building file: ../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c' 'Invoking: MCU GCC Compiler' Using built-in specs. COLLECT_GCC=arm-none-eabi-gcc Target: arm-none-eabi Configured with: /home/build/work/GCC-5-build/src/gcc/configure --build=i686-linux-gnu --host=i686-w64-mingw32 --target=arm-none-eabi --prefix=/home/build/work/GCC-5-build/install-mingw --libexecdir=/home/build/work/GCC-5-build/install-mingw/lib --infodir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/info --mandir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/man --htmldir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/html --pdfdir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/pdf --enable-languages=c,c++ --disable-decimal-float --disable-libffi --disable-libgomp --disable-libmudflap --disable-libquadmath --disable-libssp --disable-libstdcxx-pch --disable-nls --disable-shared --disable-threads --disable-tls --with-gnu-as --with-gnu-ld --with-headers=yes --with-newlib --with-python-dir=share/gcc-arm-none-eabi --with-sysroot=/home/build/work/GCC-5-build/install-mingw/arm-none-eabi --with-libiconv-prefix=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-gmp=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-mpfr=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-mpc=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-isl=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-cloog=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-libelf=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --with-pkgversion='GNU Tools for ARM Embedded Processors' --with-multilib-list=armv6-m,armv7-m,armv7e-m,armv7-r,armv8-m.base,armv8-m.main Thread model: single gcc version 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] (GNU Tools for ARM Embedded Processors) COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfloat-abi=hard' '-mfpu=fpv4-sp-d16' '-std=c99' '-D' '__weak=__attribute__((weak))' '-D' '__packed=__attribute__((__packed__))' '-D' 'USE_HAL_DRIVER' '-D' 'STM32L476xx' '-I' 'C:/STWork/L4_Blinky01/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Include' '-O0' '-g3' '-Wall' '-fmessage-length=0' '-v' '-ffunction-sections' '-c' '-fmessage-length=0' '-MMD' '-MP' '-MF' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.d' '-MT' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.o' '-o' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.o' c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/cc1.exe -quiet -v -I C:/STWork/L4_Blinky01/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Include -imultilib armv7e-m/fpu -iprefix c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/ -isysroot c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../arm-none-eabi -MMD Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.d -MF Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.d -MP -MT Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.o -dD -D__USES_INITFINI__ -D __weak=__attribute__((weak)) -D __packed=__attribute__((__packed__)) -D USE_HAL_DRIVER -D STM32L476xx ../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c -quiet -dumpbase stm32l4xx_hal.c -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -auxbase-strip Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.o -g3 -O0 -Wall -std=c99 -version -fmessage-length=0 -ffunction-sections -fmessage-length=0 -o C:\Users\awn\AppData\Local\Temp\ccsna9kg.s C:\STWork\L4_Blinky01\Debug-493 arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -std=c99 -D__weak=__attribute__((weak)) -D__packed=__attribute__((__packed__)) -DUSE_HAL_DRIVER -DSTM32L476xx -I"C:/STWork/L4_Blinky01/Inc" -I"C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc" -I"C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy" -I"C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include" -I"C:/STWork/L4_Blinky01/Drivers/CMSIS/Include" -O0 -g3 -Wall -fmessage-length=0 -v -ffunction-sections -c -fmessage-length=0 -MMD -MP -MF"Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.d" -MT"Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.o" -o "Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.o" "../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c" Using built-in specs. COLLECT_GCC=arm-none-eabi-gcc Target: arm-none-eabi Configured with: /home/build/work/GCC-5-build/src/gcc/configure --build=i686-linux-gnu --host=i686-w64-mingw32 --target=arm-none-eabi --prefix=/home/build/work/GCC-5-build/install-mingw --libexecdir=/home/build/work/GCC-5-build/install-mingw/lib --infodir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/info --mandir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/man --htmldir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/html --pdfdir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/pdf --enable-languages=c,c++ --disable-decimal-float --disable-libffi --disable-libgomp --disable-libmudflap --disable-libquadmath --disable-libssp --disable-libstdcxx-pch --disable-nls --disable-shared --disable-threads --disable-tls --with-gnu-as --with-gnu-ld --with-headers=yes --with-newlib --with-python-dir=share/gcc-arm-none-eabi --with-sysroot=/home/build/work/GCC-5-build/install-mingw/arm-none-eabi --with-libiconv-prefix=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-gmp=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-mpfr=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-mpc=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-isl=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-cloog=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-libelf=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --with-pkgversion='GNU Tools for ARM Embedded Processors' --with-multilib-list=armv6-m,armv7-m,armv7e-m,armv7-r,armv8-m.base,armv8-m.main Thread model: single gcc version 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] (GNU Tools for ARM Embedded Processors) COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfloat-abi=hard' '-mfpu=fpv4-sp-d16' '-std=c99' '-D' '__weak=__attribute__((weak))' '-D' '__packed=__attribute__((__packed__))' '-D' 'USE_HAL_DRIVER' '-D' 'STM32L476xx' '-I' 'C:/STWork/L4_Blinky01/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Include' '-O0' '-g3' '-Wall' '-fmessage-length=0' '-v' '-ffunction-sections' '-c' '-fmessage-length=0' '-MMD' '-MP' '-MF' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.d' '-MT' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.o' '-o' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.o' c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/cc1.exe -quiet -v -I C:/STWork/L4_Blinky01/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Include -imultilib armv7e-m/fpu -iprefix c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/ -isysroot c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../arm-none-eabi -MMD Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.d -MF Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.d -MP -MT Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.o -dD -D__USES_INITFINI__ -D __weak=__attribute__((weak)) -D __packed=__attribute__((__packed__)) -D USE_HAL_DRIVER -D STM32L476xx ../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c -quiet -dumpbase stm32l4xx_hal_cortex.c -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -auxbase-strip Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.o -g3 -O0 -Wall -std=c99 -version -fmessage-length=0 -ffunction-sections -fmessage-length=0 -o C:\Users\awn\AppData\Local\Temp\ccigJqEw.s 'Invoking: MCU GCC Compiler' Using built-in specs. COLLECT_GCC=arm-none-eabi-gcc Target: arm-none-eabi Configured with: /home/build/work/GCC-5-build/src/gcc/configure --build=i686-linux-gnu --host=i686-w64-mingw32 --target=arm-none-eabi --prefix=/home/build/work/GCC-5-build/install-mingw --libexecdir=/home/build/work/GCC-5-build/install-mingw/lib --infodir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/info --mandir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/man --htmldir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/html --pdfdir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/pdf --enable-languages=c,c++ --disable-decimal-float --disable-libffi --disable-libgomp --disable-libmudflap --disable-libquadmath --disable-libssp --disable-libstdcxx-pch --disable-nls --disable-shared --disable-threads --disable-tls --with-gnu-as --with-gnu-ld --with-headers=yes --with-newlib --with-python-dir=share/gcc-arm-none-eabi --with-sysroot=/home/build/work/GCC-5-build/install-mingw/arm-none-eabi --with-libiconv-prefix=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-gmp=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-mpfr=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-mpc=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-isl=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-cloog=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-libelf=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --with-pkgversion='GNU Tools for ARM Embedded Processors' --with-multilib-list=armv6-m,armv7-m,armv7e-m,armv7-r,armv8-m.base,armv8-m.main Thread model: single gcc version 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] (GNU Tools for ARM Embedded Processors) COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfloat-abi=hard' '-mfpu=fpv4-sp-d16' '-std=c99' '-D' '__weak=__attribute__((weak))' '-D' '__packed=__attribute__((__packed__))' '-D' 'USE_HAL_DRIVER' '-D' 'STM32L476xx' '-I' 'C:/STWork/L4_Blinky01/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Include' '-O0' '-g3' '-Wall' '-fmessage-length=0' '-v' '-ffunction-sections' '-c' '-fmessage-length=0' '-MMD' '-MP' '-MF' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.d' '-MT' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.o' '-o' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.o' c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/cc1.exe -quiet -v -I C:/STWork/L4_Blinky01/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Include -imultilib armv7e-m/fpu -iprefix c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/ -isysroot c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../arm-none-eabi -MMD Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.d -MF Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.d -MP -MT Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.o -dD -D__USES_INITFINI__ -D __weak=__attribute__((weak)) -D __packed=__attribute__((__packed__)) -D USE_HAL_DRIVER -D STM32L476xx ../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c -quiet -dumpbase stm32l4xx_hal_dma.c -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -auxbase-strip Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.o -g3 -O0 -Wall -std=c99 -version -fmessage-length=0 -ffunction-sections -fmessage-length=0 -o C:\Users\awn\AppData\Local\Temp\ccw1ZaxC.s C:\STWork\L4_Blinky01\Debug-493 arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -std=c99 -D__weak=__attribute__((weak)) -D__packed=__attribute__((__packed__)) -DUSE_HAL_DRIVER -DSTM32L476xx -I"C:/STWork/L4_Blinky01/Inc" -I"C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc" -I"C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy" -I"C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include" -I"C:/STWork/L4_Blinky01/Drivers/CMSIS/Include" -O0 -g3 -Wall -fmessage-length=0 -v -ffunction-sections -c -fmessage-length=0 -MMD -MP -MF"Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.d" -MT"Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.o" -o "Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.o" "../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c" Using built-in specs. COLLECT_GCC=arm-none-eabi-gcc Target: arm-none-eabi Configured with: /home/build/work/GCC-5-build/src/gcc/configure --build=i686-linux-gnu --host=i686-w64-mingw32 --target=arm-none-eabi --prefix=/home/build/work/GCC-5-build/install-mingw --libexecdir=/home/build/work/GCC-5-build/install-mingw/lib --infodir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/info --mandir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/man --htmldir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/html --pdfdir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/pdf --enable-languages=c,c++ --disable-decimal-float --disable-libffi --disable-libgomp --disable-libmudflap --disable-libquadmath --disable-libssp --disable-libstdcxx-pch --disable-nls --disable-shared --disable-threads --disable-tls --with-gnu-as --with-gnu-ld --with-headers=yes --with-newlib --with-python-dir=share/gcc-arm-none-eabi --with-sysroot=/home/build/work/GCC-5-build/install-mingw/arm-none-eabi --with-libiconv-prefix=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-gmp=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-mpfr=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-mpc=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-isl=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-cloog=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-libelf=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --with-pkgversion='GNU Tools for ARM Embedded Processors' --with-multilib-list=armv6-m,armv7-m,armv7e-m,armv7-r,armv8-m.base,armv8-m.main Thread model: single gcc version 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] (GNU Tools for ARM Embedded Processors) COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfloat-abi=hard' '-mfpu=fpv4-sp-d16' '-std=c99' '-D' '__weak=__attribute__((weak))' '-D' '__packed=__attribute__((__packed__))' '-D' 'USE_HAL_DRIVER' '-D' 'STM32L476xx' '-I' 'C:/STWork/L4_Blinky01/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Include' '-O0' '-g3' '-Wall' '-fmessage-length=0' '-v' '-ffunction-sections' '-c' '-fmessage-length=0' '-MMD' '-MP' '-MF' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.d' '-MT' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.o' '-o' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.o' c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/cc1.exe -quiet -v -I C:/STWork/L4_Blinky01/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Include -imultilib armv7e-m/fpu -iprefix c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/ -isysroot c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../arm-none-eabi -MMD Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.d -MF Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.d -MP -MT Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.o -dD -D__USES_INITFINI__ -D __weak=__attribute__((weak)) -D __packed=__attribute__((__packed__)) -D USE_HAL_DRIVER -D STM32L476xx ../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c -quiet -dumpbase stm32l4xx_hal_flash.c -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -auxbase-strip Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.o -g3 -O0 -Wall -std=c99 -version -fmessage-length=0 -ffunction-sections -fmessage-length=0 -o C:\Users\awn\AppData\Local\Temp\ccao2nOM.s GNU C99 (GNU Tools for ARM Embedded Processors) version 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] (arm-none-eabi) compiled by GNU C version 4.7.4, GMP version 4.3.2, MPFR version 2.4.2, MPC version 0.8.1 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 ignoring duplicate directory "c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/lib/gcc/../../lib/gcc/arm-none-eabi/5.4.1/include" ignoring nonexistent directory "c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../arm-none-eabi/home/build/work/GCC-5-build/install-mingw/lib/gcc/arm-none-eabi/5.4.1/../../../../include" ignoring duplicate directory "c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/lib/gcc/../../lib/gcc/arm-none-eabi/5.4.1/include-fixed" ignoring duplicate directory "c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/lib/gcc/../../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/include" ignoring nonexistent directory "c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../arm-none-eabi/usr/include" #include "..." search starts here: #include <...> search starts here: C:/STWork/L4_Blinky01/Inc C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include C:/STWork/L4_Blinky01/Drivers/CMSIS/Include c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/include c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/include-fixed c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/include End of search list. GNU C99 (GNU Tools for ARM Embedded Processors) version 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] (arm-none-eabi) compiled by GNU C version 4.7.4, GMP version 4.3.2, MPFR version 2.4.2, MPC version 0.8.1 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 Compiler executable checksum: 90e6f7c00b6f60eea64d0b91c3395303 COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfloat-abi=hard' '-mfpu=fpv4-sp-d16' '-std=c99' '-D' '__weak=__attribute__((weak))' '-D' '__packed=__attribute__((__packed__))' '-D' 'USE_HAL_DRIVER' '-D' 'STM32L476xx' '-I' 'C:/STWork/L4_Blinky01/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Include' '-O0' '-g3' '-Wall' '-fmessage-length=0' '-v' '-ffunction-sections' '-c' '-fmessage-length=0' '-MMD' '-MP' '-MF' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.d' '-MT' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.o' '-o' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.o' c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/as.exe -v -I C:/STWork/L4_Blinky01/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Include -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -meabi=5 -o Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.o C:\Users\awn\AppData\Local\Temp\ccsna9kg.s GNU C99 (GNU Tools for ARM Embedded Processors) version 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] (arm-none-eabi) compiled by GNU C version 4.7.4, GMP version 4.3.2, MPFR version 2.4.2, MPC version 0.8.1 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 ignoring duplicate directory "c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/lib/gcc/../../lib/gcc/arm-none-eabi/5.4.1/include" ignoring nonexistent directory "c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../arm-none-eabi/home/build/work/GCC-5-build/install-mingw/lib/gcc/arm-none-eabi/5.4.1/../../../../include" ignoring duplicate directory "c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/lib/gcc/../../lib/gcc/arm-none-eabi/5.4.1/include-fixed" ignoring duplicate directory "c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/lib/gcc/../../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/include" ignoring nonexistent directory "c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../arm-none-eabi/usr/include" #include "..." search starts here: #include <...> search starts here: C:/STWork/L4_Blinky01/Inc C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include C:/STWork/L4_Blinky01/Drivers/CMSIS/Include c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/include c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/include-fixed c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/include End of search list. GNU C99 (GNU Tools for ARM Embedded Processors) version 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] (arm-none-eabi) compiled by GNU C version 4.7.4, GMP version 4.3.2, MPFR version 2.4.2, MPC version 0.8.1 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 Compiler executable checksum: 90e6f7c00b6f60eea64d0b91c3395303 COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfloat-abi=hard' '-mfpu=fpv4-sp-d16' '-std=c99' '-D' '__weak=__attribute__((weak))' '-D' '__packed=__attribute__((__packed__))' '-D' 'USE_HAL_DRIVER' '-D' 'STM32L476xx' '-I' 'C:/STWork/L4_Blinky01/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Include' '-O0' '-g3' '-Wall' '-fmessage-length=0' '-v' '-ffunction-sections' '-c' '-fmessage-length=0' '-MMD' '-MP' '-MF' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.d' '-MT' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.o' '-o' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.o' c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/as.exe -v -I C:/STWork/L4_Blinky01/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Include -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -meabi=5 -o Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.o C:\Users\awn\AppData\Local\Temp\ccigJqEw.s GNU assembler version 2.26.2 (arm-none-eabi) using BFD version (GNU Tools for ARM Embedded Processors) 2.26.2.20160923 COMPILER_PATH=c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/ LIBRARY_PATH=c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7e-m/fpu/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7e-m/fpu/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../arm-none-eabi/lib/armv7e-m/fpu/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../arm-none-eabi/lib/ COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfloat-abi=hard' '-mfpu=fpv4-sp-d16' '-std=c99' '-D' '__weak=__attribute__((weak))' '-D' '__packed=__attribute__((__packed__))' '-D' 'USE_HAL_DRIVER' '-D' 'STM32L476xx' '-I' 'C:/STWork/L4_Blinky01/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Include' '-O0' '-g3' '-Wall' '-fmessage-length=0' '-v' '-ffunction-sections' '-c' '-fmessage-length=0' '-MMD' '-MP' '-MF' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.d' '-MT' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.o' '-o' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.o' 'Finished building: ../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal.c' ' ' GNU C99 (GNU Tools for ARM Embedded Processors) version 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] (arm-none-eabi) compiled by GNU C version 4.7.4, GMP version 4.3.2, MPFR version 2.4.2, MPC version 0.8.1 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 ignoring duplicate directory "c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/lib/gcc/../../lib/gcc/arm-none-eabi/5.4.1/include" ignoring nonexistent directory "c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../arm-none-eabi/home/build/work/GCC-5-build/install-mingw/lib/gcc/arm-none-eabi/5.4.1/../../../../include" ignoring duplicate directory "c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/lib/gcc/../../lib/gcc/arm-none-eabi/5.4.1/include-fixed" ignoring duplicate directory "c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/lib/gcc/../../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/include" ignoring nonexistent directory "c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../arm-none-eabi/usr/include" #include "..." search starts here: #include <...> search starts here: C:/STWork/L4_Blinky01/Inc C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include C:/STWork/L4_Blinky01/Drivers/CMSIS/Include c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/include c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/include-fixed c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/include End of search list. GNU C99 (GNU Tools for ARM Embedded Processors) version 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] (arm-none-eabi) compiled by GNU C version 4.7.4, GMP version 4.3.2, MPFR version 2.4.2, MPC version 0.8.1 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 Compiler executable checksum: 90e6f7c00b6f60eea64d0b91c3395303 COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfloat-abi=hard' '-mfpu=fpv4-sp-d16' '-std=c99' '-D' '__weak=__attribute__((weak))' '-D' '__packed=__attribute__((__packed__))' '-D' 'USE_HAL_DRIVER' '-D' 'STM32L476xx' '-I' 'C:/STWork/L4_Blinky01/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Include' '-O0' '-g3' '-Wall' '-fmessage-length=0' '-v' '-ffunction-sections' '-c' '-fmessage-length=0' '-MMD' '-MP' '-MF' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.d' '-MT' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.o' '-o' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.o' c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/as.exe -v -I C:/STWork/L4_Blinky01/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Include -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -meabi=5 -o Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.o C:\Users\awn\AppData\Local\Temp\ccw1ZaxC.s GNU C99 (GNU Tools for ARM Embedded Processors) version 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] (arm-none-eabi) compiled by GNU C version 4.7.4, GMP version 4.3.2, MPFR version 2.4.2, MPC version 0.8.1 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 ignoring duplicate directory "c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/lib/gcc/../../lib/gcc/arm-none-eabi/5.4.1/include" ignoring nonexistent directory "c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../arm-none-eabi/home/build/work/GCC-5-build/install-mingw/lib/gcc/arm-none-eabi/5.4.1/../../../../include" ignoring duplicate directory "c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/lib/gcc/../../lib/gcc/arm-none-eabi/5.4.1/include-fixed" ignoring duplicate directory "c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/lib/gcc/../../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/include" ignoring nonexistent directory "c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../arm-none-eabi/usr/include" #include "..." search starts here: #include <...> search starts here: C:/STWork/L4_Blinky01/Inc C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include C:/STWork/L4_Blinky01/Drivers/CMSIS/Include c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/include c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/include-fixed c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/include End of search list. GNU C99 (GNU Tools for ARM Embedded Processors) version 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] (arm-none-eabi) compiled by GNU C version 4.7.4, GMP version 4.3.2, MPFR version 2.4.2, MPC version 0.8.1 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 Compiler executable checksum: 90e6f7c00b6f60eea64d0b91c3395303 COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfloat-abi=hard' '-mfpu=fpv4-sp-d16' '-std=c99' '-D' '__weak=__attribute__((weak))' '-D' '__packed=__attribute__((__packed__))' '-D' 'USE_HAL_DRIVER' '-D' 'STM32L476xx' '-I' 'C:/STWork/L4_Blinky01/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Include' '-O0' '-g3' '-Wall' '-fmessage-length=0' '-v' '-ffunction-sections' '-c' '-fmessage-length=0' '-MMD' '-MP' '-MF' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.d' '-MT' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.o' '-o' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.o' c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/as.exe -v -I C:/STWork/L4_Blinky01/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Include -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -meabi=5 -o Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.o C:\Users\awn\AppData\Local\Temp\ccao2nOM.s 'Building file: ../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c' 'Invoking: MCU GCC Compiler' GNU assembler version 2.26.2 (arm-none-eabi) using BFD version (GNU Tools for ARM Embedded Processors) 2.26.2.20160923 C:\STWork\L4_Blinky01\Debug-493 arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -std=c99 -D__weak=__attribute__((weak)) -D__packed=__attribute__((__packed__)) -DUSE_HAL_DRIVER -DSTM32L476xx -I"C:/STWork/L4_Blinky01/Inc" -I"C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc" -I"C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy" -I"C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include" -I"C:/STWork/L4_Blinky01/Drivers/CMSIS/Include" -O0 -g3 -Wall -fmessage-length=0 -v -ffunction-sections -c -fmessage-length=0 -MMD -MP -MF"Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.d" -MT"Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.o" -o "Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.o" "../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c" COMPILER_PATH=c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/ LIBRARY_PATH=c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7e-m/fpu/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7e-m/fpu/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../arm-none-eabi/lib/armv7e-m/fpu/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../arm-none-eabi/lib/ COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfloat-abi=hard' '-mfpu=fpv4-sp-d16' '-std=c99' '-D' '__weak=__attribute__((weak))' '-D' '__packed=__attribute__((__packed__))' '-D' 'USE_HAL_DRIVER' '-D' 'STM32L476xx' '-I' 'C:/STWork/L4_Blinky01/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Include' '-O0' '-g3' '-Wall' '-fmessage-length=0' '-v' '-ffunction-sections' '-c' '-fmessage-length=0' '-MMD' '-MP' '-MF' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.d' '-MT' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.o' '-o' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.o' Using built-in specs. COLLECT_GCC=arm-none-eabi-gcc Target: arm-none-eabi Configured with: /home/build/work/GCC-5-build/src/gcc/configure --build=i686-linux-gnu --host=i686-w64-mingw32 --target=arm-none-eabi --prefix=/home/build/work/GCC-5-build/install-mingw --libexecdir=/home/build/work/GCC-5-build/install-mingw/lib --infodir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/info --mandir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/man --htmldir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/html --pdfdir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/pdf --enable-languages=c,c++ --disable-decimal-float --disable-libffi --disable-libgomp --disable-libmudflap --disable-libquadmath --disable-libssp --disable-libstdcxx-pch --disable-nls --disable-shared --disable-threads --disable-tls --with-gnu-as --with-gnu-ld --with-headers=yes --with-newlib --with-python-dir=share/gcc-arm-none-eabi --with-sysroot=/home/build/work/GCC-5-build/install-mingw/arm-none-eabi --with-libiconv-prefix=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-gmp=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-mpfr=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-mpc=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-isl=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-cloog=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-libelf=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --with-pkgversion='GNU Tools for ARM Embedded Processors' --with-multilib-list=armv6-m,armv7-m,armv7e-m,armv7-r,armv8-m.base,armv8-m.main Thread model: single gcc version 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] (GNU Tools for ARM Embedded Processors) COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfloat-abi=hard' '-mfpu=fpv4-sp-d16' '-std=c99' '-D' '__weak=__attribute__((weak))' '-D' '__packed=__attribute__((__packed__))' '-D' 'USE_HAL_DRIVER' '-D' 'STM32L476xx' '-I' 'C:/STWork/L4_Blinky01/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Include' '-O0' '-g3' '-Wall' '-fmessage-length=0' '-v' '-ffunction-sections' '-c' '-fmessage-length=0' '-MMD' '-MP' '-MF' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.d' '-MT' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.o' '-o' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.o' c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/cc1.exe -quiet -v -I C:/STWork/L4_Blinky01/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Include -imultilib armv7e-m/fpu -iprefix c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/ -isysroot c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../arm-none-eabi -MMD Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.d -MF Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.d -MP -MT Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.o -dD -D__USES_INITFINI__ -D __weak=__attribute__((weak)) -D __packed=__attribute__((__packed__)) -D USE_HAL_DRIVER -D STM32L476xx ../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c -quiet -dumpbase stm32l4xx_hal_flash_ex.c -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -auxbase-strip Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.o -g3 -O0 -Wall -std=c99 -version -fmessage-length=0 -ffunction-sections -fmessage-length=0 -o C:\Users\awn\AppData\Local\Temp\ccLSO3Oy.s GNU assembler version 2.26.2 (arm-none-eabi) using BFD version (GNU Tools for ARM Embedded Processors) 2.26.2.20160923 COMPILER_PATH=c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/ LIBRARY_PATH=c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7e-m/fpu/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7e-m/fpu/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../arm-none-eabi/lib/armv7e-m/fpu/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../arm-none-eabi/lib/ COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfloat-abi=hard' '-mfpu=fpv4-sp-d16' '-std=c99' '-D' '__weak=__attribute__((weak))' '-D' '__packed=__attribute__((__packed__))' '-D' 'USE_HAL_DRIVER' '-D' 'STM32L476xx' '-I' 'C:/STWork/L4_Blinky01/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Include' '-O0' '-g3' '-Wall' '-fmessage-length=0' '-v' '-ffunction-sections' '-c' '-fmessage-length=0' '-MMD' '-MP' '-MF' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.d' '-MT' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.o' '-o' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.o' 'Finished building: ../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash.c' 'Finished building: ../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_cortex.c' ' ' ' ' GNU assembler version 2.26.2 (arm-none-eabi) using BFD version (GNU Tools for ARM Embedded Processors) 2.26.2.20160923 COMPILER_PATH=c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/ LIBRARY_PATH=c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7e-m/fpu/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7e-m/fpu/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../arm-none-eabi/lib/armv7e-m/fpu/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../arm-none-eabi/lib/ COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfloat-abi=hard' '-mfpu=fpv4-sp-d16' '-std=c99' '-D' '__weak=__attribute__((weak))' '-D' '__packed=__attribute__((__packed__))' '-D' 'USE_HAL_DRIVER' '-D' 'STM32L476xx' '-I' 'C:/STWork/L4_Blinky01/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Include' '-O0' '-g3' '-Wall' '-fmessage-length=0' '-v' '-ffunction-sections' '-c' '-fmessage-length=0' '-MMD' '-MP' '-MF' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.d' '-MT' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.o' '-o' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.o' 'Building file: ../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c' 'Building file: ../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c' 'Finished building: ../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_dma.c' 'Invoking: MCU GCC Compiler' ' ' 'Invoking: MCU GCC Compiler' C:\STWork\L4_Blinky01\Debug-493 'Building file: ../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c' arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -std=c99 -D__weak=__attribute__((weak)) -D__packed=__attribute__((__packed__)) -DUSE_HAL_DRIVER -DSTM32L476xx -I"C:/STWork/L4_Blinky01/Inc" -I"C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc" -I"C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy" -I"C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include" -I"C:/STWork/L4_Blinky01/Drivers/CMSIS/Include" -O0 -g3 -Wall -fmessage-length=0 -v -ffunction-sections -c -fmessage-length=0 -MMD -MP -MF"Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.d" -MT"Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.o" -o "Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.o" "../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c" C:\STWork\L4_Blinky01\Debug-493 arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -std=c99 -D__weak=__attribute__((weak)) -D__packed=__attribute__((__packed__)) -DUSE_HAL_DRIVER -DSTM32L476xx -I"C:/STWork/L4_Blinky01/Inc" -I"C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc" -I"C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy" -I"C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include" -I"C:/STWork/L4_Blinky01/Drivers/CMSIS/Include" -O0 -g3 -Wall -fmessage-length=0 -v -ffunction-sections -c -fmessage-length=0 -MMD -MP -MF"Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.d" -MT"Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.o" -o "Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.o" "../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c" 'Invoking: MCU GCC Compiler' Using built-in specs. COLLECT_GCC=arm-none-eabi-gcc Target: arm-none-eabi Configured with: /home/build/work/GCC-5-build/src/gcc/configure --build=i686-linux-gnu --host=i686-w64-mingw32 --target=arm-none-eabi --prefix=/home/build/work/GCC-5-build/install-mingw --libexecdir=/home/build/work/GCC-5-build/install-mingw/lib --infodir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/info --mandir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/man --htmldir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/html --pdfdir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/pdf --enable-languages=c,c++ --disable-decimal-float --disable-libffi --disable-libgomp --disable-libmudflap --disable-libquadmath --disable-libssp --disable-libstdcxx-pch --disable-nls --disable-shared --disable-threads --disable-tls --with-gnu-as --with-gnu-ld --with-headers=yes --with-newlib --with-python-dir=share/gcc-arm-none-eabi --with-sysroot=/home/build/work/GCC-5-build/install-mingw/arm-none-eabi --with-libiconv-prefix=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-gmp=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-mpfr=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-mpc=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-isl=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-cloog=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-libelf=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --with-pkgversion='GNU Tools for ARM Embedded Processors' --with-multilib-list=armv6-m,armv7-m,armv7e-m,armv7-r,armv8-m.base,armv8-m.main Thread model: single gcc version 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] (GNU Tools for ARM Embedded Processors) COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfloat-abi=hard' '-mfpu=fpv4-sp-d16' '-std=c99' '-D' '__weak=__attribute__((weak))' '-D' '__packed=__attribute__((__packed__))' '-D' 'USE_HAL_DRIVER' '-D' 'STM32L476xx' '-I' 'C:/STWork/L4_Blinky01/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Include' '-O0' '-g3' '-Wall' '-fmessage-length=0' '-v' '-ffunction-sections' '-c' '-fmessage-length=0' '-MMD' '-MP' '-MF' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.d' '-MT' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.o' '-o' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.o' c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/cc1.exe -quiet -v -I C:/STWork/L4_Blinky01/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Include -imultilib armv7e-m/fpu -iprefix c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/ -isysroot c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../arm-none-eabi -MMD Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.d -MF Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.d -MP -MT Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.o -dD -D__USES_INITFINI__ -D __weak=__attribute__((weak)) -D __packed=__attribute__((__packed__)) -D USE_HAL_DRIVER -D STM32L476xx ../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c -quiet -dumpbase stm32l4xx_hal_gpio.c -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -auxbase-strip Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.o -g3 -O0 -Wall -std=c99 -version -fmessage-length=0 -ffunction-sections -fmessage-length=0 -o C:\Users\awn\AppData\Local\Temp\ccn4ivQV.s Using built-in specs. COLLECT_GCC=arm-none-eabi-gcc Target: arm-none-eabi Configured with: /home/build/work/GCC-5-build/src/gcc/configure --build=i686-linux-gnu --host=i686-w64-mingw32 --target=arm-none-eabi --prefix=/home/build/work/GCC-5-build/install-mingw --libexecdir=/home/build/work/GCC-5-build/install-mingw/lib --infodir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/info --mandir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/man --htmldir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/html --pdfdir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/pdf --enable-languages=c,c++ --disable-decimal-float --disable-libffi --disable-libgomp --disable-libmudflap --disable-libquadmath --disable-libssp --disable-libstdcxx-pch --disable-nls --disable-shared --disable-threads --disable-tls --with-gnu-as --with-gnu-ld --with-headers=yes --with-newlib --with-python-dir=share/gcc-arm-none-eabi --with-sysroot=/home/build/work/GCC-5-build/install-mingw/arm-none-eabi --with-libiconv-prefix=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-gmp=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-mpfr=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-mpc=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-isl=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-cloog=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-libelf=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --with-pkgversion='GNU Tools for ARM Embedded Processors' --with-multilib-list=armv6-m,armv7-m,armv7e-m,armv7-r,armv8-m.base,armv8-m.main Thread model: single gcc version 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] (GNU Tools for ARM Embedded Processors) COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfloat-abi=hard' '-mfpu=fpv4-sp-d16' '-std=c99' '-D' '__weak=__attribute__((weak))' '-D' '__packed=__attribute__((__packed__))' '-D' 'USE_HAL_DRIVER' '-D' 'STM32L476xx' '-I' 'C:/STWork/L4_Blinky01/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Include' '-O0' '-g3' '-Wall' '-fmessage-length=0' '-v' '-ffunction-sections' '-c' '-fmessage-length=0' '-MMD' '-MP' '-MF' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.d' '-MT' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.o' '-o' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.o' c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/cc1.exe -quiet -v -I C:/STWork/L4_Blinky01/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Include -imultilib armv7e-m/fpu -iprefix c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/ -isysroot c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../arm-none-eabi -MMD Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.d -MF Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.d -MP -MT Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.o -dD -D__USES_INITFINI__ -D __weak=__attribute__((weak)) -D __packed=__attribute__((__packed__)) -D USE_HAL_DRIVER -D STM32L476xx ../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c -quiet -dumpbase stm32l4xx_hal_flash_ramfunc.c -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -auxbase-strip Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.o -g3 -O0 -Wall -std=c99 -version -fmessage-length=0 -ffunction-sections -fmessage-length=0 -o C:\Users\awn\AppData\Local\Temp\cc5qMdg0.s C:\STWork\L4_Blinky01\Debug-493 arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -std=c99 -D__weak=__attribute__((weak)) -D__packed=__attribute__((__packed__)) -DUSE_HAL_DRIVER -DSTM32L476xx -I"C:/STWork/L4_Blinky01/Inc" -I"C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc" -I"C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy" -I"C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include" -I"C:/STWork/L4_Blinky01/Drivers/CMSIS/Include" -O0 -g3 -Wall -fmessage-length=0 -v -ffunction-sections -c -fmessage-length=0 -MMD -MP -MF"Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.d" -MT"Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.o" -o "Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.o" "../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c" Using built-in specs. COLLECT_GCC=arm-none-eabi-gcc Target: arm-none-eabi Configured with: /home/build/work/GCC-5-build/src/gcc/configure --build=i686-linux-gnu --host=i686-w64-mingw32 --target=arm-none-eabi --prefix=/home/build/work/GCC-5-build/install-mingw --libexecdir=/home/build/work/GCC-5-build/install-mingw/lib --infodir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/info --mandir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/man --htmldir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/html --pdfdir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/pdf --enable-languages=c,c++ --disable-decimal-float --disable-libffi --disable-libgomp --disable-libmudflap --disable-libquadmath --disable-libssp --disable-libstdcxx-pch --disable-nls --disable-shared --disable-threads --disable-tls --with-gnu-as --with-gnu-ld --with-headers=yes --with-newlib --with-python-dir=share/gcc-arm-none-eabi --with-sysroot=/home/build/work/GCC-5-build/install-mingw/arm-none-eabi --with-libiconv-prefix=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-gmp=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-mpfr=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-mpc=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-isl=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-cloog=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-libelf=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --with-pkgversion='GNU Tools for ARM Embedded Processors' --with-multilib-list=armv6-m,armv7-m,armv7e-m,armv7-r,armv8-m.base,armv8-m.main Thread model: single gcc version 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] (GNU Tools for ARM Embedded Processors) COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfloat-abi=hard' '-mfpu=fpv4-sp-d16' '-std=c99' '-D' '__weak=__attribute__((weak))' '-D' '__packed=__attribute__((__packed__))' '-D' 'USE_HAL_DRIVER' '-D' 'STM32L476xx' '-I' 'C:/STWork/L4_Blinky01/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Include' '-O0' '-g3' '-Wall' '-fmessage-length=0' '-v' '-ffunction-sections' '-c' '-fmessage-length=0' '-MMD' '-MP' '-MF' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.d' '-MT' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.o' '-o' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.o' c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/cc1.exe -quiet -v -I C:/STWork/L4_Blinky01/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Include -imultilib armv7e-m/fpu -iprefix c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/ -isysroot c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../arm-none-eabi -MMD Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.d -MF Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.d -MP -MT Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.o -dD -D__USES_INITFINI__ -D __weak=__attribute__((weak)) -D __packed=__attribute__((__packed__)) -D USE_HAL_DRIVER -D STM32L476xx ../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c -quiet -dumpbase stm32l4xx_hal_i2c.c -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -auxbase-strip Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.o -g3 -O0 -Wall -std=c99 -version -fmessage-length=0 -ffunction-sections -fmessage-length=0 -o C:\Users\awn\AppData\Local\Temp\ccNlkh8d.s GNU C99 (GNU Tools for ARM Embedded Processors) version 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] (arm-none-eabi) compiled by GNU C version 4.7.4, GMP version 4.3.2, MPFR version 2.4.2, MPC version 0.8.1 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 ignoring duplicate directory "c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/lib/gcc/../../lib/gcc/arm-none-eabi/5.4.1/include" ignoring nonexistent directory "c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../arm-none-eabi/home/build/work/GCC-5-build/install-mingw/lib/gcc/arm-none-eabi/5.4.1/../../../../include" ignoring duplicate directory "c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/lib/gcc/../../lib/gcc/arm-none-eabi/5.4.1/include-fixed" ignoring duplicate directory "c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/lib/gcc/../../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/include" ignoring nonexistent directory "c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../arm-none-eabi/usr/include" #include "..." search starts here: #include <...> search starts here: C:/STWork/L4_Blinky01/Inc C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include C:/STWork/L4_Blinky01/Drivers/CMSIS/Include c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/include c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/include-fixed c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/include End of search list. GNU C99 (GNU Tools for ARM Embedded Processors) version 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] (arm-none-eabi) compiled by GNU C version 4.7.4, GMP version 4.3.2, MPFR version 2.4.2, MPC version 0.8.1 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 Compiler executable checksum: 90e6f7c00b6f60eea64d0b91c3395303 COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfloat-abi=hard' '-mfpu=fpv4-sp-d16' '-std=c99' '-D' '__weak=__attribute__((weak))' '-D' '__packed=__attribute__((__packed__))' '-D' 'USE_HAL_DRIVER' '-D' 'STM32L476xx' '-I' 'C:/STWork/L4_Blinky01/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Include' '-O0' '-g3' '-Wall' '-fmessage-length=0' '-v' '-ffunction-sections' '-c' '-fmessage-length=0' '-MMD' '-MP' '-MF' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.d' '-MT' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.o' '-o' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.o' c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/as.exe -v -I C:/STWork/L4_Blinky01/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Include -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -meabi=5 -o Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.o C:\Users\awn\AppData\Local\Temp\ccLSO3Oy.s GNU assembler version 2.26.2 (arm-none-eabi) using BFD version (GNU Tools for ARM Embedded Processors) 2.26.2.20160923 COMPILER_PATH=c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/ LIBRARY_PATH=c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7e-m/fpu/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7e-m/fpu/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../arm-none-eabi/lib/armv7e-m/fpu/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../arm-none-eabi/lib/ COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfloat-abi=hard' '-mfpu=fpv4-sp-d16' '-std=c99' '-D' '__weak=__attribute__((weak))' '-D' '__packed=__attribute__((__packed__))' '-D' 'USE_HAL_DRIVER' '-D' 'STM32L476xx' '-I' 'C:/STWork/L4_Blinky01/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Include' '-O0' '-g3' '-Wall' '-fmessage-length=0' '-v' '-ffunction-sections' '-c' '-fmessage-length=0' '-MMD' '-MP' '-MF' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.d' '-MT' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.o' '-o' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.o' 'Finished building: ../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ex.c' GNU C99 (GNU Tools for ARM Embedded Processors) version 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] (arm-none-eabi) compiled by GNU C version 4.7.4, GMP version 4.3.2, MPFR version 2.4.2, MPC version 0.8.1 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 ignoring duplicate directory "c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/lib/gcc/../../lib/gcc/arm-none-eabi/5.4.1/include" ignoring nonexistent directory "c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../arm-none-eabi/home/build/work/GCC-5-build/install-mingw/lib/gcc/arm-none-eabi/5.4.1/../../../../include" ignoring duplicate directory "c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/lib/gcc/../../lib/gcc/arm-none-eabi/5.4.1/include-fixed" ignoring duplicate directory "c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/lib/gcc/../../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/include" ignoring nonexistent directory "c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../arm-none-eabi/usr/include" #include "..." search starts here: #include <...> search starts here: C:/STWork/L4_Blinky01/Inc C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include C:/STWork/L4_Blinky01/Drivers/CMSIS/Include c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/include c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/include-fixed c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/include End of search list. GNU C99 (GNU Tools for ARM Embedded Processors) version 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] (arm-none-eabi) compiled by GNU C version 4.7.4, GMP version 4.3.2, MPFR version 2.4.2, MPC version 0.8.1 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 Compiler executable checksum: 90e6f7c00b6f60eea64d0b91c3395303 COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfloat-abi=hard' '-mfpu=fpv4-sp-d16' '-std=c99' '-D' '__weak=__attribute__((weak))' '-D' '__packed=__attribute__((__packed__))' '-D' 'USE_HAL_DRIVER' '-D' 'STM32L476xx' '-I' 'C:/STWork/L4_Blinky01/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Include' '-O0' '-g3' '-Wall' '-fmessage-length=0' '-v' '-ffunction-sections' '-c' '-fmessage-length=0' '-MMD' '-MP' '-MF' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.d' '-MT' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.o' '-o' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.o' c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/as.exe -v -I C:/STWork/L4_Blinky01/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Include -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -meabi=5 -o Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.o C:\Users\awn\AppData\Local\Temp\cc5qMdg0.s ' ' 'Building file: ../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c' 'Invoking: MCU GCC Compiler' GNU C99 (GNU Tools for ARM Embedded Processors) version 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] (arm-none-eabi) compiled by GNU C version 4.7.4, GMP version 4.3.2, MPFR version 2.4.2, MPC version 0.8.1 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 ignoring duplicate directory "c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/lib/gcc/../../lib/gcc/arm-none-eabi/5.4.1/include" ignoring nonexistent directory "c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../arm-none-eabi/home/build/work/GCC-5-build/install-mingw/lib/gcc/arm-none-eabi/5.4.1/../../../../include" ignoring duplicate directory "c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/lib/gcc/../../lib/gcc/arm-none-eabi/5.4.1/include-fixed" ignoring duplicate directory "c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/lib/gcc/../../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/include" ignoring nonexistent directory "c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../arm-none-eabi/usr/include" #include "..." search starts here: #include <...> search starts here: C:/STWork/L4_Blinky01/Inc C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include C:/STWork/L4_Blinky01/Drivers/CMSIS/Include c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/include c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/include-fixed c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/include End of search list. GNU C99 (GNU Tools for ARM Embedded Processors) version 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] (arm-none-eabi) compiled by GNU C version 4.7.4, GMP version 4.3.2, MPFR version 2.4.2, MPC version 0.8.1 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 Compiler executable checksum: 90e6f7c00b6f60eea64d0b91c3395303 COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfloat-abi=hard' '-mfpu=fpv4-sp-d16' '-std=c99' '-D' '__weak=__attribute__((weak))' '-D' '__packed=__attribute__((__packed__))' '-D' 'USE_HAL_DRIVER' '-D' 'STM32L476xx' '-I' 'C:/STWork/L4_Blinky01/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Include' '-O0' '-g3' '-Wall' '-fmessage-length=0' '-v' '-ffunction-sections' '-c' '-fmessage-length=0' '-MMD' '-MP' '-MF' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.d' '-MT' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.o' '-o' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.o' c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/as.exe -v -I C:/STWork/L4_Blinky01/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Include -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -meabi=5 -o Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.o C:\Users\awn\AppData\Local\Temp\ccn4ivQV.s C:\STWork\L4_Blinky01\Debug-493 arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -std=c99 -D__weak=__attribute__((weak)) -D__packed=__attribute__((__packed__)) -DUSE_HAL_DRIVER -DSTM32L476xx -I"C:/STWork/L4_Blinky01/Inc" -I"C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc" -I"C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy" -I"C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include" -I"C:/STWork/L4_Blinky01/Drivers/CMSIS/Include" -O0 -g3 -Wall -fmessage-length=0 -v -ffunction-sections -c -fmessage-length=0 -MMD -MP -MF"Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.d" -MT"Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.o" -o "Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.o" "../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c" Using built-in specs. COLLECT_GCC=arm-none-eabi-gcc Target: arm-none-eabi Configured with: /home/build/work/GCC-5-build/src/gcc/configure --build=i686-linux-gnu --host=i686-w64-mingw32 --target=arm-none-eabi --prefix=/home/build/work/GCC-5-build/install-mingw --libexecdir=/home/build/work/GCC-5-build/install-mingw/lib --infodir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/info --mandir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/man --htmldir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/html --pdfdir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/pdf --enable-languages=c,c++ --disable-decimal-float --disable-libffi --disable-libgomp --disable-libmudflap --disable-libquadmath --disable-libssp --disable-libstdcxx-pch --disable-nls --disable-shared --disable-threads --disable-tls --with-gnu-as --with-gnu-ld --with-headers=yes --with-newlib --with-python-dir=share/gcc-arm-none-eabi --with-sysroot=/home/build/work/GCC-5-build/install-mingw/arm-none-eabi --with-libiconv-prefix=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-gmp=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-mpfr=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-mpc=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-isl=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-cloog=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-libelf=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --with-pkgversion='GNU Tools for ARM Embedded Processors' --with-multilib-list=armv6-m,armv7-m,armv7e-m,armv7-r,armv8-m.base,armv8-m.main Thread model: single gcc version 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] (GNU Tools for ARM Embedded Processors) COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfloat-abi=hard' '-mfpu=fpv4-sp-d16' '-std=c99' '-D' '__weak=__attribute__((weak))' '-D' '__packed=__attribute__((__packed__))' '-D' 'USE_HAL_DRIVER' '-D' 'STM32L476xx' '-I' 'C:/STWork/L4_Blinky01/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Include' '-O0' '-g3' '-Wall' '-fmessage-length=0' '-v' '-ffunction-sections' '-c' '-fmessage-length=0' '-MMD' '-MP' '-MF' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.d' '-MT' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.o' '-o' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.o' c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/cc1.exe -quiet -v -I C:/STWork/L4_Blinky01/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Include -imultilib armv7e-m/fpu -iprefix c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/ -isysroot c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../arm-none-eabi -MMD Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.d -MF Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.d -MP -MT Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.o -dD -D__USES_INITFINI__ -D __weak=__attribute__((weak)) -D __packed=__attribute__((__packed__)) -D USE_HAL_DRIVER -D STM32L476xx ../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c -quiet -dumpbase stm32l4xx_hal_i2c_ex.c -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -auxbase-strip Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.o -g3 -O0 -Wall -std=c99 -version -fmessage-length=0 -ffunction-sections -fmessage-length=0 -o C:\Users\awn\AppData\Local\Temp\ccAEBqSU.s GNU assembler version 2.26.2 (arm-none-eabi) using BFD version (GNU Tools for ARM Embedded Processors) 2.26.2.20160923 COMPILER_PATH=c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/ LIBRARY_PATH=c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7e-m/fpu/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7e-m/fpu/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../arm-none-eabi/lib/armv7e-m/fpu/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../arm-none-eabi/lib/ COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfloat-abi=hard' '-mfpu=fpv4-sp-d16' '-std=c99' '-D' '__weak=__attribute__((weak))' '-D' '__packed=__attribute__((__packed__))' '-D' 'USE_HAL_DRIVER' '-D' 'STM32L476xx' '-I' 'C:/STWork/L4_Blinky01/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Include' '-O0' '-g3' '-Wall' '-fmessage-length=0' '-v' '-ffunction-sections' '-c' '-fmessage-length=0' '-MMD' '-MP' '-MF' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.d' '-MT' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.o' '-o' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.o' 'Finished building: ../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_flash_ramfunc.c' ' ' GNU assembler version 2.26.2 (arm-none-eabi) using BFD version (GNU Tools for ARM Embedded Processors) 2.26.2.20160923 COMPILER_PATH=c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/ LIBRARY_PATH=c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7e-m/fpu/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7e-m/fpu/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../arm-none-eabi/lib/armv7e-m/fpu/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../arm-none-eabi/lib/ COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfloat-abi=hard' '-mfpu=fpv4-sp-d16' '-std=c99' '-D' '__weak=__attribute__((weak))' '-D' '__packed=__attribute__((__packed__))' '-D' 'USE_HAL_DRIVER' '-D' 'STM32L476xx' '-I' 'C:/STWork/L4_Blinky01/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Include' '-O0' '-g3' '-Wall' '-fmessage-length=0' '-v' '-ffunction-sections' '-c' '-fmessage-length=0' '-MMD' '-MP' '-MF' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.d' '-MT' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.o' '-o' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.o' 'Building file: ../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c' 'Finished building: ../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gpio.c' 'Invoking: MCU GCC Compiler' C:\STWork\L4_Blinky01\Debug-493 arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -std=c99 -D__weak=__attribute__((weak)) -D__packed=__attribute__((__packed__)) -DUSE_HAL_DRIVER -DSTM32L476xx -I"C:/STWork/L4_Blinky01/Inc" -I"C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc" -I"C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy" -I"C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include" -I"C:/STWork/L4_Blinky01/Drivers/CMSIS/Include" -O0 -g3 -Wall -fmessage-length=0 -v -ffunction-sections -c -fmessage-length=0 -MMD -MP -MF"Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.d" -MT"Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.o" -o "Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.o" "../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c" ' ' GNU C99 (GNU Tools for ARM Embedded Processors) version 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] (arm-none-eabi) compiled by GNU C version 4.7.4, GMP version 4.3.2, MPFR version 2.4.2, MPC version 0.8.1 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 ignoring duplicate directory "c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/lib/gcc/../../lib/gcc/arm-none-eabi/5.4.1/include" ignoring nonexistent directory "c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../arm-none-eabi/home/build/work/GCC-5-build/install-mingw/lib/gcc/arm-none-eabi/5.4.1/../../../../include" ignoring duplicate directory "c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/lib/gcc/../../lib/gcc/arm-none-eabi/5.4.1/include-fixed" ignoring duplicate directory "c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/lib/gcc/../../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/include" ignoring nonexistent directory "c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../arm-none-eabi/usr/include" #include "..." search starts here: #include <...> search starts here: C:/STWork/L4_Blinky01/Inc C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include C:/STWork/L4_Blinky01/Drivers/CMSIS/Include c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/include c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/include-fixed c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/include End of search list. GNU C99 (GNU Tools for ARM Embedded Processors) version 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] (arm-none-eabi) compiled by GNU C version 4.7.4, GMP version 4.3.2, MPFR version 2.4.2, MPC version 0.8.1 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 Compiler executable checksum: 90e6f7c00b6f60eea64d0b91c3395303 COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfloat-abi=hard' '-mfpu=fpv4-sp-d16' '-std=c99' '-D' '__weak=__attribute__((weak))' '-D' '__packed=__attribute__((__packed__))' '-D' 'USE_HAL_DRIVER' '-D' 'STM32L476xx' '-I' 'C:/STWork/L4_Blinky01/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Include' '-O0' '-g3' '-Wall' '-fmessage-length=0' '-v' '-ffunction-sections' '-c' '-fmessage-length=0' '-MMD' '-MP' '-MF' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.d' '-MT' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.o' '-o' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.o' c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/as.exe -v -I C:/STWork/L4_Blinky01/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Include -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -meabi=5 -o Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.o C:\Users\awn\AppData\Local\Temp\ccNlkh8d.s 'Building file: ../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c' Using built-in specs. COLLECT_GCC=arm-none-eabi-gcc Target: arm-none-eabi Configured with: /home/build/work/GCC-5-build/src/gcc/configure --build=i686-linux-gnu --host=i686-w64-mingw32 --target=arm-none-eabi --prefix=/home/build/work/GCC-5-build/install-mingw --libexecdir=/home/build/work/GCC-5-build/install-mingw/lib --infodir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/info --mandir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/man --htmldir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/html --pdfdir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/pdf --enable-languages=c,c++ --disable-decimal-float --disable-libffi --disable-libgomp --disable-libmudflap --disable-libquadmath --disable-libssp --disable-libstdcxx-pch --disable-nls --disable-shared --disable-threads --disable-tls --with-gnu-as --with-gnu-ld --with-headers=yes --with-newlib --with-python-dir=share/gcc-arm-none-eabi --with-sysroot=/home/build/work/GCC-5-build/install-mingw/arm-none-eabi --with-libiconv-prefix=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-gmp=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-mpfr=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-mpc=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-isl=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-cloog=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-libelf=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --with-pkgversion='GNU Tools for ARM Embedded Processors' --with-multilib-list=armv6-m,armv7-m,armv7e-m,armv7-r,armv8-m.base,armv8-m.main Thread model: single gcc version 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] (GNU Tools for ARM Embedded Processors) COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfloat-abi=hard' '-mfpu=fpv4-sp-d16' '-std=c99' '-D' '__weak=__attribute__((weak))' '-D' '__packed=__attribute__((__packed__))' '-D' 'USE_HAL_DRIVER' '-D' 'STM32L476xx' '-I' 'C:/STWork/L4_Blinky01/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Include' '-O0' '-g3' '-Wall' '-fmessage-length=0' '-v' '-ffunction-sections' '-c' '-fmessage-length=0' '-MMD' '-MP' '-MF' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.d' '-MT' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.o' '-o' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.o' c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/cc1.exe -quiet -v -I C:/STWork/L4_Blinky01/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Include -imultilib armv7e-m/fpu -iprefix c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/ -isysroot c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../arm-none-eabi -MMD Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.d -MF Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.d -MP -MT Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.o -dD -D__USES_INITFINI__ -D __weak=__attribute__((weak)) -D __packed=__attribute__((__packed__)) -D USE_HAL_DRIVER -D STM32L476xx ../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c -quiet -dumpbase stm32l4xx_hal_pwr.c -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -auxbase-strip Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.o -g3 -O0 -Wall -std=c99 -version -fmessage-length=0 -ffunction-sections -fmessage-length=0 -o C:\Users\awn\AppData\Local\Temp\ccVOq5gc.s 'Invoking: MCU GCC Compiler' C:\STWork\L4_Blinky01\Debug-493 arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -std=c99 -D__weak=__attribute__((weak)) -D__packed=__attribute__((__packed__)) -DUSE_HAL_DRIVER -DSTM32L476xx -I"C:/STWork/L4_Blinky01/Inc" -I"C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc" -I"C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy" -I"C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include" -I"C:/STWork/L4_Blinky01/Drivers/CMSIS/Include" -O0 -g3 -Wall -fmessage-length=0 -v -ffunction-sections -c -fmessage-length=0 -MMD -MP -MF"Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.d" -MT"Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.o" -o "Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.o" "../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c" Using built-in specs. COLLECT_GCC=arm-none-eabi-gcc Target: arm-none-eabi Configured with: /home/build/work/GCC-5-build/src/gcc/configure --build=i686-linux-gnu --host=i686-w64-mingw32 --target=arm-none-eabi --prefix=/home/build/work/GCC-5-build/install-mingw --libexecdir=/home/build/work/GCC-5-build/install-mingw/lib --infodir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/info --mandir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/man --htmldir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/html --pdfdir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/pdf --enable-languages=c,c++ --disable-decimal-float --disable-libffi --disable-libgomp --disable-libmudflap --disable-libquadmath --disable-libssp --disable-libstdcxx-pch --disable-nls --disable-shared --disable-threads --disable-tls --with-gnu-as --with-gnu-ld --with-headers=yes --with-newlib --with-python-dir=share/gcc-arm-none-eabi --with-sysroot=/home/build/work/GCC-5-build/install-mingw/arm-none-eabi --with-libiconv-prefix=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-gmp=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-mpfr=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-mpc=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-isl=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-cloog=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-libelf=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --with-pkgversion='GNU Tools for ARM Embedded Processors' --with-multilib-list=armv6-m,armv7-m,armv7e-m,armv7-r,armv8-m.base,armv8-m.main Thread model: single gcc version 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] (GNU Tools for ARM Embedded Processors) COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfloat-abi=hard' '-mfpu=fpv4-sp-d16' '-std=c99' '-D' '__weak=__attribute__((weak))' '-D' '__packed=__attribute__((__packed__))' '-D' 'USE_HAL_DRIVER' '-D' 'STM32L476xx' '-I' 'C:/STWork/L4_Blinky01/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Include' '-O0' '-g3' '-Wall' '-fmessage-length=0' '-v' '-ffunction-sections' '-c' '-fmessage-length=0' '-MMD' '-MP' '-MF' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.d' '-MT' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.o' '-o' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.o' c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/cc1.exe -quiet -v -I C:/STWork/L4_Blinky01/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Include -imultilib armv7e-m/fpu -iprefix c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/ -isysroot c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../arm-none-eabi -MMD Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.d -MF Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.d -MP -MT Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.o -dD -D__USES_INITFINI__ -D __weak=__attribute__((weak)) -D __packed=__attribute__((__packed__)) -D USE_HAL_DRIVER -D STM32L476xx ../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c -quiet -dumpbase stm32l4xx_hal_pwr_ex.c -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -auxbase-strip Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.o -g3 -O0 -Wall -std=c99 -version -fmessage-length=0 -ffunction-sections -fmessage-length=0 -o C:\Users\awn\AppData\Local\Temp\ccnhYvbq.s GNU C99 (GNU Tools for ARM Embedded Processors) version 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] (arm-none-eabi) compiled by GNU C version 4.7.4, GMP version 4.3.2, MPFR version 2.4.2, MPC version 0.8.1 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 ignoring duplicate directory "c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/lib/gcc/../../lib/gcc/arm-none-eabi/5.4.1/include" ignoring nonexistent directory "c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../arm-none-eabi/home/build/work/GCC-5-build/install-mingw/lib/gcc/arm-none-eabi/5.4.1/../../../../include" ignoring duplicate directory "c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/lib/gcc/../../lib/gcc/arm-none-eabi/5.4.1/include-fixed" ignoring duplicate directory "c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/lib/gcc/../../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/include" ignoring nonexistent directory "c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../arm-none-eabi/usr/include" #include "..." search starts here: #include <...> search starts here: C:/STWork/L4_Blinky01/Inc C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include C:/STWork/L4_Blinky01/Drivers/CMSIS/Include c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/include c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/include-fixed c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/include End of search list. GNU C99 (GNU Tools for ARM Embedded Processors) version 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] (arm-none-eabi) compiled by GNU C version 4.7.4, GMP version 4.3.2, MPFR version 2.4.2, MPC version 0.8.1 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 Compiler executable checksum: 90e6f7c00b6f60eea64d0b91c3395303 COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfloat-abi=hard' '-mfpu=fpv4-sp-d16' '-std=c99' '-D' '__weak=__attribute__((weak))' '-D' '__packed=__attribute__((__packed__))' '-D' 'USE_HAL_DRIVER' '-D' 'STM32L476xx' '-I' 'C:/STWork/L4_Blinky01/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Include' '-O0' '-g3' '-Wall' '-fmessage-length=0' '-v' '-ffunction-sections' '-c' '-fmessage-length=0' '-MMD' '-MP' '-MF' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.d' '-MT' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.o' '-o' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.o' c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/as.exe -v -I C:/STWork/L4_Blinky01/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Include -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -meabi=5 -o Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.o C:\Users\awn\AppData\Local\Temp\ccAEBqSU.s GNU assembler version 2.26.2 (arm-none-eabi) using BFD version (GNU Tools for ARM Embedded Processors) 2.26.2.20160923 COMPILER_PATH=c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/ LIBRARY_PATH=c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7e-m/fpu/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7e-m/fpu/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../arm-none-eabi/lib/armv7e-m/fpu/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../arm-none-eabi/lib/ COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfloat-abi=hard' '-mfpu=fpv4-sp-d16' '-std=c99' '-D' '__weak=__attribute__((weak))' '-D' '__packed=__attribute__((__packed__))' '-D' 'USE_HAL_DRIVER' '-D' 'STM32L476xx' '-I' 'C:/STWork/L4_Blinky01/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Include' '-O0' '-g3' '-Wall' '-fmessage-length=0' '-v' '-ffunction-sections' '-c' '-fmessage-length=0' '-MMD' '-MP' '-MF' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.d' '-MT' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.o' '-o' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.o' 'Finished building: ../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c.c' ' ' 'Building file: ../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c' 'Invoking: MCU GCC Compiler' GNU assembler version 2.26.2 (arm-none-eabi) using BFD version (GNU Tools for ARM Embedded Processors) 2.26.2.20160923 GNU C99 (GNU Tools for ARM Embedded Processors) version 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] (arm-none-eabi) compiled by GNU C version 4.7.4, GMP version 4.3.2, MPFR version 2.4.2, MPC version 0.8.1 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 ignoring duplicate directory "c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/lib/gcc/../../lib/gcc/arm-none-eabi/5.4.1/include" ignoring nonexistent directory "c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../arm-none-eabi/home/build/work/GCC-5-build/install-mingw/lib/gcc/arm-none-eabi/5.4.1/../../../../include" ignoring duplicate directory "c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/lib/gcc/../../lib/gcc/arm-none-eabi/5.4.1/include-fixed" ignoring duplicate directory "c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/lib/gcc/../../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/include" ignoring nonexistent directory "c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../arm-none-eabi/usr/include" #include "..." search starts here: #include <...> search starts here: C:/STWork/L4_Blinky01/Inc C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include C:/STWork/L4_Blinky01/Drivers/CMSIS/Include c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/include c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/include-fixed c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/include End of search list. GNU C99 (GNU Tools for ARM Embedded Processors) version 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] (arm-none-eabi) compiled by GNU C version 4.7.4, GMP version 4.3.2, MPFR version 2.4.2, MPC version 0.8.1 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 Compiler executable checksum: 90e6f7c00b6f60eea64d0b91c3395303 COMPILER_PATH=c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/ LIBRARY_PATH=c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7e-m/fpu/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7e-m/fpu/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../arm-none-eabi/lib/armv7e-m/fpu/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../arm-none-eabi/lib/ COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfloat-abi=hard' '-mfpu=fpv4-sp-d16' '-std=c99' '-D' '__weak=__attribute__((weak))' '-D' '__packed=__attribute__((__packed__))' '-D' 'USE_HAL_DRIVER' '-D' 'STM32L476xx' '-I' 'C:/STWork/L4_Blinky01/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Include' '-O0' '-g3' '-Wall' '-fmessage-length=0' '-v' '-ffunction-sections' '-c' '-fmessage-length=0' '-MMD' '-MP' '-MF' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.d' '-MT' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.o' '-o' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.o' COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfloat-abi=hard' '-mfpu=fpv4-sp-d16' '-std=c99' '-D' '__weak=__attribute__((weak))' '-D' '__packed=__attribute__((__packed__))' '-D' 'USE_HAL_DRIVER' '-D' 'STM32L476xx' '-I' 'C:/STWork/L4_Blinky01/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Include' '-O0' '-g3' '-Wall' '-fmessage-length=0' '-v' '-ffunction-sections' '-c' '-fmessage-length=0' '-MMD' '-MP' '-MF' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.d' '-MT' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.o' '-o' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.o' c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/as.exe -v -I C:/STWork/L4_Blinky01/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Include -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -meabi=5 -o Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.o C:\Users\awn\AppData\Local\Temp\ccVOq5gc.s C:\STWork\L4_Blinky01\Debug-493 'Finished building: ../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_i2c_ex.c' arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -std=c99 -D__weak=__attribute__((weak)) -D__packed=__attribute__((__packed__)) -DUSE_HAL_DRIVER -DSTM32L476xx -I"C:/STWork/L4_Blinky01/Inc" -I"C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc" -I"C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy" -I"C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include" -I"C:/STWork/L4_Blinky01/Drivers/CMSIS/Include" -O0 -g3 -Wall -fmessage-length=0 -v -ffunction-sections -c -fmessage-length=0 -MMD -MP -MF"Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.d" -MT"Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.o" -o "Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.o" "../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c" ' ' 'Building file: ../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c' Using built-in specs. COLLECT_GCC=arm-none-eabi-gcc Target: arm-none-eabi Configured with: /home/build/work/GCC-5-build/src/gcc/configure --build=i686-linux-gnu --host=i686-w64-mingw32 --target=arm-none-eabi --prefix=/home/build/work/GCC-5-build/install-mingw --libexecdir=/home/build/work/GCC-5-build/install-mingw/lib --infodir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/info --mandir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/man --htmldir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/html --pdfdir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/pdf --enable-languages=c,c++ --disable-decimal-float --disable-libffi --disable-libgomp --disable-libmudflap --disable-libquadmath --disable-libssp --disable-libstdcxx-pch --disable-nls --disable-shared --disable-threads --disable-tls --with-gnu-as --with-gnu-ld --with-headers=yes --with-newlib --with-python-dir=share/gcc-arm-none-eabi --with-sysroot=/home/build/work/GCC-5-build/install-mingw/arm-none-eabi --with-libiconv-prefix=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-gmp=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-mpfr=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-mpc=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-isl=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-cloog=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-libelf=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --with-pkgversion='GNU Tools for ARM Embedded Processors' --with-multilib-list=armv6-m,armv7-m,armv7e-m,armv7-r,armv8-m.base,armv8-m.main Thread model: single gcc version 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] (GNU Tools for ARM Embedded Processors) COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfloat-abi=hard' '-mfpu=fpv4-sp-d16' '-std=c99' '-D' '__weak=__attribute__((weak))' '-D' '__packed=__attribute__((__packed__))' '-D' 'USE_HAL_DRIVER' '-D' 'STM32L476xx' '-I' 'C:/STWork/L4_Blinky01/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Include' '-O0' '-g3' '-Wall' '-fmessage-length=0' '-v' '-ffunction-sections' '-c' '-fmessage-length=0' '-MMD' '-MP' '-MF' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.d' '-MT' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.o' '-o' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.o' c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/cc1.exe -quiet -v -I C:/STWork/L4_Blinky01/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Include -imultilib armv7e-m/fpu -iprefix c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/ -isysroot c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../arm-none-eabi -MMD Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.d -MF Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.d -MP -MT Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.o -dD -D__USES_INITFINI__ -D __weak=__attribute__((weak)) -D __packed=__attribute__((__packed__)) -D USE_HAL_DRIVER -D STM32L476xx ../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c -quiet -dumpbase stm32l4xx_hal_rcc.c -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -auxbase-strip Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.o -g3 -O0 -Wall -std=c99 -version -fmessage-length=0 -ffunction-sections -fmessage-length=0 -o C:\Users\awn\AppData\Local\Temp\ccrv7Qm4.s 'Invoking: MCU GCC Compiler' GNU assembler version 2.26.2 (arm-none-eabi) using BFD version (GNU Tools for ARM Embedded Processors) 2.26.2.20160923 COMPILER_PATH=c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/ LIBRARY_PATH=c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7e-m/fpu/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7e-m/fpu/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../arm-none-eabi/lib/armv7e-m/fpu/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../arm-none-eabi/lib/ COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfloat-abi=hard' '-mfpu=fpv4-sp-d16' '-std=c99' '-D' '__weak=__attribute__((weak))' '-D' '__packed=__attribute__((__packed__))' '-D' 'USE_HAL_DRIVER' '-D' 'STM32L476xx' '-I' 'C:/STWork/L4_Blinky01/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Include' '-O0' '-g3' '-Wall' '-fmessage-length=0' '-v' '-ffunction-sections' '-c' '-fmessage-length=0' '-MMD' '-MP' '-MF' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.d' '-MT' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.o' '-o' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.o' GNU C99 (GNU Tools for ARM Embedded Processors) version 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] (arm-none-eabi) compiled by GNU C version 4.7.4, GMP version 4.3.2, MPFR version 2.4.2, MPC version 0.8.1 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 ignoring duplicate directory "c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/lib/gcc/../../lib/gcc/arm-none-eabi/5.4.1/include" ignoring nonexistent directory "c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../arm-none-eabi/home/build/work/GCC-5-build/install-mingw/lib/gcc/arm-none-eabi/5.4.1/../../../../include" ignoring duplicate directory "c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/lib/gcc/../../lib/gcc/arm-none-eabi/5.4.1/include-fixed" ignoring duplicate directory "c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/lib/gcc/../../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/include" ignoring nonexistent directory "c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../arm-none-eabi/usr/include" #include "..." search starts here: #include <...> search starts here: C:/STWork/L4_Blinky01/Inc C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include C:/STWork/L4_Blinky01/Drivers/CMSIS/Include c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/include c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/include-fixed c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/include End of search list. GNU C99 (GNU Tools for ARM Embedded Processors) version 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] (arm-none-eabi) compiled by GNU C version 4.7.4, GMP version 4.3.2, MPFR version 2.4.2, MPC version 0.8.1 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 Compiler executable checksum: 90e6f7c00b6f60eea64d0b91c3395303 COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfloat-abi=hard' '-mfpu=fpv4-sp-d16' '-std=c99' '-D' '__weak=__attribute__((weak))' '-D' '__packed=__attribute__((__packed__))' '-D' 'USE_HAL_DRIVER' '-D' 'STM32L476xx' '-I' 'C:/STWork/L4_Blinky01/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Include' '-O0' '-g3' '-Wall' '-fmessage-length=0' '-v' '-ffunction-sections' '-c' '-fmessage-length=0' '-MMD' '-MP' '-MF' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.d' '-MT' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.o' '-o' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.o' c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/as.exe -v -I C:/STWork/L4_Blinky01/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Include -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -meabi=5 -o Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.o C:\Users\awn\AppData\Local\Temp\ccnhYvbq.s 'Finished building: ../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr.c' C:\STWork\L4_Blinky01\Debug-493 arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -std=c99 -D__weak=__attribute__((weak)) -D__packed=__attribute__((__packed__)) -DUSE_HAL_DRIVER -DSTM32L476xx -I"C:/STWork/L4_Blinky01/Inc" -I"C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc" -I"C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy" -I"C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include" -I"C:/STWork/L4_Blinky01/Drivers/CMSIS/Include" -O0 -g3 -Wall -fmessage-length=0 -v -ffunction-sections -c -fmessage-length=0 -MMD -MP -MF"Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.d" -MT"Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.o" -o "Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.o" "../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c" ' ' 'Building file: ../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c' 'Invoking: MCU GCC Compiler' Using built-in specs. COLLECT_GCC=arm-none-eabi-gcc Target: arm-none-eabi Configured with: /home/build/work/GCC-5-build/src/gcc/configure --build=i686-linux-gnu --host=i686-w64-mingw32 --target=arm-none-eabi --prefix=/home/build/work/GCC-5-build/install-mingw --libexecdir=/home/build/work/GCC-5-build/install-mingw/lib --infodir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/info --mandir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/man --htmldir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/html --pdfdir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/pdf --enable-languages=c,c++ --disable-decimal-float --disable-libffi --disable-libgomp --disable-libmudflap --disable-libquadmath --disable-libssp --disable-libstdcxx-pch --disable-nls --disable-shared --disable-threads --disable-tls --with-gnu-as --with-gnu-ld --with-headers=yes --with-newlib --with-python-dir=share/gcc-arm-none-eabi --with-sysroot=/home/build/work/GCC-5-build/install-mingw/arm-none-eabi --with-libiconv-prefix=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-gmp=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-mpfr=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-mpc=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-isl=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-cloog=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-libelf=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --with-pkgversion='GNU Tools for ARM Embedded Processors' --with-multilib-list=armv6-m,armv7-m,armv7e-m,armv7-r,armv8-m.base,armv8-m.main Thread model: single gcc version 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] (GNU Tools for ARM Embedded Processors) COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfloat-abi=hard' '-mfpu=fpv4-sp-d16' '-std=c99' '-D' '__weak=__attribute__((weak))' '-D' '__packed=__attribute__((__packed__))' '-D' 'USE_HAL_DRIVER' '-D' 'STM32L476xx' '-I' 'C:/STWork/L4_Blinky01/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Include' '-O0' '-g3' '-Wall' '-fmessage-length=0' '-v' '-ffunction-sections' '-c' '-fmessage-length=0' '-MMD' '-MP' '-MF' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.d' '-MT' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.o' '-o' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.o' c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/cc1.exe -quiet -v -I C:/STWork/L4_Blinky01/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Include -imultilib armv7e-m/fpu -iprefix c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/ -isysroot c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../arm-none-eabi -MMD Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.d -MF Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.d -MP -MT Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.o -dD -D__USES_INITFINI__ -D __weak=__attribute__((weak)) -D __packed=__attribute__((__packed__)) -D USE_HAL_DRIVER -D STM32L476xx ../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c -quiet -dumpbase stm32l4xx_hal_rcc_ex.c -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -auxbase-strip Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.o -g3 -O0 -Wall -std=c99 -version -fmessage-length=0 -ffunction-sections -fmessage-length=0 -o C:\Users\awn\AppData\Local\Temp\ccCcYMgb.s C:\STWork\L4_Blinky01\Debug-493 arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -std=c99 -D__weak=__attribute__((weak)) -D__packed=__attribute__((__packed__)) -DUSE_HAL_DRIVER -DSTM32L476xx -I"C:/STWork/L4_Blinky01/Inc" -I"C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc" -I"C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy" -I"C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include" -I"C:/STWork/L4_Blinky01/Drivers/CMSIS/Include" -O0 -g3 -Wall -fmessage-length=0 -v -ffunction-sections -c -fmessage-length=0 -MMD -MP -MF"Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.d" -MT"Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.o" -o "Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.o" "../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c" GNU assembler version 2.26.2 (arm-none-eabi) using BFD version (GNU Tools for ARM Embedded Processors) 2.26.2.20160923 COMPILER_PATH=c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/ LIBRARY_PATH=c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7e-m/fpu/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7e-m/fpu/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../arm-none-eabi/lib/armv7e-m/fpu/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../arm-none-eabi/lib/ COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfloat-abi=hard' '-mfpu=fpv4-sp-d16' '-std=c99' '-D' '__weak=__attribute__((weak))' '-D' '__packed=__attribute__((__packed__))' '-D' 'USE_HAL_DRIVER' '-D' 'STM32L476xx' '-I' 'C:/STWork/L4_Blinky01/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Include' '-O0' '-g3' '-Wall' '-fmessage-length=0' '-v' '-ffunction-sections' '-c' '-fmessage-length=0' '-MMD' '-MP' '-MF' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.d' '-MT' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.o' '-o' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.o' 'Finished building: ../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_pwr_ex.c' Using built-in specs. COLLECT_GCC=arm-none-eabi-gcc Target: arm-none-eabi Configured with: /home/build/work/GCC-5-build/src/gcc/configure --build=i686-linux-gnu --host=i686-w64-mingw32 --target=arm-none-eabi --prefix=/home/build/work/GCC-5-build/install-mingw --libexecdir=/home/build/work/GCC-5-build/install-mingw/lib --infodir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/info --mandir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/man --htmldir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/html --pdfdir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/pdf --enable-languages=c,c++ --disable-decimal-float --disable-libffi --disable-libgomp --disable-libmudflap --disable-libquadmath --disable-libssp --disable-libstdcxx-pch --disable-nls --disable-shared --disable-threads --disable-tls --with-gnu-as --with-gnu-ld --with-headers=yes --with-newlib --with-python-dir=share/gcc-arm-none-eabi --with-sysroot=/home/build/work/GCC-5-build/install-mingw/arm-none-eabi --with-libiconv-prefix=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-gmp=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-mpfr=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-mpc=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-isl=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-cloog=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-libelf=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --with-pkgversion='GNU Tools for ARM Embedded Processors' --with-multilib-list=armv6-m,armv7-m,armv7e-m,armv7-r,armv8-m.base,armv8-m.main Thread model: single gcc version 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] (GNU Tools for ARM Embedded Processors) COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfloat-abi=hard' '-mfpu=fpv4-sp-d16' '-std=c99' '-D' '__weak=__attribute__((weak))' '-D' '__packed=__attribute__((__packed__))' '-D' 'USE_HAL_DRIVER' '-D' 'STM32L476xx' '-I' 'C:/STWork/L4_Blinky01/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Include' '-O0' '-g3' '-Wall' '-fmessage-length=0' '-v' '-ffunction-sections' '-c' '-fmessage-length=0' '-MMD' '-MP' '-MF' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.d' '-MT' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.o' '-o' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.o' c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/cc1.exe -quiet -v -I C:/STWork/L4_Blinky01/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Include -imultilib armv7e-m/fpu -iprefix c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/ -isysroot c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../arm-none-eabi -MMD Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.d -MF Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.d -MP -MT Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.o -dD -D__USES_INITFINI__ -D __weak=__attribute__((weak)) -D __packed=__attribute__((__packed__)) -D USE_HAL_DRIVER -D STM32L476xx ../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c -quiet -dumpbase stm32l4xx_hal_tim.c -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -auxbase-strip Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.o -g3 -O0 -Wall -std=c99 -version -fmessage-length=0 -ffunction-sections -fmessage-length=0 -o C:\Users\awn\AppData\Local\Temp\ccYJnjSo.s ' ' 'Building file: ../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c' 'Invoking: MCU GCC Compiler' C:\STWork\L4_Blinky01\Debug-493 arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -std=c99 -D__weak=__attribute__((weak)) -D__packed=__attribute__((__packed__)) -DUSE_HAL_DRIVER -DSTM32L476xx -I"C:/STWork/L4_Blinky01/Inc" -I"C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc" -I"C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy" -I"C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include" -I"C:/STWork/L4_Blinky01/Drivers/CMSIS/Include" -O0 -g3 -Wall -fmessage-length=0 -v -ffunction-sections -c -fmessage-length=0 -MMD -MP -MF"Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.d" -MT"Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.o" -o "Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.o" "../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c" Using built-in specs. COLLECT_GCC=arm-none-eabi-gcc Target: arm-none-eabi Configured with: /home/build/work/GCC-5-build/src/gcc/configure --build=i686-linux-gnu --host=i686-w64-mingw32 --target=arm-none-eabi --prefix=/home/build/work/GCC-5-build/install-mingw --libexecdir=/home/build/work/GCC-5-build/install-mingw/lib --infodir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/info --mandir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/man --htmldir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/html --pdfdir=/home/build/work/GCC-5-build/install-mingw/share/doc/gcc-arm-none-eabi/pdf --enable-languages=c,c++ --disable-decimal-float --disable-libffi --disable-libgomp --disable-libmudflap --disable-libquadmath --disable-libssp --disable-libstdcxx-pch --disable-nls --disable-shared --disable-threads --disable-tls --with-gnu-as --with-gnu-ld --with-headers=yes --with-newlib --with-python-dir=share/gcc-arm-none-eabi --with-sysroot=/home/build/work/GCC-5-build/install-mingw/arm-none-eabi --with-libiconv-prefix=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-gmp=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-mpfr=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-mpc=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-isl=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-cloog=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-libelf=/home/build/work/GCC-5-build/build-mingw/host-libs/usr --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --with-pkgversion='GNU Tools for ARM Embedded Processors' --with-multilib-list=armv6-m,armv7-m,armv7e-m,armv7-r,armv8-m.base,armv8-m.main Thread model: single gcc version 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] (GNU Tools for ARM Embedded Processors) COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfloat-abi=hard' '-mfpu=fpv4-sp-d16' '-std=c99' '-D' '__weak=__attribute__((weak))' '-D' '__packed=__attribute__((__packed__))' '-D' 'USE_HAL_DRIVER' '-D' 'STM32L476xx' '-I' 'C:/STWork/L4_Blinky01/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Include' '-O0' '-g3' '-Wall' '-fmessage-length=0' '-v' '-ffunction-sections' '-c' '-fmessage-length=0' '-MMD' '-MP' '-MF' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.d' '-MT' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.o' '-o' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.o' c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/cc1.exe -quiet -v -I C:/STWork/L4_Blinky01/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Include -imultilib armv7e-m/fpu -iprefix c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/ -isysroot c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../arm-none-eabi -MMD Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.d -MF Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.d -MP -MT Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.o -dD -D__USES_INITFINI__ -D __weak=__attribute__((weak)) -D __packed=__attribute__((__packed__)) -D USE_HAL_DRIVER -D STM32L476xx ../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c -quiet -dumpbase stm32l4xx_hal_tim_ex.c -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -auxbase-strip Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.o -g3 -O0 -Wall -std=c99 -version -fmessage-length=0 -ffunction-sections -fmessage-length=0 -o C:\Users\awn\AppData\Local\Temp\cc088eRJ.s GNU C99 (GNU Tools for ARM Embedded Processors) version 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] (arm-none-eabi) compiled by GNU C version 4.7.4, GMP version 4.3.2, MPFR version 2.4.2, MPC version 0.8.1 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 ignoring duplicate directory "c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/lib/gcc/../../lib/gcc/arm-none-eabi/5.4.1/include" ignoring nonexistent directory "c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../arm-none-eabi/home/build/work/GCC-5-build/install-mingw/lib/gcc/arm-none-eabi/5.4.1/../../../../include" ignoring duplicate directory "c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/lib/gcc/../../lib/gcc/arm-none-eabi/5.4.1/include-fixed" ignoring duplicate directory "c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/lib/gcc/../../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/include" ignoring nonexistent directory "c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../arm-none-eabi/usr/include" #include "..." search starts here: #include <...> search starts here: C:/STWork/L4_Blinky01/Inc C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include C:/STWork/L4_Blinky01/Drivers/CMSIS/Include c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/include c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/include-fixed c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/include End of search list. GNU C99 (GNU Tools for ARM Embedded Processors) version 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] (arm-none-eabi) compiled by GNU C version 4.7.4, GMP version 4.3.2, MPFR version 2.4.2, MPC version 0.8.1 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 Compiler executable checksum: 90e6f7c00b6f60eea64d0b91c3395303 COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfloat-abi=hard' '-mfpu=fpv4-sp-d16' '-std=c99' '-D' '__weak=__attribute__((weak))' '-D' '__packed=__attribute__((__packed__))' '-D' 'USE_HAL_DRIVER' '-D' 'STM32L476xx' '-I' 'C:/STWork/L4_Blinky01/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Include' '-O0' '-g3' '-Wall' '-fmessage-length=0' '-v' '-ffunction-sections' '-c' '-fmessage-length=0' '-MMD' '-MP' '-MF' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.d' '-MT' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.o' '-o' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.o' c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/as.exe -v -I C:/STWork/L4_Blinky01/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Include -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -meabi=5 -o Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.o C:\Users\awn\AppData\Local\Temp\ccrv7Qm4.s GNU assembler version 2.26.2 (arm-none-eabi) using BFD version (GNU Tools for ARM Embedded Processors) 2.26.2.20160923 GNU C99 (GNU Tools for ARM Embedded Processors) version 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] (arm-none-eabi) compiled by GNU C version 4.7.4, GMP version 4.3.2, MPFR version 2.4.2, MPC version 0.8.1 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 ignoring duplicate directory "c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/lib/gcc/../../lib/gcc/arm-none-eabi/5.4.1/include" ignoring nonexistent directory "c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../arm-none-eabi/home/build/work/GCC-5-build/install-mingw/lib/gcc/arm-none-eabi/5.4.1/../../../../include" ignoring duplicate directory "c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/lib/gcc/../../lib/gcc/arm-none-eabi/5.4.1/include-fixed" ignoring duplicate directory "c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/lib/gcc/../../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/include" ignoring nonexistent directory "c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../arm-none-eabi/usr/include" #include "..." search starts here: #include <...> search starts here: C:/STWork/L4_Blinky01/Inc C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include C:/STWork/L4_Blinky01/Drivers/CMSIS/Include c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/include c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/include-fixed c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/include End of search list. GNU C99 (GNU Tools for ARM Embedded Processors) version 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] (arm-none-eabi) compiled by GNU C version 4.7.4, GMP version 4.3.2, MPFR version 2.4.2, MPC version 0.8.1 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 Compiler executable checksum: 90e6f7c00b6f60eea64d0b91c3395303 COMPILER_PATH=c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/ LIBRARY_PATH=c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7e-m/fpu/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7e-m/fpu/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../arm-none-eabi/lib/armv7e-m/fpu/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../arm-none-eabi/lib/ COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfloat-abi=hard' '-mfpu=fpv4-sp-d16' '-std=c99' '-D' '__weak=__attribute__((weak))' '-D' '__packed=__attribute__((__packed__))' '-D' 'USE_HAL_DRIVER' '-D' 'STM32L476xx' '-I' 'C:/STWork/L4_Blinky01/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Include' '-O0' '-g3' '-Wall' '-fmessage-length=0' '-v' '-ffunction-sections' '-c' '-fmessage-length=0' '-MMD' '-MP' '-MF' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.d' '-MT' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.o' '-o' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.o' COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfloat-abi=hard' '-mfpu=fpv4-sp-d16' '-std=c99' '-D' '__weak=__attribute__((weak))' '-D' '__packed=__attribute__((__packed__))' '-D' 'USE_HAL_DRIVER' '-D' 'STM32L476xx' '-I' 'C:/STWork/L4_Blinky01/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Include' '-O0' '-g3' '-Wall' '-fmessage-length=0' '-v' '-ffunction-sections' '-c' '-fmessage-length=0' '-MMD' '-MP' '-MF' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.d' '-MT' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.o' '-o' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.o' c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/as.exe -v -I C:/STWork/L4_Blinky01/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Include -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -meabi=5 -o Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.o C:\Users\awn\AppData\Local\Temp\ccCcYMgb.s GNU C99 (GNU Tools for ARM Embedded Processors) version 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] (arm-none-eabi) compiled by GNU C version 4.7.4, GMP version 4.3.2, MPFR version 2.4.2, MPC version 0.8.1 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 ignoring duplicate directory "c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/lib/gcc/../../lib/gcc/arm-none-eabi/5.4.1/include" ignoring nonexistent directory "c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../arm-none-eabi/home/build/work/GCC-5-build/install-mingw/lib/gcc/arm-none-eabi/5.4.1/../../../../include" ignoring duplicate directory "c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/lib/gcc/../../lib/gcc/arm-none-eabi/5.4.1/include-fixed" ignoring duplicate directory "c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/lib/gcc/../../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/include" ignoring nonexistent directory "c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../arm-none-eabi/usr/include" #include "..." search starts here: #include <...> search starts here: C:/STWork/L4_Blinky01/Inc C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include C:/STWork/L4_Blinky01/Drivers/CMSIS/Include c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/include c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/include-fixed c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/include End of search list. GNU C99 (GNU Tools for ARM Embedded Processors) version 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] (arm-none-eabi) compiled by GNU C version 4.7.4, GMP version 4.3.2, MPFR version 2.4.2, MPC version 0.8.1 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 Compiler executable checksum: 90e6f7c00b6f60eea64d0b91c3395303 COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfloat-abi=hard' '-mfpu=fpv4-sp-d16' '-std=c99' '-D' '__weak=__attribute__((weak))' '-D' '__packed=__attribute__((__packed__))' '-D' 'USE_HAL_DRIVER' '-D' 'STM32L476xx' '-I' 'C:/STWork/L4_Blinky01/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Include' '-O0' '-g3' '-Wall' '-fmessage-length=0' '-v' '-ffunction-sections' '-c' '-fmessage-length=0' '-MMD' '-MP' '-MF' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.d' '-MT' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.o' '-o' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.o' c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/as.exe -v -I C:/STWork/L4_Blinky01/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Include -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -meabi=5 -o Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.o C:\Users\awn\AppData\Local\Temp\ccYJnjSo.s 'Finished building: ../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc.c' ' ' GNU assembler version 2.26.2 (arm-none-eabi) using BFD version (GNU Tools for ARM Embedded Processors) 2.26.2.20160923 COMPILER_PATH=c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/ LIBRARY_PATH=c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7e-m/fpu/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7e-m/fpu/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../arm-none-eabi/lib/armv7e-m/fpu/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../arm-none-eabi/lib/ COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfloat-abi=hard' '-mfpu=fpv4-sp-d16' '-std=c99' '-D' '__weak=__attribute__((weak))' '-D' '__packed=__attribute__((__packed__))' '-D' 'USE_HAL_DRIVER' '-D' 'STM32L476xx' '-I' 'C:/STWork/L4_Blinky01/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Include' '-O0' '-g3' '-Wall' '-fmessage-length=0' '-v' '-ffunction-sections' '-c' '-fmessage-length=0' '-MMD' '-MP' '-MF' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.d' '-MT' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.o' '-o' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.o' GNU assembler version 2.26.2 (arm-none-eabi) using BFD version (GNU Tools for ARM Embedded Processors) 2.26.2.20160923 COMPILER_PATH=c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/ LIBRARY_PATH=c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7e-m/fpu/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7e-m/fpu/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../arm-none-eabi/lib/armv7e-m/fpu/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../arm-none-eabi/lib/ COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfloat-abi=hard' '-mfpu=fpv4-sp-d16' '-std=c99' '-D' '__weak=__attribute__((weak))' '-D' '__packed=__attribute__((__packed__))' '-D' 'USE_HAL_DRIVER' '-D' 'STM32L476xx' '-I' 'C:/STWork/L4_Blinky01/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Include' '-O0' '-g3' '-Wall' '-fmessage-length=0' '-v' '-ffunction-sections' '-c' '-fmessage-length=0' '-MMD' '-MP' '-MF' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.d' '-MT' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.o' '-o' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.o' 'Finished building: ../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_rcc_ex.c' GNU C99 (GNU Tools for ARM Embedded Processors) version 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] (arm-none-eabi) compiled by GNU C version 4.7.4, GMP version 4.3.2, MPFR version 2.4.2, MPC version 0.8.1 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 ignoring duplicate directory "c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/lib/gcc/../../lib/gcc/arm-none-eabi/5.4.1/include" ignoring nonexistent directory "c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../arm-none-eabi/home/build/work/GCC-5-build/install-mingw/lib/gcc/arm-none-eabi/5.4.1/../../../../include" ignoring duplicate directory "c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/lib/gcc/../../lib/gcc/arm-none-eabi/5.4.1/include-fixed" ignoring duplicate directory "c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/lib/gcc/../../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/include" ignoring nonexistent directory "c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../arm-none-eabi/usr/include" #include "..." search starts here: #include <...> search starts here: C:/STWork/L4_Blinky01/Inc C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include C:/STWork/L4_Blinky01/Drivers/CMSIS/Include c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/include c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/include-fixed c:\bin\ac6\systemworkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202\tools\compiler\bin\../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/include End of search list. GNU C99 (GNU Tools for ARM Embedded Processors) version 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] (arm-none-eabi) compiled by GNU C version 4.7.4, GMP version 4.3.2, MPFR version 2.4.2, MPC version 0.8.1 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 Compiler executable checksum: 90e6f7c00b6f60eea64d0b91c3395303 COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfloat-abi=hard' '-mfpu=fpv4-sp-d16' '-std=c99' '-D' '__weak=__attribute__((weak))' '-D' '__packed=__attribute__((__packed__))' '-D' 'USE_HAL_DRIVER' '-D' 'STM32L476xx' '-I' 'C:/STWork/L4_Blinky01/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Include' '-O0' '-g3' '-Wall' '-fmessage-length=0' '-v' '-ffunction-sections' '-c' '-fmessage-length=0' '-MMD' '-MP' '-MF' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.d' '-MT' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.o' '-o' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.o' c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/as.exe -v -I C:/STWork/L4_Blinky01/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc -I C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include -I C:/STWork/L4_Blinky01/Drivers/CMSIS/Include -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -meabi=5 -o Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.o C:\Users\awn\AppData\Local\Temp\cc088eRJ.s 'Finished building: ../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim.c' ' ' ' ' GNU assembler version 2.26.2 (arm-none-eabi) using BFD version (GNU Tools for ARM Embedded Processors) 2.26.2.20160923 COMPILER_PATH=c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/ LIBRARY_PATH=c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7e-m/fpu/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7e-m/fpu/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../arm-none-eabi/lib/armv7e-m/fpu/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/;c:/bin/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.13.1.201701261202/tools/compiler/bin/../arm-none-eabi/lib/ COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfloat-abi=hard' '-mfpu=fpv4-sp-d16' '-std=c99' '-D' '__weak=__attribute__((weak))' '-D' '__packed=__attribute__((__packed__))' '-D' 'USE_HAL_DRIVER' '-D' 'STM32L476xx' '-I' 'C:/STWork/L4_Blinky01/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc' '-I' 'C:/STWork/L4_Blinky01/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Device/ST/STM32L4xx/Include' '-I' 'C:/STWork/L4_Blinky01/Drivers/CMSIS/Include' '-O0' '-g3' '-Wall' '-fmessage-length=0' '-v' '-ffunction-sections' '-c' '-fmessage-length=0' '-MMD' '-MP' '-MF' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.d' '-MT' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.o' '-o' 'Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.o' 'Finished building: ../Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_tim_ex.c' ' ' 'Building target: L4_Blinky01.elf' 'Invoking: MCU GCC Linker' arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -specs=nosys.specs -specs=nano.specs -T"../STM32L476RGTx_FLASH.ld" -Wl,-Map=output.map -Wl,--gc-sections -lm -o "L4_Blinky01.elf" @"objects.list" 'Finished building target: L4_Blinky01.elf' ' ' make --no-print-directory post-build 'Generating binary and Printing size information:' arm-none-eabi-objcopy -O binary "L4_Blinky01.elf" "L4_Blinky01.bin" arm-none-eabi-size "L4_Blinky01.elf" text data bss dec hex filename 6488 24 1568 8080 1f90 L4_Blinky01.elf ' ' 16:59:34 Build Finished (took 8s.536ms)