18 lines
1.1 KiB
Plaintext
18 lines
1.1 KiB
Plaintext
17:16:03 **** Incremental Build of configuration Debug for project task3 ****
|
|
make -j12 all
|
|
arm-none-eabi-gcc "../Src/task3.c" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DSTM32G431KBTx -DSTM32 -DSTM32G4 -DNUCLEO_G431KB -c -I../Inc -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"Src/task3.d" -MT"Src/task3.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "Src/task3.o"
|
|
arm-none-eabi-gcc -o "task3.elf" @"objects.list" -mcpu=cortex-m4 -T"/home/tobii/02_Uni/09_Mikrocomputertechnik/praktikum/mct_bei_workspace_25w/task3/STM32G431KBTX_FLASH.ld" --specs=nosys.specs -Wl,-Map="task3.map" -Wl,--gc-sections -static --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -Wl,--start-group -lc -lm -Wl,--end-group
|
|
Finished building target: task3.elf
|
|
|
|
arm-none-eabi-size task3.elf
|
|
arm-none-eabi-objdump -h -S task3.elf > "task3.list"
|
|
text data bss dec hex filename
|
|
1696 0 1576 3272 cc8 task3.elf
|
|
Finished building: default.size.stdout
|
|
|
|
Finished building: task3.list
|
|
|
|
|
|
17:16:03 Build Finished. 0 errors, 0 warnings. (took 278ms)
|
|
|