Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mkdir build
- arm-none-eabi-gcc -c -mcpu=cortex-m7 -mthumb -mfpu=fpv5-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32H743xx -ICore/Inc -IDrivers/CMSIS/Include -I/usr/arm-none-eabi/include -I/usr/arm-none-eabi/include/c++/14.1.0 -I/usr/arm-none-eabi/include/c++/14.1.0/backward -I/usr/lib/gcc/arm-none-eabi/14.1.0/include -I/usr/lib/gcc/arm-none-eabi/14.1.0/include-fixed -IDrivers/STM32H7xx_HAL_Driver/Inc -IDrivers/STM32H7xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32H7xx/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/main.d" -Wa,-a,-ad,-alms=build/main.lst Core/Src/main.c -o build/main.o
- arm-none-eabi-gcc -c -mcpu=cortex-m7 -mthumb -mfpu=fpv5-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32H743xx -ICore/Inc -IDrivers/CMSIS/Include -I/usr/arm-none-eabi/include -I/usr/arm-none-eabi/include/c++/14.1.0 -I/usr/arm-none-eabi/include/c++/14.1.0/backward -I/usr/lib/gcc/arm-none-eabi/14.1.0/include -I/usr/lib/gcc/arm-none-eabi/14.1.0/include-fixed -IDrivers/STM32H7xx_HAL_Driver/Inc -IDrivers/STM32H7xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32H7xx/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/gpio.d" -Wa,-a,-ad,-alms=build/gpio.lst Core/Src/gpio.c -o build/gpio.o
- arm-none-eabi-gcc -c -mcpu=cortex-m7 -mthumb -mfpu=fpv5-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32H743xx -ICore/Inc -IDrivers/CMSIS/Include -I/usr/arm-none-eabi/include -I/usr/arm-none-eabi/include/c++/14.1.0 -I/usr/arm-none-eabi/include/c++/14.1.0/backward -I/usr/lib/gcc/arm-none-eabi/14.1.0/include -I/usr/lib/gcc/arm-none-eabi/14.1.0/include-fixed -IDrivers/STM32H7xx_HAL_Driver/Inc -IDrivers/STM32H7xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32H7xx/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/usart.d" -Wa,-a,-ad,-alms=build/usart.lst Core/Src/usart.c -o build/usart.o
- arm-none-eabi-gcc -c -mcpu=cortex-m7 -mthumb -mfpu=fpv5-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32H743xx -ICore/Inc -IDrivers/CMSIS/Include -I/usr/arm-none-eabi/include -I/usr/arm-none-eabi/include/c++/14.1.0 -I/usr/arm-none-eabi/include/c++/14.1.0/backward -I/usr/lib/gcc/arm-none-eabi/14.1.0/include -I/usr/lib/gcc/arm-none-eabi/14.1.0/include-fixed -IDrivers/STM32H7xx_HAL_Driver/Inc -IDrivers/STM32H7xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32H7xx/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/stm32h7xx_it.d" -Wa,-a,-ad,-alms=build/stm32h7xx_it.lst Core/Src/stm32h7xx_it.c -o build/stm32h7xx_it.o
- arm-none-eabi-gcc -c -mcpu=cortex-m7 -mthumb -mfpu=fpv5-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32H743xx -ICore/Inc -IDrivers/CMSIS/Include -I/usr/arm-none-eabi/include -I/usr/arm-none-eabi/include/c++/14.1.0 -I/usr/arm-none-eabi/include/c++/14.1.0/backward -I/usr/lib/gcc/arm-none-eabi/14.1.0/include -I/usr/lib/gcc/arm-none-eabi/14.1.0/include-fixed -IDrivers/STM32H7xx_HAL_Driver/Inc -IDrivers/STM32H7xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32H7xx/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/stm32h7xx_hal_msp.d" -Wa,-a,-ad,-alms=build/stm32h7xx_hal_msp.lst Core/Src/stm32h7xx_hal_msp.c -o build/stm32h7xx_hal_msp.o
- arm-none-eabi-gcc -c -mcpu=cortex-m7 -mthumb -mfpu=fpv5-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32H743xx -ICore/Inc -IDrivers/CMSIS/Include -I/usr/arm-none-eabi/include -I/usr/arm-none-eabi/include/c++/14.1.0 -I/usr/arm-none-eabi/include/c++/14.1.0/backward -I/usr/lib/gcc/arm-none-eabi/14.1.0/include -I/usr/lib/gcc/arm-none-eabi/14.1.0/include-fixed -IDrivers/STM32H7xx_HAL_Driver/Inc -IDrivers/STM32H7xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32H7xx/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/stm32h7xx_hal_cortex.d" -Wa,-a,-ad,-alms=build/stm32h7xx_hal_cortex.lst Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_cortex.c -o build/stm32h7xx_hal_cortex.o
- arm-none-eabi-gcc -c -mcpu=cortex-m7 -mthumb -mfpu=fpv5-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32H743xx -ICore/Inc -IDrivers/CMSIS/Include -I/usr/arm-none-eabi/include -I/usr/arm-none-eabi/include/c++/14.1.0 -I/usr/arm-none-eabi/include/c++/14.1.0/backward -I/usr/lib/gcc/arm-none-eabi/14.1.0/include -I/usr/lib/gcc/arm-none-eabi/14.1.0/include-fixed -IDrivers/STM32H7xx_HAL_Driver/Inc -IDrivers/STM32H7xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32H7xx/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/stm32h7xx_hal_tim.d" -Wa,-a,-ad,-alms=build/stm32h7xx_hal_tim.lst Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_tim.c -o build/stm32h7xx_hal_tim.o
- arm-none-eabi-gcc -c -mcpu=cortex-m7 -mthumb -mfpu=fpv5-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32H743xx -ICore/Inc -IDrivers/CMSIS/Include -I/usr/arm-none-eabi/include -I/usr/arm-none-eabi/include/c++/14.1.0 -I/usr/arm-none-eabi/include/c++/14.1.0/backward -I/usr/lib/gcc/arm-none-eabi/14.1.0/include -I/usr/lib/gcc/arm-none-eabi/14.1.0/include-fixed -IDrivers/STM32H7xx_HAL_Driver/Inc -IDrivers/STM32H7xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32H7xx/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/stm32h7xx_hal_tim_ex.d" -Wa,-a,-ad,-alms=build/stm32h7xx_hal_tim_ex.lst Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_tim_ex.c -o build/stm32h7xx_hal_tim_ex.o
- arm-none-eabi-gcc -c -mcpu=cortex-m7 -mthumb -mfpu=fpv5-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32H743xx -ICore/Inc -IDrivers/CMSIS/Include -I/usr/arm-none-eabi/include -I/usr/arm-none-eabi/include/c++/14.1.0 -I/usr/arm-none-eabi/include/c++/14.1.0/backward -I/usr/lib/gcc/arm-none-eabi/14.1.0/include -I/usr/lib/gcc/arm-none-eabi/14.1.0/include-fixed -IDrivers/STM32H7xx_HAL_Driver/Inc -IDrivers/STM32H7xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32H7xx/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/stm32h7xx_hal_uart.d" -Wa,-a,-ad,-alms=build/stm32h7xx_hal_uart.lst Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_uart.c -o build/stm32h7xx_hal_uart.o
- arm-none-eabi-gcc -c -mcpu=cortex-m7 -mthumb -mfpu=fpv5-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32H743xx -ICore/Inc -IDrivers/CMSIS/Include -I/usr/arm-none-eabi/include -I/usr/arm-none-eabi/include/c++/14.1.0 -I/usr/arm-none-eabi/include/c++/14.1.0/backward -I/usr/lib/gcc/arm-none-eabi/14.1.0/include -I/usr/lib/gcc/arm-none-eabi/14.1.0/include-fixed -IDrivers/STM32H7xx_HAL_Driver/Inc -IDrivers/STM32H7xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32H7xx/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/stm32h7xx_hal_uart_ex.d" -Wa,-a,-ad,-alms=build/stm32h7xx_hal_uart_ex.lst Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_uart_ex.c -o build/stm32h7xx_hal_uart_ex.o
- arm-none-eabi-gcc -c -mcpu=cortex-m7 -mthumb -mfpu=fpv5-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32H743xx -ICore/Inc -IDrivers/CMSIS/Include -I/usr/arm-none-eabi/include -I/usr/arm-none-eabi/include/c++/14.1.0 -I/usr/arm-none-eabi/include/c++/14.1.0/backward -I/usr/lib/gcc/arm-none-eabi/14.1.0/include -I/usr/lib/gcc/arm-none-eabi/14.1.0/include-fixed -IDrivers/STM32H7xx_HAL_Driver/Inc -IDrivers/STM32H7xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32H7xx/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/stm32h7xx_hal_rcc.d" -Wa,-a,-ad,-alms=build/stm32h7xx_hal_rcc.lst Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rcc.c -o build/stm32h7xx_hal_rcc.o
- arm-none-eabi-gcc -c -mcpu=cortex-m7 -mthumb -mfpu=fpv5-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32H743xx -ICore/Inc -IDrivers/CMSIS/Include -I/usr/arm-none-eabi/include -I/usr/arm-none-eabi/include/c++/14.1.0 -I/usr/arm-none-eabi/include/c++/14.1.0/backward -I/usr/lib/gcc/arm-none-eabi/14.1.0/include -I/usr/lib/gcc/arm-none-eabi/14.1.0/include-fixed -IDrivers/STM32H7xx_HAL_Driver/Inc -IDrivers/STM32H7xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32H7xx/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/stm32h7xx_hal_rcc_ex.d" -Wa,-a,-ad,-alms=build/stm32h7xx_hal_rcc_ex.lst Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rcc_ex.c -o build/stm32h7xx_hal_rcc_ex.o
- arm-none-eabi-gcc -c -mcpu=cortex-m7 -mthumb -mfpu=fpv5-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32H743xx -ICore/Inc -IDrivers/CMSIS/Include -I/usr/arm-none-eabi/include -I/usr/arm-none-eabi/include/c++/14.1.0 -I/usr/arm-none-eabi/include/c++/14.1.0/backward -I/usr/lib/gcc/arm-none-eabi/14.1.0/include -I/usr/lib/gcc/arm-none-eabi/14.1.0/include-fixed -IDrivers/STM32H7xx_HAL_Driver/Inc -IDrivers/STM32H7xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32H7xx/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/stm32h7xx_hal_flash.d" -Wa,-a,-ad,-alms=build/stm32h7xx_hal_flash.lst Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_flash.c -o build/stm32h7xx_hal_flash.o
- arm-none-eabi-gcc -c -mcpu=cortex-m7 -mthumb -mfpu=fpv5-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32H743xx -ICore/Inc -IDrivers/CMSIS/Include -I/usr/arm-none-eabi/include -I/usr/arm-none-eabi/include/c++/14.1.0 -I/usr/arm-none-eabi/include/c++/14.1.0/backward -I/usr/lib/gcc/arm-none-eabi/14.1.0/include -I/usr/lib/gcc/arm-none-eabi/14.1.0/include-fixed -IDrivers/STM32H7xx_HAL_Driver/Inc -IDrivers/STM32H7xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32H7xx/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/stm32h7xx_hal_flash_ex.d" -Wa,-a,-ad,-alms=build/stm32h7xx_hal_flash_ex.lst Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_flash_ex.c -o build/stm32h7xx_hal_flash_ex.o
- arm-none-eabi-gcc -c -mcpu=cortex-m7 -mthumb -mfpu=fpv5-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32H743xx -ICore/Inc -IDrivers/CMSIS/Include -I/usr/arm-none-eabi/include -I/usr/arm-none-eabi/include/c++/14.1.0 -I/usr/arm-none-eabi/include/c++/14.1.0/backward -I/usr/lib/gcc/arm-none-eabi/14.1.0/include -I/usr/lib/gcc/arm-none-eabi/14.1.0/include-fixed -IDrivers/STM32H7xx_HAL_Driver/Inc -IDrivers/STM32H7xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32H7xx/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/stm32h7xx_hal_gpio.d" -Wa,-a,-ad,-alms=build/stm32h7xx_hal_gpio.lst Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_gpio.c -o build/stm32h7xx_hal_gpio.o
- arm-none-eabi-gcc -c -mcpu=cortex-m7 -mthumb -mfpu=fpv5-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32H743xx -ICore/Inc -IDrivers/CMSIS/Include -I/usr/arm-none-eabi/include -I/usr/arm-none-eabi/include/c++/14.1.0 -I/usr/arm-none-eabi/include/c++/14.1.0/backward -I/usr/lib/gcc/arm-none-eabi/14.1.0/include -I/usr/lib/gcc/arm-none-eabi/14.1.0/include-fixed -IDrivers/STM32H7xx_HAL_Driver/Inc -IDrivers/STM32H7xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32H7xx/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/stm32h7xx_hal_hsem.d" -Wa,-a,-ad,-alms=build/stm32h7xx_hal_hsem.lst Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c -o build/stm32h7xx_hal_hsem.o
- arm-none-eabi-gcc -c -mcpu=cortex-m7 -mthumb -mfpu=fpv5-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32H743xx -ICore/Inc -IDrivers/CMSIS/Include -I/usr/arm-none-eabi/include -I/usr/arm-none-eabi/include/c++/14.1.0 -I/usr/arm-none-eabi/include/c++/14.1.0/backward -I/usr/lib/gcc/arm-none-eabi/14.1.0/include -I/usr/lib/gcc/arm-none-eabi/14.1.0/include-fixed -IDrivers/STM32H7xx_HAL_Driver/Inc -IDrivers/STM32H7xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32H7xx/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/stm32h7xx_hal_dma.d" -Wa,-a,-ad,-alms=build/stm32h7xx_hal_dma.lst Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dma.c -o build/stm32h7xx_hal_dma.o
- arm-none-eabi-gcc -c -mcpu=cortex-m7 -mthumb -mfpu=fpv5-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32H743xx -ICore/Inc -IDrivers/CMSIS/Include -I/usr/arm-none-eabi/include -I/usr/arm-none-eabi/include/c++/14.1.0 -I/usr/arm-none-eabi/include/c++/14.1.0/backward -I/usr/lib/gcc/arm-none-eabi/14.1.0/include -I/usr/lib/gcc/arm-none-eabi/14.1.0/include-fixed -IDrivers/STM32H7xx_HAL_Driver/Inc -IDrivers/STM32H7xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32H7xx/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/stm32h7xx_hal_dma_ex.d" -Wa,-a,-ad,-alms=build/stm32h7xx_hal_dma_ex.lst Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dma_ex.c -o build/stm32h7xx_hal_dma_ex.o
- arm-none-eabi-gcc -c -mcpu=cortex-m7 -mthumb -mfpu=fpv5-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32H743xx -ICore/Inc -IDrivers/CMSIS/Include -I/usr/arm-none-eabi/include -I/usr/arm-none-eabi/include/c++/14.1.0 -I/usr/arm-none-eabi/include/c++/14.1.0/backward -I/usr/lib/gcc/arm-none-eabi/14.1.0/include -I/usr/lib/gcc/arm-none-eabi/14.1.0/include-fixed -IDrivers/STM32H7xx_HAL_Driver/Inc -IDrivers/STM32H7xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32H7xx/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/stm32h7xx_hal_mdma.d" -Wa,-a,-ad,-alms=build/stm32h7xx_hal_mdma.lst Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_mdma.c -o build/stm32h7xx_hal_mdma.o
- arm-none-eabi-gcc -c -mcpu=cortex-m7 -mthumb -mfpu=fpv5-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32H743xx -ICore/Inc -IDrivers/CMSIS/Include -I/usr/arm-none-eabi/include -I/usr/arm-none-eabi/include/c++/14.1.0 -I/usr/arm-none-eabi/include/c++/14.1.0/backward -I/usr/lib/gcc/arm-none-eabi/14.1.0/include -I/usr/lib/gcc/arm-none-eabi/14.1.0/include-fixed -IDrivers/STM32H7xx_HAL_Driver/Inc -IDrivers/STM32H7xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32H7xx/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/stm32h7xx_hal_pwr.d" -Wa,-a,-ad,-alms=build/stm32h7xx_hal_pwr.lst Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_pwr.c -o build/stm32h7xx_hal_pwr.o
- arm-none-eabi-gcc -c -mcpu=cortex-m7 -mthumb -mfpu=fpv5-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32H743xx -ICore/Inc -IDrivers/CMSIS/Include -I/usr/arm-none-eabi/include -I/usr/arm-none-eabi/include/c++/14.1.0 -I/usr/arm-none-eabi/include/c++/14.1.0/backward -I/usr/lib/gcc/arm-none-eabi/14.1.0/include -I/usr/lib/gcc/arm-none-eabi/14.1.0/include-fixed -IDrivers/STM32H7xx_HAL_Driver/Inc -IDrivers/STM32H7xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32H7xx/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/stm32h7xx_hal_pwr_ex.d" -Wa,-a,-ad,-alms=build/stm32h7xx_hal_pwr_ex.lst Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_pwr_ex.c -o build/stm32h7xx_hal_pwr_ex.o
- arm-none-eabi-gcc -c -mcpu=cortex-m7 -mthumb -mfpu=fpv5-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32H743xx -ICore/Inc -IDrivers/CMSIS/Include -I/usr/arm-none-eabi/include -I/usr/arm-none-eabi/include/c++/14.1.0 -I/usr/arm-none-eabi/include/c++/14.1.0/backward -I/usr/lib/gcc/arm-none-eabi/14.1.0/include -I/usr/lib/gcc/arm-none-eabi/14.1.0/include-fixed -IDrivers/STM32H7xx_HAL_Driver/Inc -IDrivers/STM32H7xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32H7xx/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/stm32h7xx_hal.d" -Wa,-a,-ad,-alms=build/stm32h7xx_hal.lst Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal.c -o build/stm32h7xx_hal.o
- arm-none-eabi-gcc -c -mcpu=cortex-m7 -mthumb -mfpu=fpv5-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32H743xx -ICore/Inc -IDrivers/CMSIS/Include -I/usr/arm-none-eabi/include -I/usr/arm-none-eabi/include/c++/14.1.0 -I/usr/arm-none-eabi/include/c++/14.1.0/backward -I/usr/lib/gcc/arm-none-eabi/14.1.0/include -I/usr/lib/gcc/arm-none-eabi/14.1.0/include-fixed -IDrivers/STM32H7xx_HAL_Driver/Inc -IDrivers/STM32H7xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32H7xx/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/stm32h7xx_hal_i2c.d" -Wa,-a,-ad,-alms=build/stm32h7xx_hal_i2c.lst Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c.c -o build/stm32h7xx_hal_i2c.o
- arm-none-eabi-gcc -c -mcpu=cortex-m7 -mthumb -mfpu=fpv5-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32H743xx -ICore/Inc -IDrivers/CMSIS/Include -I/usr/arm-none-eabi/include -I/usr/arm-none-eabi/include/c++/14.1.0 -I/usr/arm-none-eabi/include/c++/14.1.0/backward -I/usr/lib/gcc/arm-none-eabi/14.1.0/include -I/usr/lib/gcc/arm-none-eabi/14.1.0/include-fixed -IDrivers/STM32H7xx_HAL_Driver/Inc -IDrivers/STM32H7xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32H7xx/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/stm32h7xx_hal_i2c_ex.d" -Wa,-a,-ad,-alms=build/stm32h7xx_hal_i2c_ex.lst Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c -o build/stm32h7xx_hal_i2c_ex.o
- arm-none-eabi-gcc -c -mcpu=cortex-m7 -mthumb -mfpu=fpv5-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32H743xx -ICore/Inc -IDrivers/CMSIS/Include -I/usr/arm-none-eabi/include -I/usr/arm-none-eabi/include/c++/14.1.0 -I/usr/arm-none-eabi/include/c++/14.1.0/backward -I/usr/lib/gcc/arm-none-eabi/14.1.0/include -I/usr/lib/gcc/arm-none-eabi/14.1.0/include-fixed -IDrivers/STM32H7xx_HAL_Driver/Inc -IDrivers/STM32H7xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32H7xx/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/stm32h7xx_hal_exti.d" -Wa,-a,-ad,-alms=build/stm32h7xx_hal_exti.lst Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_exti.c -o build/stm32h7xx_hal_exti.o
- arm-none-eabi-gcc -c -mcpu=cortex-m7 -mthumb -mfpu=fpv5-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32H743xx -ICore/Inc -IDrivers/CMSIS/Include -I/usr/arm-none-eabi/include -I/usr/arm-none-eabi/include/c++/14.1.0 -I/usr/arm-none-eabi/include/c++/14.1.0/backward -I/usr/lib/gcc/arm-none-eabi/14.1.0/include -I/usr/lib/gcc/arm-none-eabi/14.1.0/include-fixed -IDrivers/STM32H7xx_HAL_Driver/Inc -IDrivers/STM32H7xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32H7xx/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/system_stm32h7xx.d" -Wa,-a,-ad,-alms=build/system_stm32h7xx.lst Core/Src/system_stm32h7xx.c -o build/system_stm32h7xx.o
- arm-none-eabi-gcc -c -mcpu=cortex-m7 -mthumb -mfpu=fpv5-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32H743xx -ICore/Inc -IDrivers/CMSIS/Include -I/usr/arm-none-eabi/include -I/usr/arm-none-eabi/include/c++/14.1.0 -I/usr/arm-none-eabi/include/c++/14.1.0/backward -I/usr/lib/gcc/arm-none-eabi/14.1.0/include -I/usr/lib/gcc/arm-none-eabi/14.1.0/include-fixed -IDrivers/STM32H7xx_HAL_Driver/Inc -IDrivers/STM32H7xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32H7xx/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/sysmem.d" -Wa,-a,-ad,-alms=build/sysmem.lst Core/Src/sysmem.c -o build/sysmem.o
- arm-none-eabi-gcc -c -mcpu=cortex-m7 -mthumb -mfpu=fpv5-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32H743xx -ICore/Inc -IDrivers/CMSIS/Include -I/usr/arm-none-eabi/include -I/usr/arm-none-eabi/include/c++/14.1.0 -I/usr/arm-none-eabi/include/c++/14.1.0/backward -I/usr/lib/gcc/arm-none-eabi/14.1.0/include -I/usr/lib/gcc/arm-none-eabi/14.1.0/include-fixed -IDrivers/STM32H7xx_HAL_Driver/Inc -IDrivers/STM32H7xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32H7xx/Include -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/syscalls.d" -Wa,-a,-ad,-alms=build/syscalls.lst Core/Src/syscalls.c -o build/syscalls.o
- arm-none-eabi-gcc build/main.o build/gpio.o build/usart.o build/stm32h7xx_it.o build/stm32h7xx_hal_msp.o build/stm32h7xx_hal_cortex.o build/stm32h7xx_hal_tim.o build/stm32h7xx_hal_tim_ex.o build/stm32h7xx_hal_uart.o build/stm32h7xx_hal_uart_ex.o build/stm32h7xx_hal_rcc.o build/stm32h7xx_hal_rcc_ex.o build/stm32h7xx_hal_flash.o build/stm32h7xx_hal_flash_ex.o build/stm32h7xx_hal_gpio.o build/stm32h7xx_hal_hsem.o build/stm32h7xx_hal_dma.o build/stm32h7xx_hal_dma_ex.o build/stm32h7xx_hal_mdma.o build/stm32h7xx_hal_pwr.o build/stm32h7xx_hal_pwr_ex.o build/stm32h7xx_hal.o build/stm32h7xx_hal_i2c.o build/stm32h7xx_hal_i2c_ex.o build/stm32h7xx_hal_exti.o build/system_stm32h7xx.o build/sysmem.o build/syscalls.o -mcpu=cortex-m7 -mthumb -mfpu=fpv5-d16 -mfloat-abi=hard -specs=nano.specs -TSTM32H743XIHx_FLASH.ld -lc -lm -lnosys -Wl,-Map=build/USART_Test.map,--cref -Wl,--gc-sections -o build/USART_Test.elf
- /usr/lib/gcc/arm-none-eabi/14.1.0/../../../../arm-none-eabi/bin/ld: warning: cannot find entry symbol Reset_Handler; defaulting to 08000000
- /usr/lib/gcc/arm-none-eabi/14.1.0/../../../../arm-none-eabi/bin/ld: warning: build/USART_Test.elf has a LOAD segment with RWX permissions
- arm-none-eabi-size build/USART_Test.elf
- text data bss dec hex filename
- 88 8 1568 1664 680 build/USART_Test.elf
- arm-none-eabi-objcopy -O ihex build/USART_Test.elf build/USART_Test.hex
- arm-none-eabi-objcopy -O binary -S build/USART_Test.elf build/USART_Test.bin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement