Skip to content
Snippets Groups Projects
Select Git revision
  • 705d26b4ac44989773ad078fbc613ceb9c27760e
  • master default protected
  • 1.1.1
  • 1.1
  • 1.0
5 results

one_armed_bandit.o

Blame
  • labo2.1_asm.build.log 1.98 KiB
    16:45:06 **** Incremental Build of configuration Debug for project labo2.1_asm ****
    make -r -j6 all 
    Building file: ../src/assembleur.s
    Building file: ../src/cr_startup_lpc176x.c
    Building file: ../src/labo2_ASM.c
    Invoking: MCU C Compiler
    Invoking: MCU Assembler
    arm-none-eabi-gcc -D__REDLIB__ -DDEBUG -D__CODE_RED -Os -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fmerge-constants -fmacro-prefix-map="../src/"= -mcpu=cortex-m3 -mthumb -D__REDLIB__ -fstack-usage -specs=redlib.specs -MMD -MP -MF"src/cr_startup_lpc176x.d" -MT"src/cr_startup_lpc176x.o" -o "src/cr_startup_lpc176x.o" "../src/cr_startup_lpc176x.c"
    arm-none-eabi-gcc -c -x assembler-with-cpp -DDEBUG -D__CODE_RED -D__REDLIB__ -g3 -mcpu=cortex-m3 -mthumb -D__REDLIB__ -specs=redlib.specs -o "src/assembleur.o" "../src/assembleur.s"
    Invoking: MCU C Compiler
    arm-none-eabi-gcc -D__REDLIB__ -DDEBUG -D__CODE_RED -O0 -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fmerge-constants -fmacro-prefix-map="../src/"= -mcpu=cortex-m3 -mthumb -D__REDLIB__ -fstack-usage -specs=redlib.specs -MMD -MP -MF"src/labo2_ASM.d" -MT"src/labo2_ASM.o" -MT"src/labo2_ASM.d" -o "src/labo2_ASM.o" "../src/labo2_ASM.c"
    Finished building: ../src/assembleur.s
     
    Finished building: ../src/labo2_ASM.c
     
    Finished building: ../src/cr_startup_lpc176x.c
     
    Building target: labo2.1_asm.axf
    Invoking: MCU Linker
    arm-none-eabi-gcc -nostdlib -Xlinker -Map="labo2.1_asm.map" -Xlinker --gc-sections -mcpu=cortex-m3 -mthumb -T "labo2_1_asm_Debug.ld" -o "labo2.1_asm.axf"  ./src/assembleur.o ./src/cr_startup_lpc176x.o ./src/labo2_ASM.o   
    Finished building target: labo2.1_asm.axf
     
    Performing post-build steps
    arm-none-eabi-size "labo2.1_asm.axf"; # arm-none-eabi-objcopy -O binary "labo2.1_asm.axf" "labo2.1_asm.bin" ; checksum -p LPC1769 -d "labo2.1_asm.bin";
       text	   data	    bss	    dec	    hex	filename
        728	      0	      4	    732	    2dc	labo2.1_asm.axf
     
    
    16:45:06 Build Finished. 0 errors, 0 warnings. (took 282ms)