@@ -2442,3 +2442,53 @@ Finished building: default.size.stdout
24422442
24432443Finished building: pwm.list
24442444
2445+ 22:06:18 **** Incremental Build of configuration Debug for project pwm ****
2446+ make -j8 all
2447+ arm-none-eabi-gcc "../Core/Src/main.c" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F411xE -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"Core/Src/main.d" -MT"Core/Src/main.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "Core/Src/main.o"
2448+ ../Core/Src/main.c: In function 'main':
2449+ ../Core/Src/main.c:120:13: warning: unused variable 'ARR' [-Wunused-variable]
2450+ 120 | const int ARR = 99;
2451+ | ^~~
2452+ arm-none-eabi-gcc -o "pwm.elf" @"objects.list" -mcpu=cortex-m4 -T"D:\JU\Microdata_Technology\Mikrodatateknik_HT2023\labs\lab6\pwm\STM32F411RETX_FLASH.ld" --specs=nosys.specs -Wl,-Map="pwm.map" -Wl,--gc-sections -static --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -Wl,--start-group -lc -lm -Wl,--end-group
2453+ Finished building target: pwm.elf
2454+
2455+ arm-none-eabi-size pwm.elf
2456+ arm-none-eabi-objdump -h -S pwm.elf > "pwm.list"
2457+ text data bss dec hex filename
2458+ 18452 20 1716 20188 4edc pwm.elf
2459+ Finished building: default.size.stdout
2460+
2461+ Finished building: pwm.list
2462+
2463+ 22:07:29 **** Incremental Build of configuration Debug for project pwm ****
2464+ make -j8 all
2465+ arm-none-eabi-gcc "../Core/Src/main.c" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F411xE -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"Core/Src/main.d" -MT"Core/Src/main.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "Core/Src/main.o"
2466+ ../Core/Src/main.c: In function 'main':
2467+ ../Core/Src/main.c:120:13: warning: unused variable 'ARR' [-Wunused-variable]
2468+ 120 | const int ARR = 99;
2469+ | ^~~
2470+ arm-none-eabi-gcc -o "pwm.elf" @"objects.list" -mcpu=cortex-m4 -T"D:\JU\Microdata_Technology\Mikrodatateknik_HT2023\labs\lab6\pwm\STM32F411RETX_FLASH.ld" --specs=nosys.specs -Wl,-Map="pwm.map" -Wl,--gc-sections -static --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -Wl,--start-group -lc -lm -Wl,--end-group
2471+ Finished building target: pwm.elf
2472+
2473+ arm-none-eabi-size pwm.elf
2474+ arm-none-eabi-objdump -h -S pwm.elf > "pwm.list"
2475+ text data bss dec hex filename
2476+ 18644 20 1716 20380 4f9c pwm.elf
2477+ Finished building: default.size.stdout
2478+
2479+ Finished building: pwm.list
2480+
2481+ 22:08:55 **** Incremental Build of configuration Debug for project pwm ****
2482+ make -j8 all
2483+ arm-none-eabi-gcc "../Core/Src/main.c" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F411xE -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"Core/Src/main.d" -MT"Core/Src/main.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "Core/Src/main.o"
2484+ arm-none-eabi-gcc -o "pwm.elf" @"objects.list" -mcpu=cortex-m4 -T"D:\JU\Microdata_Technology\Mikrodatateknik_HT2023\labs\lab6\pwm\STM32F411RETX_FLASH.ld" --specs=nosys.specs -Wl,-Map="pwm.map" -Wl,--gc-sections -static --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -Wl,--start-group -lc -lm -Wl,--end-group
2485+ Finished building target: pwm.elf
2486+
2487+ arm-none-eabi-size pwm.elf
2488+ arm-none-eabi-objdump -h -S pwm.elf > "pwm.list"
2489+ text data bss dec hex filename
2490+ 18688 20 1716 20424 4fc8 pwm.elf
2491+ Finished building: default.size.stdout
2492+
2493+ Finished building: pwm.list
2494+
0 commit comments