small stuff
This commit is contained in:
@@ -879,3 +879,23 @@ arm-none-eabi-size "lab2barnestr.elf"
|
|||||||
text data bss dec hex filename
|
text data bss dec hex filename
|
||||||
1104 1080 1092 3276 ccc lab2barnestr.elf
|
1104 1080 1092 3276 ccc lab2barnestr.elf
|
||||||
|
|
||||||
|
15:20:49 **** Incremental Build of configuration Debug for project lab2barnestr ****
|
||||||
|
make all
|
||||||
|
Building file: ../src/main.s
|
||||||
|
Invoking: MCU GCC Assembler
|
||||||
|
C:\Users\barnestr\Documents\CE2801\workspace\lab2barnestr\Debug
|
||||||
|
arm-none-eabi-as -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -g -o "src/main.o" "../src/main.s"
|
||||||
|
Finished building: ../src/main.s
|
||||||
|
|
||||||
|
Building target: lab2barnestr.elf
|
||||||
|
Invoking: MCU GCC Linker
|
||||||
|
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -T"C:\Users\barnestr\Documents\CE2801\workspace\lab2barnestr\LinkerScript.ld" -Wl,-Map=output.map -Wl,--gc-sections -o "lab2barnestr.elf" @"objects.list" -lm
|
||||||
|
Finished building target: lab2barnestr.elf
|
||||||
|
|
||||||
|
make --no-print-directory post-build
|
||||||
|
Generating binary and Printing size information:
|
||||||
|
arm-none-eabi-objcopy -O binary "lab2barnestr.elf" "lab2barnestr.bin"
|
||||||
|
arm-none-eabi-size "lab2barnestr.elf"
|
||||||
|
text data bss dec hex filename
|
||||||
|
1104 1080 1092 3276 ccc lab2barnestr.elf
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
20:37:23 **** Incremental Build of configuration Debug for project lab2barnestr ****
|
15:20:49 **** Incremental Build of configuration Debug for project lab2barnestr ****
|
||||||
make all
|
make all
|
||||||
Building file: ../src/main.s
|
Building file: ../src/main.s
|
||||||
Invoking: MCU GCC Assembler
|
Invoking: MCU GCC Assembler
|
||||||
@@ -19,5 +19,5 @@ arm-none-eabi-size "lab2barnestr.elf"
|
|||||||
1104 1080 1092 3276 ccc lab2barnestr.elf
|
1104 1080 1092 3276 ccc lab2barnestr.elf
|
||||||
|
|
||||||
|
|
||||||
20:37:24 Build Finished (took 1s.165ms)
|
15:20:51 Build Finished (took 2s.165ms)
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -4,4 +4,4 @@ configDescList=org.eclipse.launchbar.core.descriptorType.default\:lab1 Debug,org
|
|||||||
eclipse.preferences.version=1
|
eclipse.preferences.version=1
|
||||||
org.eclipse.launchbar.core.descriptorType.default\:lab1\ Debug/activeLaunchMode=run
|
org.eclipse.launchbar.core.descriptorType.default\:lab1\ Debug/activeLaunchMode=run
|
||||||
org.eclipse.launchbar.core.descriptorType.default\:lab1\ Debug/activeLaunchTarget=org.eclipse.launchbar.core.launchTargetType.local\:Local
|
org.eclipse.launchbar.core.descriptorType.default\:lab1\ Debug/activeLaunchTarget=org.eclipse.launchbar.core.launchTargetType.local\:Local
|
||||||
org.eclipse.launchbar.core.descriptorType.default\:lab2barnestr\ Debug/activeLaunchMode=run
|
org.eclipse.launchbar.core.descriptorType.default\:lab2barnestr\ Debug/activeLaunchMode=debug
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -108,4 +108,3 @@ delay:
|
|||||||
# Branch backward to local label if not equal to 0
|
# Branch backward to local label if not equal to 0
|
||||||
bne 1b
|
bne 1b
|
||||||
bx lr
|
bx lr
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user