18 lines
1.1 KiB
Plaintext
18 lines
1.1 KiB
Plaintext
14:21:35 **** Incremental Build of configuration Debug for project task1 ****
|
|
make -j12 all
|
|
arm-none-eabi-gcc "../Src/task1.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/task1.d" -MT"Src/task1.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "Src/task1.o"
|
|
arm-none-eabi-gcc -o "task1.elf" @"objects.list" -mcpu=cortex-m4 -T"/home/tobii/02_Uni/09_Mikrocomputertechnik/praktikum/mct_bei_workspace_25w/task1/STM32G431KBTX_FLASH.ld" --specs=nosys.specs -Wl,-Map="task1.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: task1.elf
|
|
|
|
arm-none-eabi-size task1.elf
|
|
arm-none-eabi-objdump -h -S task1.elf > "task1.list"
|
|
text data bss dec hex filename
|
|
1692 0 1568 3260 cbc task1.elf
|
|
Finished building: default.size.stdout
|
|
|
|
Finished building: task1.list
|
|
|
|
|
|
14:21:36 Build Finished. 0 errors, 0 warnings. (took 332ms)
|
|
|