diff --git a/.mcuxpressoide_packages_support/crt_directory.xml b/.mcuxpressoide_packages_support/crt_directory.xml new file mode 100644 index 0000000000000000000000000000000000000000..31025575e6b43f0cfa44ca1c1158060a388d0ef3 --- /dev/null +++ b/.mcuxpressoide_packages_support/crt_directory.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<?debugstack-directory version="1.0"?> +<directory xmlns:xi="http://www.w3.org/2001/XInclude"> +</directory> diff --git a/.mcuxpressoide_packages_support/info.properties b/.mcuxpressoide_packages_support/info.properties new file mode 100644 index 0000000000000000000000000000000000000000..ceecfccf5d4a0dfd0d7fd5c4b7080f5e8907e58b --- /dev/null +++ b/.mcuxpressoide_packages_support/info.properties @@ -0,0 +1,5 @@ +#MCUXpresso IDE +#Wed Mar 19 10:42:48 CET 2025 +product.name=MCUXpresso IDE v11.10.0 [Build 3148] [2024-07-03] +product.version=11.10.0 +product.build=3148 diff --git a/.mcuxpressoide_packages_support/readme.txt b/.mcuxpressoide_packages_support/readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..00460b7b00b35000f252d5212af7fb71a4984596 --- /dev/null +++ b/.mcuxpressoide_packages_support/readme.txt @@ -0,0 +1,2 @@ +This folder is automatically created and contains the SDK part support for the IDE +*** DO NOT REMOVE OR MODIFY, YOUR CHANGES WILL BE OVERWRITTEN ON SDK REFRESH *** \ No newline at end of file diff --git a/CMSISv2p00_LPC17xx/.settings/language.settings.xml b/CMSISv2p00_LPC17xx/.settings/language.settings.xml index 02bd4b7e8996c874b0f6a09346761369061eb823..7ca6bbf5d9978a0667e854f0beeb10801387842e 100644 --- a/CMSISv2p00_LPC17xx/.settings/language.settings.xml +++ b/CMSISv2p00_LPC17xx/.settings/language.settings.xml @@ -3,8 +3,8 @@ <configuration id="com.crt.advproject.config.lib.debug.1814355025" name="Debug"> <extension point="org.eclipse.cdt.core.LanguageSettingsProvider"> <provider copy-of="extension" id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/> - <provider copy-of="extension" id="com.crt.advproject.GCCBuildCommandParser"/> - <provider class="com.crt.advproject.specs.MCUGCCBuiltinSpecsDetector" console="false" env-hash="1414881416772095426" id="com.crt.advproject.GCCBuildSpecCompilerParser" keep-relative-paths="false" name="MCU GCC Built-in Compiler Parser" parameter="${COMMAND} ${FLAGS} -E -P -v -dD "${INPUTS}"" prefer-non-shared="true"> + <provider class="org.eclipse.cdt.managedbuilder.language.settings.providers.GCCBuildCommandParser" id="com.crt.advproject.GCCBuildCommandParser" keep-relative-paths="false" name="MCU GCC Build Output Parser" parameter="(arm-none-eabi-gcc)|(arm-none-eabi-[gc]\+\+)|(gcc)|([gc]\+\+)|(clang)" prefer-non-shared="true"/> + <provider class="com.crt.advproject.specs.MCUGCCBuiltinSpecsDetector" console="false" env-hash="1421239171053619650" id="com.crt.advproject.GCCBuildSpecCompilerParser" keep-relative-paths="false" name="MCU GCC Built-in Compiler Parser" parameter="${COMMAND} ${FLAGS} -E -P -v -dD "${INPUTS}"" prefer-non-shared="true"> <language-scope id="org.eclipse.cdt.core.gcc"/> <language-scope id="org.eclipse.cdt.core.g++"/> </provider> @@ -15,7 +15,7 @@ <extension point="org.eclipse.cdt.core.LanguageSettingsProvider"> <provider copy-of="extension" id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/> <provider copy-of="extension" id="com.crt.advproject.GCCBuildCommandParser"/> - <provider class="com.crt.advproject.specs.MCUGCCBuiltinSpecsDetector" console="false" env-hash="1461310508609114466" id="com.crt.advproject.GCCBuildSpecCompilerParser" keep-relative-paths="false" name="MCU GCC Built-in Compiler Parser" parameter="${COMMAND} ${FLAGS} -E -P -v -dD "${INPUTS}"" prefer-non-shared="true"> + <provider class="com.crt.advproject.specs.MCUGCCBuiltinSpecsDetector" console="false" env-hash="1467668262890638690" id="com.crt.advproject.GCCBuildSpecCompilerParser" keep-relative-paths="false" name="MCU GCC Built-in Compiler Parser" parameter="${COMMAND} ${FLAGS} -E -P -v -dD "${INPUTS}"" prefer-non-shared="true"> <language-scope id="org.eclipse.cdt.core.gcc"/> <language-scope id="org.eclipse.cdt.core.g++"/> </provider> diff --git a/CMSISv2p00_LPC17xx/Debug/libCMSISv2p00_LPC17xx.a b/CMSISv2p00_LPC17xx/Debug/libCMSISv2p00_LPC17xx.a deleted file mode 100644 index 299eb67a1e2b854a5bce44ec1f594b68decbb092..0000000000000000000000000000000000000000 Binary files a/CMSISv2p00_LPC17xx/Debug/libCMSISv2p00_LPC17xx.a and /dev/null differ diff --git a/CMSISv2p00_LPC17xx/Debug/makefile b/CMSISv2p00_LPC17xx/Debug/makefile index d5733729375e2972a8dc5e576808193b390f9c59..2002ae8623c0679925bdef6cc2241fa68f06e9da 100644 --- a/CMSISv2p00_LPC17xx/Debug/makefile +++ b/CMSISv2p00_LPC17xx/Debug/makefile @@ -1,50 +1,60 @@ -################################################################################ -# Automatically-generated file. Do not edit! -################################################################################ - --include ../makefile.init - -RM := rm -rf - -# All of the sources participating in the build are defined here --include sources.mk --include src/subdir.mk --include subdir.mk --include objects.mk - -ifneq ($(MAKECMDGOALS),clean) -ifneq ($(strip $(C_DEPS)),) --include $(C_DEPS) -endif -endif - --include ../makefile.defs - -# Add inputs and outputs from these tool invocations to the build variables - -# All Target -all: libCMSISv2p00_LPC17xx.a - -# Tool invocations -libCMSISv2p00_LPC17xx.a: $(OBJS) $(USER_OBJS) - @echo 'Building target: $@' - @echo 'Invoking: MCU Archiver' - arm-none-eabi-ar -r "libCMSISv2p00_LPC17xx.a" $(OBJS) $(USER_OBJS) $(LIBS) - @echo 'Finished building target: $@' - @echo ' ' - $(MAKE) --no-print-directory post-build - -# Other Targets -clean: - -$(RM) $(OBJS)$(ARCHIVES)$(C_DEPS) libCMSISv2p00_LPC17xx.a - -@echo ' ' - -post-build: - -@echo 'Performing post-build steps' - -arm-none-eabi-size libCMSISv2p00_LPC17xx.a ; # arm-none-eabi-objdump -h -S libCMSISv2p00_LPC17xx.a >libCMSISv2p00_LPC17xx.lss - -@echo ' ' - -.PHONY: all clean dependents -.SECONDARY: post-build - --include ../makefile.targets +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +-include ../makefile.init + +RM := rm -rf + +# All of the sources participating in the build are defined here +-include sources.mk +-include src/subdir.mk +ifneq ($(MAKECMDGOALS),clean) +ifneq ($(strip $(C_DEPS)),) +-include $(C_DEPS) +endif +endif + +-include ../makefile.defs + +OPTIONAL_TOOL_DEPS := \ +$(wildcard ../makefile.defs) \ +$(wildcard ../makefile.init) \ +$(wildcard ../makefile.targets) \ + + +BUILD_ARTIFACT_NAME := CMSISv2p00_LPC17xx +BUILD_ARTIFACT_EXTENSION := a +BUILD_ARTIFACT_PREFIX := lib +BUILD_ARTIFACT := $(BUILD_ARTIFACT_PREFIX)$(BUILD_ARTIFACT_NAME)$(if $(BUILD_ARTIFACT_EXTENSION),.$(BUILD_ARTIFACT_EXTENSION),) + +# Add inputs and outputs from these tool invocations to the build variables + +# All Target +all: + +@$(MAKE) --no-print-directory main-build && $(MAKE) --no-print-directory post-build + +# Main-build Target +main-build: libCMSISv2p00_LPC17xx.a + +# Tool invocations +libCMSISv2p00_LPC17xx.a: $(OBJS) $(USER_OBJS) makefile $(OPTIONAL_TOOL_DEPS) + @echo 'Building target: $@' + @echo 'Invoking: MCU Archiver' + arm-none-eabi-ar -r "libCMSISv2p00_LPC17xx.a" $(OBJS) $(USER_OBJS) $(LIBS) + @echo 'Finished building target: $@' + @echo ' ' + +# Other Targets +clean: + -$(RM) libCMSISv2p00_LPC17xx.a + -@echo ' ' + +post-build: + -@echo 'Performing post-build steps' + -arm-none-eabi-size libCMSISv2p00_LPC17xx.a ; # arm-none-eabi-objdump -h -S libCMSISv2p00_LPC17xx.a >libCMSISv2p00_LPC17xx.lss + -@echo ' ' + +.PHONY: all clean dependents main-build post-build + +-include ../makefile.targets diff --git a/CMSISv2p00_LPC17xx/Debug/sources.mk b/CMSISv2p00_LPC17xx/Debug/sources.mk index b73fb96b731b873895da424d46937f565bffdad2..52857d987d71ca4956bcf356136a2ae60f29e225 100644 --- a/CMSISv2p00_LPC17xx/Debug/sources.mk +++ b/CMSISv2p00_LPC17xx/Debug/sources.mk @@ -1,18 +1,18 @@ -################################################################################ -# Automatically-generated file. Do not edit! -################################################################################ - -OBJ_SRCS := -S_SRCS := -ASM_SRCS := -C_SRCS := -S_UPPER_SRCS := -O_SRCS := -OBJS := -ARCHIVES := -C_DEPS := - -# Every subdirectory with source files must be described here +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +ASM_SRCS := +C_SRCS := +OBJ_SRCS := +O_SRCS := +S_SRCS := +S_UPPER_SRCS := +ARCHIVES := +C_DEPS := +OBJS := + +# Every subdirectory with source files must be described here SUBDIRS := \ src \ - + diff --git a/CMSISv2p00_LPC17xx/Debug/src/core_cm3.d b/CMSISv2p00_LPC17xx/Debug/src/core_cm3.d deleted file mode 100644 index d76bd1475e2b78bd2db55716eb44660c8226eb09..0000000000000000000000000000000000000000 --- a/CMSISv2p00_LPC17xx/Debug/src/core_cm3.d +++ /dev/null @@ -1 +0,0 @@ -src/core_cm3.o src/core_cm3.d: ../src/core_cm3.c diff --git a/CMSISv2p00_LPC17xx/Debug/src/core_cm3.o b/CMSISv2p00_LPC17xx/Debug/src/core_cm3.o deleted file mode 100644 index 050d1945896a97964c3e4bf1e56322939b0e27b5..0000000000000000000000000000000000000000 Binary files a/CMSISv2p00_LPC17xx/Debug/src/core_cm3.o and /dev/null differ diff --git a/CMSISv2p00_LPC17xx/Debug/src/core_cm3.su b/CMSISv2p00_LPC17xx/Debug/src/core_cm3.su new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/CMSISv2p00_LPC17xx/Debug/src/subdir.mk b/CMSISv2p00_LPC17xx/Debug/src/subdir.mk index fe6f04c7b99800f0291526256e671a7f0e956ed8..e7f223979a9426322e7625f77fdf70404a600ee9 100644 --- a/CMSISv2p00_LPC17xx/Debug/src/subdir.mk +++ b/CMSISv2p00_LPC17xx/Debug/src/subdir.mk @@ -1,27 +1,34 @@ -################################################################################ -# Automatically-generated file. Do not edit! -################################################################################ - -# Add inputs and outputs from these tool invocations to the build variables +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +# Add inputs and outputs from these tool invocations to the build variables C_SRCS += \ ../src/core_cm3.c \ -../src/system_LPC17xx.c - -OBJS += \ -./src/core_cm3.o \ -./src/system_LPC17xx.o - +../src/system_LPC17xx.c + C_DEPS += \ ./src/core_cm3.d \ -./src/system_LPC17xx.d - - -# Each subdirectory must supply rules for building sources it contributes -src/%.o: ../src/%.c - @echo 'Building file: $<' - @echo 'Invoking: MCU C Compiler' - arm-none-eabi-gcc -D__REDLIB__ -DDEBUG -D__CODE_RED -I../inc -O0 -Os -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -mcpu=cortex-m3 -mthumb -D__REDLIB__ -specs=redlib.specs -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -MT"$(@:%.o=%.d)" -o "$@" "$<" - @echo 'Finished building: $<' - @echo ' ' - - +./src/system_LPC17xx.d + +OBJS += \ +./src/core_cm3.o \ +./src/system_LPC17xx.o + + +# Each subdirectory must supply rules for building sources it contributes +src/%.o: ../src/%.c src/subdir.mk + @echo 'Building file: $<' + @echo 'Invoking: MCU C Compiler' + arm-none-eabi-gcc -D__REDLIB__ -DDEBUG -D__CODE_RED -I../inc -O0 -Os -g3 -gdwarf-4 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fmerge-constants -fmacro-prefix-map="$(<D)/"= -mcpu=cortex-m3 -mthumb -D__REDLIB__ -fstack-usage -specs=redlib.specs -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -MT"$(@:%.o=%.d)" -o "$@" "$<" + @echo 'Finished building: $<' + @echo ' ' + + +clean: clean-src + +clean-src: + -$(RM) ./src/core_cm3.d ./src/core_cm3.o ./src/system_LPC17xx.d ./src/system_LPC17xx.o + +.PHONY: clean-src + diff --git a/CMSISv2p00_LPC17xx/Debug/src/system_LPC17xx.d b/CMSISv2p00_LPC17xx/Debug/src/system_LPC17xx.d deleted file mode 100644 index a132246a2c91746f6c6034f6fe7dcf2b0dc5b37a..0000000000000000000000000000000000000000 --- a/CMSISv2p00_LPC17xx/Debug/src/system_LPC17xx.d +++ /dev/null @@ -1,13 +0,0 @@ -src/system_LPC17xx.o src/system_LPC17xx.d: ../src/system_LPC17xx.c \ - ../inc/LPC17xx.h ../inc/core_cm3.h ../inc/core_cmInstr.h \ - ../inc/core_cmFunc.h ../inc/system_LPC17xx.h - -../inc/LPC17xx.h: - -../inc/core_cm3.h: - -../inc/core_cmInstr.h: - -../inc/core_cmFunc.h: - -../inc/system_LPC17xx.h: diff --git a/CMSISv2p00_LPC17xx/Debug/src/system_LPC17xx.o b/CMSISv2p00_LPC17xx/Debug/src/system_LPC17xx.o deleted file mode 100644 index 24fd1875de2038259aee7d2214d2fb20e235b86b..0000000000000000000000000000000000000000 Binary files a/CMSISv2p00_LPC17xx/Debug/src/system_LPC17xx.o and /dev/null differ diff --git a/CMSISv2p00_LPC17xx/Debug/src/system_LPC17xx.su b/CMSISv2p00_LPC17xx/Debug/src/system_LPC17xx.su new file mode 100644 index 0000000000000000000000000000000000000000..59a5c6dfaa81f1e0117fb3f03dcebae4dcd73b19 --- /dev/null +++ b/CMSISv2p00_LPC17xx/Debug/src/system_LPC17xx.su @@ -0,0 +1,2 @@ +../src/system_LPC17xx.c:424:6:SystemCoreClockUpdate 8 static +../src/system_LPC17xx.c:475:6:SystemInit 0 static diff --git a/FreeRTOS.zip b/FreeRTOS.zip deleted file mode 100644 index 8960ce1bcf09fb4f365be81b3d924fb35a014898..0000000000000000000000000000000000000000 Binary files a/FreeRTOS.zip and /dev/null differ diff --git a/FreeRTOSWithTraces/.settings/language.settings.xml b/FreeRTOSWithTraces/.settings/language.settings.xml index c6ba173ad2471ce783f7d530bf9214fe4e250476..7da57b9595bbf78d2576db6fc0dfe42e956bdb0a 100644 --- a/FreeRTOSWithTraces/.settings/language.settings.xml +++ b/FreeRTOSWithTraces/.settings/language.settings.xml @@ -1,17 +1,25 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<project> - <configuration id="com.crt.advproject.config.exe.debug.2001608576" name="Debug"> - <extension point="org.eclipse.cdt.core.LanguageSettingsProvider"> - <provider copy-of="extension" id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/> - <provider class="org.eclipse.cdt.managedbuilder.language.settings.providers.GCCBuildCommandParser" id="com.crt.advproject.GCCBuildCommandParser" keep-relative-paths="false" name="MCU GCC Build Output Parser" parameter="(arm-none-eabi-gcc)|(arm-none-eabi-[gc]\+\+)|(gcc)|([gc]\+\+)|(clang)" prefer-non-shared="true"/> - <provider-reference id="org.eclipse.cdt.managedbuilder.core.MBSLanguageSettingsProvider" ref="shared-provider"/> - </extension> - </configuration> - <configuration id="com.crt.advproject.config.exe.release.1510040367" name="Release"> - <extension point="org.eclipse.cdt.core.LanguageSettingsProvider"> - <provider copy-of="extension" id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/> - <provider copy-of="extension" id="com.crt.advproject.GCCBuildCommandParser"/> - <provider-reference id="org.eclipse.cdt.managedbuilder.core.MBSLanguageSettingsProvider" ref="shared-provider"/> - </extension> - </configuration> -</project> +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<project> + <configuration id="com.crt.advproject.config.exe.debug.2001608576" name="Debug"> + <extension point="org.eclipse.cdt.core.LanguageSettingsProvider"> + <provider copy-of="extension" id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/> + <provider copy-of="extension" id="com.crt.advproject.GCCBuildCommandParser"/> + <provider class="com.crt.advproject.specs.MCUGCCBuiltinSpecsDetector" console="false" env-hash="1421239171053619650" id="com.crt.advproject.GCCBuildSpecCompilerParser" keep-relative-paths="false" name="MCU GCC Built-in Compiler Parser" parameter="${COMMAND} ${FLAGS} -E -P -v -dD "${INPUTS}"" prefer-non-shared="true"> + <language-scope id="org.eclipse.cdt.core.gcc"/> + <language-scope id="org.eclipse.cdt.core.g++"/> + </provider> + <provider-reference id="org.eclipse.cdt.managedbuilder.core.MBSLanguageSettingsProvider" ref="shared-provider"/> + </extension> + </configuration> + <configuration id="com.crt.advproject.config.exe.release.1510040367" name="Release"> + <extension point="org.eclipse.cdt.core.LanguageSettingsProvider"> + <provider copy-of="extension" id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/> + <provider copy-of="extension" id="com.crt.advproject.GCCBuildCommandParser"/> + <provider class="com.crt.advproject.specs.MCUGCCBuiltinSpecsDetector" console="false" env-hash="1467668262890638690" id="com.crt.advproject.GCCBuildSpecCompilerParser" keep-relative-paths="false" name="MCU GCC Built-in Compiler Parser" parameter="${COMMAND} ${FLAGS} -E -P -v -dD "${INPUTS}"" prefer-non-shared="true"> + <language-scope id="org.eclipse.cdt.core.gcc"/> + <language-scope id="org.eclipse.cdt.core.g++"/> + </provider> + <provider-reference id="org.eclipse.cdt.managedbuilder.core.MBSLanguageSettingsProvider" ref="shared-provider"/> + </extension> + </configuration> +</project> \ No newline at end of file diff --git a/TP1_labyrinth_etu.zip b/TP1_labyrinth_etu.zip deleted file mode 100644 index f79c4973b452db76c65d45655db6c8a0fede3a18..0000000000000000000000000000000000000000 Binary files a/TP1_labyrinth_etu.zip and /dev/null differ diff --git a/TP1_labyrinth_etu/.cproject b/TP1_labyrinth_etu/.cproject index 285014593a4f51e403887610399f7ce5f8328e03..8744ca571edbea1c4d2cbcc8846efa78c0283b54 100644 --- a/TP1_labyrinth_etu/.cproject +++ b/TP1_labyrinth_etu/.cproject @@ -21,15 +21,15 @@ <targetPlatform binaryParser="org.eclipse.cdt.core.ELF;org.eclipse.cdt.core.GNU_ELF" id="com.crt.advproject.platform.exe.debug.1527502542" name="ARM-based MCU (Debug)" superClass="com.crt.advproject.platform.exe.debug"/> <builder buildPath="${workspace_loc:/TP2}/Debug" errorParsers="org.eclipse.cdt.core.GmakeErrorParser;org.eclipse.cdt.core.CWDLocator" id="com.crt.advproject.builder.exe.debug.490842416" keepEnvironmentInBuildfile="false" managedBuildOn="true" name="Gnu Make Builder" superClass="com.crt.advproject.builder.exe.debug"/> <tool id="com.crt.advproject.cpp.exe.debug.330627341" name="MCU C++ Compiler" superClass="com.crt.advproject.cpp.exe.debug"> - <option id="com.crt.advproject.cpp.hdrlib.1542235693" superClass="com.crt.advproject.cpp.hdrlib"/> - <option id="gnu.cpp.compiler.option.preprocessor.def.1033251062" superClass="gnu.cpp.compiler.option.preprocessor.def"/> - <option id="com.crt.advproject.cpp.fpu.1390250600" superClass="com.crt.advproject.cpp.fpu"/> + <option id="com.crt.advproject.cpp.hdrlib.1542235693" name="Library headers" superClass="com.crt.advproject.cpp.hdrlib" useByScannerDiscovery="false"/> + <option id="gnu.cpp.compiler.option.preprocessor.def.1033251062" name="Defined symbols (-D)" superClass="gnu.cpp.compiler.option.preprocessor.def" useByScannerDiscovery="false"/> + <option id="com.crt.advproject.cpp.fpu.1390250600" name="Floating point" superClass="com.crt.advproject.cpp.fpu" useByScannerDiscovery="true"/> </tool> <tool command="arm-none-eabi-gcc" commandLinePattern="${COMMAND} ${FLAGS} ${OUTPUT_FLAG} ${OUTPUT_PREFIX}${OUTPUT} ${INPUTS}" errorParsers="org.eclipse.cdt.core.GCCErrorParser" id="com.crt.advproject.gcc.exe.debug.1250049820" name="MCU C Compiler" superClass="com.crt.advproject.gcc.exe.debug"> - <option id="com.crt.advproject.gcc.arch.780875128" name="Architecture" superClass="com.crt.advproject.gcc.arch" value="com.crt.advproject.gcc.target.cm3" valueType="enumerated"/> - <option id="com.crt.advproject.gcc.thumb.891265985" name="Thumb mode" superClass="com.crt.advproject.gcc.thumb" value="true" valueType="boolean"/> - <option id="com.crt.advproject.gcc.hdrlib.1590293672" name="Library headers" superClass="com.crt.advproject.gcc.hdrlib" value="com.crt.advproject.gcc.hdrlib.codered" valueType="enumerated"/> - <option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="false" id="gnu.c.compiler.option.preprocessor.def.symbols.1935059032" name="Defined symbols (-D)" superClass="gnu.c.compiler.option.preprocessor.def.symbols" valueType="definedSymbols"> + <option id="com.crt.advproject.gcc.arch.780875128" name="Architecture" superClass="com.crt.advproject.gcc.arch" useByScannerDiscovery="true" value="com.crt.advproject.gcc.target.cm3" valueType="enumerated"/> + <option id="com.crt.advproject.gcc.thumb.891265985" name="Thumb mode" superClass="com.crt.advproject.gcc.thumb" useByScannerDiscovery="false" value="true" valueType="boolean"/> + <option id="com.crt.advproject.gcc.hdrlib.1590293672" name="Library headers" superClass="com.crt.advproject.gcc.hdrlib" useByScannerDiscovery="false" value="com.crt.advproject.gcc.hdrlib.codered" valueType="enumerated"/> + <option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="false" id="gnu.c.compiler.option.preprocessor.def.symbols.1935059032" name="Defined symbols (-D)" superClass="gnu.c.compiler.option.preprocessor.def.symbols" useByScannerDiscovery="false" valueType="definedSymbols"> <listOptionValue builtIn="false" value="__REDLIB__"/> <listOptionValue builtIn="false" value="__USE_CMSIS=CMSISv2p00_LPC17xx"/> <listOptionValue builtIn="false" value="DEBUG"/> @@ -37,15 +37,15 @@ <listOptionValue builtIn="false" value="PACK_STRUCT_END=__attribute\(\(packed\)\)"/> <listOptionValue builtIn="false" value="GCC_ARMCM3"/> </option> - <option id="gnu.c.compiler.option.misc.other.903224402" name="Other flags" superClass="gnu.c.compiler.option.misc.other" value="-c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections" valueType="string"/> - <option id="com.crt.advproject.gcc.exe.debug.option.optimization.level.221342748" name="Optimization Level" superClass="com.crt.advproject.gcc.exe.debug.option.optimization.level"/> - <option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="false" id="gnu.c.compiler.option.include.paths.2063520027" name="Include paths (-I)" superClass="gnu.c.compiler.option.include.paths" valueType="includePath"> + <option id="gnu.c.compiler.option.misc.other.903224402" name="Other flags" superClass="gnu.c.compiler.option.misc.other" useByScannerDiscovery="false" value="-c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections" valueType="string"/> + <option id="com.crt.advproject.gcc.exe.debug.option.optimization.level.221342748" name="Optimization Level" superClass="com.crt.advproject.gcc.exe.debug.option.optimization.level" useByScannerDiscovery="true"/> + <option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="false" id="gnu.c.compiler.option.include.paths.2063520027" name="Include paths (-I)" superClass="gnu.c.compiler.option.include.paths" useByScannerDiscovery="false" valueType="includePath"> <listOptionValue builtIn="false" value="../src"/> <listOptionValue builtIn="false" value=""${workspace_loc:/CMSISv2p00_LPC17xx/inc}""/> <listOptionValue builtIn="false" value="../FreeRTOS_include"/> <listOptionValue builtIn="false" value="../FreeRTOS_portable"/> </option> - <option id="com.crt.advproject.gcc.fpu.451212913" superClass="com.crt.advproject.gcc.fpu"/> + <option id="com.crt.advproject.gcc.fpu.451212913" name="Floating point" superClass="com.crt.advproject.gcc.fpu" useByScannerDiscovery="true"/> <inputType id="com.crt.advproject.compiler.input.1300873006" superClass="com.crt.advproject.compiler.input"/> </tool> <tool command="arm-none-eabi-gcc" commandLinePattern="${COMMAND} ${FLAGS} ${OUTPUT_FLAG} ${OUTPUT_PREFIX}${OUTPUT} ${INPUTS}" errorParsers="org.eclipse.cdt.core.GASErrorParser" id="com.crt.advproject.gas.exe.debug.80806858" name="MCU Assembler" superClass="com.crt.advproject.gas.exe.debug"> @@ -54,18 +54,18 @@ <option id="gnu.both.asm.option.flags.crt.621293431" name="Assembler flags" superClass="gnu.both.asm.option.flags.crt" value="-c -x assembler-with-cpp -DDEBUG -D__CODE_RED -D__REDLIB__" valueType="string"/> <option id="com.crt.advproject.gas.hdrlib.1714928458" name="Library headers" superClass="com.crt.advproject.gas.hdrlib" value="com.crt.advproject.gas.hdrlib.codered" valueType="enumerated"/> <option id="com.crt.advproject.gas.specs.649457621" name="Specs" superClass="com.crt.advproject.gas.specs" value="com.crt.advproject.gas.specs.codered" valueType="enumerated"/> - <option id="com.crt.advproject.gas.fpu.950250050" superClass="com.crt.advproject.gas.fpu"/> + <option id="com.crt.advproject.gas.fpu.950250050" name="Floating point" superClass="com.crt.advproject.gas.fpu"/> <inputType id="cdt.managedbuild.tool.gnu.assembler.input.321505136" superClass="cdt.managedbuild.tool.gnu.assembler.input"/> <inputType id="com.crt.advproject.assembler.input.196020520" name="Additional Assembly Source Files" superClass="com.crt.advproject.assembler.input"/> </tool> <tool id="com.crt.advproject.link.cpp.exe.debug.1287150940" name="MCU C++ Linker" superClass="com.crt.advproject.link.cpp.exe.debug"> - <option id="com.crt.advproject.link.cpp.hdrlib.840329032" superClass="com.crt.advproject.link.cpp.hdrlib"/> - <option id="com.crt.advproject.link.cpp.fpu.1531155306" superClass="com.crt.advproject.link.cpp.fpu"/> + <option id="com.crt.advproject.link.cpp.hdrlib.840329032" name="Library" superClass="com.crt.advproject.link.cpp.hdrlib"/> + <option id="com.crt.advproject.link.cpp.fpu.1531155306" name="Floating point" superClass="com.crt.advproject.link.cpp.fpu"/> </tool> <tool command="arm-none-eabi-gcc" commandLinePattern="${COMMAND} ${FLAGS} ${OUTPUT_FLAG} ${OUTPUT_PREFIX}${OUTPUT} ${INPUTS}" errorParsers="org.eclipse.cdt.core.GLDErrorParser" id="com.crt.advproject.link.exe.debug.539946703" name="MCU Linker" superClass="com.crt.advproject.link.exe.debug"> <option id="com.crt.advproject.link.arch.1188932394" name="Architecture" superClass="com.crt.advproject.link.arch" value="com.crt.advproject.link.target.cm3" valueType="enumerated"/> <option id="com.crt.advproject.link.thumb.880718650" name="Thumb mode" superClass="com.crt.advproject.link.thumb" value="true" valueType="boolean"/> - <option id="com.crt.advproject.link.script.230425977" name="Linker script" superClass="com.crt.advproject.link.script" value=""TP1_labyrinth_Debug.ld"" valueType="string"/> + <option id="com.crt.advproject.link.script.230425977" name="Linker script" superClass="com.crt.advproject.link.script" value="TP1_labyrinth_etu_Debug.ld" valueType="string"/> <option id="com.crt.advproject.link.manage.798320364" name="Manage linker script" superClass="com.crt.advproject.link.manage" value="true" valueType="boolean"/> <option id="gnu.c.link.option.nostdlibs.766477309" name="No startup or default libs (-nostdlib)" superClass="gnu.c.link.option.nostdlibs" value="true" valueType="boolean"/> <option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="false" id="gnu.c.link.option.other.442238479" name="Other options (-Xlinker [option])" superClass="gnu.c.link.option.other" valueType="stringList"> @@ -83,11 +83,13 @@ <listOptionValue builtIn="false" value=""${workspace_loc:/CMSISv2p00_LPC17xx/Debug}""/> </option> <option id="com.crt.advproject.link.gcc.multicore.slave.1598157986" name="Multicore configuration" superClass="com.crt.advproject.link.gcc.multicore.slave"/> - <option id="com.crt.advproject.link.memory.load.image.150114658" superClass="com.crt.advproject.link.memory.load.image" value="" valueType="string"/> - <option id="com.crt.advproject.link.memory.heapAndStack.14079040" superClass="com.crt.advproject.link.memory.heapAndStack" value="&Heap:Default;Post Data;Default&Stack:Default;End;Default" valueType="string"/> - <option id="com.crt.advproject.link.memory.data.1400138320" superClass="com.crt.advproject.link.memory.data" value="" valueType="string"/> - <option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="true" id="com.crt.advproject.link.memory.sections.1663873252" superClass="com.crt.advproject.link.memory.sections" valueType="stringList"/> - <option id="com.crt.advproject.link.fpu.987598863" superClass="com.crt.advproject.link.fpu"/> + <option id="com.crt.advproject.link.memory.load.image.150114658" name="Plain load image" superClass="com.crt.advproject.link.memory.load.image" value="" valueType="string"/> + <option id="com.crt.advproject.link.memory.heapAndStack.14079040" name="Heap and Stack options" superClass="com.crt.advproject.link.memory.heapAndStack" value="&Heap:Default;Post Data;Default&Stack:Default;End;Default" valueType="string"/> + <option id="com.crt.advproject.link.memory.data.1400138320" name="Global data placement" superClass="com.crt.advproject.link.memory.data" value="" valueType="string"/> + <option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="true" id="com.crt.advproject.link.memory.sections.1663873252" name="Extra linker script input sections" superClass="com.crt.advproject.link.memory.sections" valueType="stringList"/> + <option id="com.crt.advproject.link.fpu.987598863" name="Floating point" superClass="com.crt.advproject.link.fpu"/> + <option defaultValue="com.crt.advproject.heapAndStack.lpcXpressoStyle" id="com.crt.advproject.link.memory.heapAndStack.style.1659116030" name="Heap and Stack placement" superClass="com.crt.advproject.link.memory.heapAndStack.style" valueType="enumerated"/> + <option id="com.crt.advproject.link.gcc.multicore.master.1074213353" name="Multicore master" superClass="com.crt.advproject.link.gcc.multicore.master"/> <inputType id="cdt.managedbuild.tool.gnu.c.linker.input.615549911" superClass="cdt.managedbuild.tool.gnu.c.linker.input"> <additionalInput kind="additionalinputdependency" paths="$(USER_OBJS)"/> <additionalInput kind="additionalinput" paths="$(LIBS)"/> @@ -127,24 +129,24 @@ <builder buildPath="${workspace_loc:/TP2}/Release" id="com.crt.advproject.builder.exe.release.53884433" keepEnvironmentInBuildfile="false" managedBuildOn="true" name="Gnu Make Builder" superClass="com.crt.advproject.builder.exe.release"/> <tool id="com.crt.advproject.cpp.exe.release.64077473" name="MCU C++ Compiler" superClass="com.crt.advproject.cpp.exe.release"/> <tool id="com.crt.advproject.gcc.exe.release.647642122" name="MCU C Compiler" superClass="com.crt.advproject.gcc.exe.release"> - <option id="com.crt.advproject.gcc.arch.448155008" name="Architecture" superClass="com.crt.advproject.gcc.arch" value="com.crt.advproject.gcc.target.cm3" valueType="enumerated"/> - <option id="com.crt.advproject.gcc.thumb.664712729" name="Thumb mode" superClass="com.crt.advproject.gcc.thumb" value="true" valueType="boolean"/> - <option id="com.crt.advproject.gcc.hdrlib.1361225698" name="Library headers" superClass="com.crt.advproject.gcc.hdrlib" value="com.crt.advproject.gcc.hdrlib.newlib" valueType="enumerated"/> - <option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="false" id="gnu.c.compiler.option.preprocessor.def.symbols.1436089355" name="Defined symbols (-D)" superClass="gnu.c.compiler.option.preprocessor.def.symbols" valueType="definedSymbols"> + <option id="com.crt.advproject.gcc.arch.448155008" name="Architecture" superClass="com.crt.advproject.gcc.arch" useByScannerDiscovery="true" value="com.crt.advproject.gcc.target.cm3" valueType="enumerated"/> + <option id="com.crt.advproject.gcc.thumb.664712729" name="Thumb mode" superClass="com.crt.advproject.gcc.thumb" useByScannerDiscovery="false" value="true" valueType="boolean"/> + <option id="com.crt.advproject.gcc.hdrlib.1361225698" name="Library headers" superClass="com.crt.advproject.gcc.hdrlib" useByScannerDiscovery="false" value="com.crt.advproject.gcc.hdrlib.newlib" valueType="enumerated"/> + <option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="false" id="gnu.c.compiler.option.preprocessor.def.symbols.1436089355" name="Defined symbols (-D)" superClass="gnu.c.compiler.option.preprocessor.def.symbols" useByScannerDiscovery="false" valueType="definedSymbols"> <listOptionValue builtIn="false" value="__NEWLIB__"/> <listOptionValue builtIn="false" value="NDEBUG"/> <listOptionValue builtIn="false" value="__CODE_RED"/> <listOptionValue builtIn="false" value="PACK_STRUCT_END=__attribute\(\(packed\)\)"/> <listOptionValue builtIn="false" value="GCC_ARMCM3"/> </option> - <option id="gnu.c.compiler.option.misc.other.1518566865" name="Other flags" superClass="gnu.c.compiler.option.misc.other" value="-c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections" valueType="string"/> - <option id="com.crt.advproject.gcc.exe.release.option.optimization.level.276657637" name="Optimization Level" superClass="com.crt.advproject.gcc.exe.release.option.optimization.level"/> - <option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="false" id="gnu.c.compiler.option.include.paths.362116296" name="Include paths (-I)" superClass="gnu.c.compiler.option.include.paths" valueType="includePath"> + <option id="gnu.c.compiler.option.misc.other.1518566865" name="Other flags" superClass="gnu.c.compiler.option.misc.other" useByScannerDiscovery="false" value="-c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections" valueType="string"/> + <option id="com.crt.advproject.gcc.exe.release.option.optimization.level.276657637" name="Optimization Level" superClass="com.crt.advproject.gcc.exe.release.option.optimization.level" useByScannerDiscovery="true"/> + <option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="false" id="gnu.c.compiler.option.include.paths.362116296" name="Include paths (-I)" superClass="gnu.c.compiler.option.include.paths" useByScannerDiscovery="false" valueType="includePath"> <listOptionValue builtIn="false" value="../src"/> <listOptionValue builtIn="false" value="../FreeRTOS_include"/> <listOptionValue builtIn="false" value="../FreeRTOS_portable"/> </option> - <option id="com.crt.advproject.gcc.specs.1492295667" name="Specs" superClass="com.crt.advproject.gcc.specs" value="com.crt.advproject.gcc.specs.newlib" valueType="enumerated"/> + <option id="com.crt.advproject.gcc.specs.1492295667" name="Specs" superClass="com.crt.advproject.gcc.specs" useByScannerDiscovery="false" value="com.crt.advproject.gcc.specs.newlib" valueType="enumerated"/> <inputType id="com.crt.advproject.compiler.input.510162422" superClass="com.crt.advproject.compiler.input"/> </tool> <tool id="com.crt.advproject.gas.exe.release.204333355" name="MCU Assembler" superClass="com.crt.advproject.gas.exe.release"> @@ -160,7 +162,7 @@ <tool id="com.crt.advproject.link.exe.release.575860282" name="MCU Linker" superClass="com.crt.advproject.link.exe.release"> <option id="com.crt.advproject.link.arch.1354382116" name="Architecture" superClass="com.crt.advproject.link.arch" value="com.crt.advproject.link.target.cm3" valueType="enumerated"/> <option id="com.crt.advproject.link.thumb.1774848315" name="Thumb mode" superClass="com.crt.advproject.link.thumb" value="true" valueType="boolean"/> - <option id="com.crt.advproject.link.script.1242159919" name="Linker script" superClass="com.crt.advproject.link.script" value=""TP1_labyrinth_Release.ld"" valueType="string"/> + <option id="com.crt.advproject.link.script.1242159919" name="Linker script" superClass="com.crt.advproject.link.script" value="TP1_labyrinth_etu_Release.ld" valueType="string"/> <option id="com.crt.advproject.link.manage.1035341187" name="Manage linker script" superClass="com.crt.advproject.link.manage" value="true" valueType="boolean"/> <option id="gnu.c.link.option.nostdlibs.383809744" name="No startup or default libs (-nostdlib)" superClass="gnu.c.link.option.nostdlibs" value="true" valueType="boolean"/> <option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="false" id="gnu.c.link.option.other.1967530262" name="Other options (-Xlinker [option])" superClass="gnu.c.link.option.other" valueType="stringList"> @@ -169,10 +171,12 @@ </option> <option id="com.crt.advproject.link.gcc.hdrlib.652701584" name="Library" superClass="com.crt.advproject.link.gcc.hdrlib" value="com.crt.advproject.gcc.link.hdrlib.newlib.none" valueType="enumerated"/> <option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="true" id="com.crt.advproject.link.gcc.multicore.master.userobjs.1041574837" name="Slave Objects (not visible)" superClass="com.crt.advproject.link.gcc.multicore.master.userobjs" valueType="userObjs"/> - <option id="com.crt.advproject.link.memory.load.image.1927945293" superClass="com.crt.advproject.link.memory.load.image" value="" valueType="string"/> - <option id="com.crt.advproject.link.memory.heapAndStack.1630402613" superClass="com.crt.advproject.link.memory.heapAndStack" value="&Heap:Default;Post Data;Default&Stack:Default;End;Default" valueType="string"/> - <option id="com.crt.advproject.link.memory.data.1044931913" superClass="com.crt.advproject.link.memory.data" value="" valueType="string"/> - <option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="true" id="com.crt.advproject.link.memory.sections.93930457" superClass="com.crt.advproject.link.memory.sections" valueType="stringList"/> + <option id="com.crt.advproject.link.memory.load.image.1927945293" name="Plain load image" superClass="com.crt.advproject.link.memory.load.image" value="" valueType="string"/> + <option id="com.crt.advproject.link.memory.heapAndStack.1630402613" name="Heap and Stack options" superClass="com.crt.advproject.link.memory.heapAndStack" value="&Heap:Default;Post Data;Default&Stack:Default;End;Default" valueType="string"/> + <option id="com.crt.advproject.link.memory.data.1044931913" name="Global data placement" superClass="com.crt.advproject.link.memory.data" value="" valueType="string"/> + <option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="true" id="com.crt.advproject.link.memory.sections.93930457" name="Extra linker script input sections" superClass="com.crt.advproject.link.memory.sections" valueType="stringList"/> + <option defaultValue="com.crt.advproject.heapAndStack.lpcXpressoStyle" id="com.crt.advproject.link.memory.heapAndStack.style.1079415734" name="Heap and Stack placement" superClass="com.crt.advproject.link.memory.heapAndStack.style" valueType="enumerated"/> + <option id="com.crt.advproject.link.gcc.multicore.slave.708619833" name="Multicore configuration" superClass="com.crt.advproject.link.gcc.multicore.slave"/> <inputType id="cdt.managedbuild.tool.gnu.c.linker.input.1207060680" superClass="cdt.managedbuild.tool.gnu.c.linker.input"> <additionalInput kind="additionalinputdependency" paths="$(USER_OBJS)"/> <additionalInput kind="additionalinput" paths="$(LIBS)"/> @@ -231,4 +235,4 @@ <storageModule moduleId="refreshScope"/> <storageModule moduleId="com.crt.advproject"/> <storageModule moduleId="org.eclipse.cdt.make.core.buildtargets"/> -</cproject> +</cproject> \ No newline at end of file diff --git a/TP1_labyrinth_etu/.project b/TP1_labyrinth_etu/.project index 471a85c952a12c1f1c119504ea22c6fa895270b9..8be6fd9781d7d881503ecd670d1a13219ead8035 100644 --- a/TP1_labyrinth_etu/.project +++ b/TP1_labyrinth_etu/.project @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <projectDescription> - <name>TP1_labyrinth_etu</name> + <name>G3_TP1_labyrinth_etu</name> <comment></comment> <projects> <project>CMSISv2p00_LPC17xx</project> diff --git a/TP1_labyrinth_etu/.settings/language.settings.xml b/TP1_labyrinth_etu/.settings/language.settings.xml index e928f48365fb3aabe32b06c1ea7b3a753e8ef5ae..d07aacf464b3fbfdc62f5eb8afa7ae4dfd2502d6 100644 --- a/TP1_labyrinth_etu/.settings/language.settings.xml +++ b/TP1_labyrinth_etu/.settings/language.settings.xml @@ -3,8 +3,8 @@ <configuration id="com.crt.advproject.config.exe.debug.215110136" name="Debug"> <extension point="org.eclipse.cdt.core.LanguageSettingsProvider"> <provider copy-of="extension" id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/> - <provider copy-of="extension" id="com.crt.advproject.GCCBuildCommandParser"/> - <provider class="com.crt.advproject.specs.MCUGCCBuiltinSpecsDetector" console="false" env-hash="1414881416772095426" id="com.crt.advproject.GCCBuildSpecCompilerParser" keep-relative-paths="false" name="MCU GCC Built-in Compiler Parser" parameter="${COMMAND} ${FLAGS} -E -P -v -dD "${INPUTS}"" prefer-non-shared="true"> + <provider class="org.eclipse.cdt.managedbuilder.language.settings.providers.GCCBuildCommandParser" id="com.crt.advproject.GCCBuildCommandParser" keep-relative-paths="false" name="MCU GCC Build Output Parser" parameter="(arm-none-eabi-gcc)|(arm-none-eabi-[gc]\+\+)|(gcc)|([gc]\+\+)|(clang)" prefer-non-shared="true"/> + <provider class="com.crt.advproject.specs.MCUGCCBuiltinSpecsDetector" console="false" env-hash="1421239171053619650" id="com.crt.advproject.GCCBuildSpecCompilerParser" keep-relative-paths="false" name="MCU GCC Built-in Compiler Parser" parameter="${COMMAND} ${FLAGS} -E -P -v -dD "${INPUTS}"" prefer-non-shared="true"> <language-scope id="org.eclipse.cdt.core.gcc"/> <language-scope id="org.eclipse.cdt.core.g++"/> </provider> @@ -15,7 +15,7 @@ <extension point="org.eclipse.cdt.core.LanguageSettingsProvider"> <provider copy-of="extension" id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/> <provider copy-of="extension" id="com.crt.advproject.GCCBuildCommandParser"/> - <provider class="com.crt.advproject.specs.MCUGCCBuiltinSpecsDetector" console="false" env-hash="1461310508609114466" id="com.crt.advproject.GCCBuildSpecCompilerParser" keep-relative-paths="false" name="MCU GCC Built-in Compiler Parser" parameter="${COMMAND} ${FLAGS} -E -P -v -dD "${INPUTS}"" prefer-non-shared="true"> + <provider class="com.crt.advproject.specs.MCUGCCBuiltinSpecsDetector" console="false" env-hash="1467668262890638690" id="com.crt.advproject.GCCBuildSpecCompilerParser" keep-relative-paths="false" name="MCU GCC Built-in Compiler Parser" parameter="${COMMAND} ${FLAGS} -E -P -v -dD "${INPUTS}"" prefer-non-shared="true"> <language-scope id="org.eclipse.cdt.core.gcc"/> <language-scope id="org.eclipse.cdt.core.g++"/> </provider> diff --git a/TP1_labyrinth_etu/Debug/FreeRTOS_portable/MemMang/heap_2.d b/TP1_labyrinth_etu/Debug/FreeRTOS_portable/MemMang/heap_2.d index 614a1bc42384af6ca57de03f4580c959b7b4d323..33a264a3de9d9738c3e81192eaf8893e089d9ac7 100644 --- a/TP1_labyrinth_etu/Debug/FreeRTOS_portable/MemMang/heap_2.d +++ b/TP1_labyrinth_etu/Debug/FreeRTOS_portable/MemMang/heap_2.d @@ -1,22 +1,14 @@ -FreeRTOS_portable/MemMang/heap_2.o FreeRTOS_portable/MemMang/heap_2.d: \ - ../FreeRTOS_portable/MemMang/heap_2.c ../FreeRTOS_include/FreeRTOS.h \ - ../FreeRTOS_include/projdefs.h ../src/FreeRTOSConfig.h \ - ../FreeRTOS_include/portable.h ../FreeRTOS_portable/portmacro.h \ - ../FreeRTOS_include/mpu_wrappers.h ../FreeRTOS_include/task.h \ - ../FreeRTOS_include/list.h - -../FreeRTOS_include/FreeRTOS.h: - -../FreeRTOS_include/projdefs.h: - -../src/FreeRTOSConfig.h: - -../FreeRTOS_include/portable.h: - -../FreeRTOS_portable/portmacro.h: - -../FreeRTOS_include/mpu_wrappers.h: - -../FreeRTOS_include/task.h: - -../FreeRTOS_include/list.h: +FreeRTOS_portable/MemMang/heap_2.o FreeRTOS_portable/MemMang/heap_2.d: \ + ../FreeRTOS_portable/MemMang/heap_2.c ../FreeRTOS_include/FreeRTOS.h \ + ../FreeRTOS_include/projdefs.h ../src/FreeRTOSConfig.h \ + ../FreeRTOS_include/portable.h ../FreeRTOS_portable/portmacro.h \ + ../FreeRTOS_include/mpu_wrappers.h ../FreeRTOS_include/task.h \ + ../FreeRTOS_include/list.h +../FreeRTOS_include/FreeRTOS.h: +../FreeRTOS_include/projdefs.h: +../src/FreeRTOSConfig.h: +../FreeRTOS_include/portable.h: +../FreeRTOS_portable/portmacro.h: +../FreeRTOS_include/mpu_wrappers.h: +../FreeRTOS_include/task.h: +../FreeRTOS_include/list.h: diff --git a/TP1_labyrinth_etu/Debug/FreeRTOS_portable/MemMang/heap_2.o b/TP1_labyrinth_etu/Debug/FreeRTOS_portable/MemMang/heap_2.o index 993c84bd6c4c9e20749c1f105459d256ecd15504..e8dd9c8ab29d74201c1b73a0f87a117b6e6c1a62 100644 Binary files a/TP1_labyrinth_etu/Debug/FreeRTOS_portable/MemMang/heap_2.o and b/TP1_labyrinth_etu/Debug/FreeRTOS_portable/MemMang/heap_2.o differ diff --git a/TP1_labyrinth_etu/Debug/FreeRTOS_portable/MemMang/heap_2.su b/TP1_labyrinth_etu/Debug/FreeRTOS_portable/MemMang/heap_2.su new file mode 100644 index 0000000000000000000000000000000000000000..ac8f984bca395e10323473dc21485bcc18cd7d77 --- /dev/null +++ b/TP1_labyrinth_etu/Debug/FreeRTOS_portable/MemMang/heap_2.su @@ -0,0 +1,4 @@ +../FreeRTOS_portable/MemMang/heap_2.c:154:7:pvPortMalloc 48 static +../FreeRTOS_portable/MemMang/heap_2.c:244:6:vPortFree 32 static +../FreeRTOS_portable/MemMang/heap_2.c:269:8:xPortGetFreeHeapSize 4 static +../FreeRTOS_portable/MemMang/heap_2.c:275:6:vPortInitialiseBlocks 4 static diff --git a/TP1_labyrinth_etu/Debug/FreeRTOS_portable/MemMang/subdir.mk b/TP1_labyrinth_etu/Debug/FreeRTOS_portable/MemMang/subdir.mk index 76c2749be07076e7e6f16267ec21e3f099449851..91ec1dfb60ffe421fba882c34a95f4ddd1ff352f 100644 --- a/TP1_labyrinth_etu/Debug/FreeRTOS_portable/MemMang/subdir.mk +++ b/TP1_labyrinth_etu/Debug/FreeRTOS_portable/MemMang/subdir.mk @@ -1,24 +1,31 @@ -################################################################################ -# Automatically-generated file. Do not edit! -################################################################################ - -# Add inputs and outputs from these tool invocations to the build variables +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +# Add inputs and outputs from these tool invocations to the build variables C_SRCS += \ -../FreeRTOS_portable/MemMang/heap_2.c - -OBJS += \ -./FreeRTOS_portable/MemMang/heap_2.o - +../FreeRTOS_portable/MemMang/heap_2.c + C_DEPS += \ -./FreeRTOS_portable/MemMang/heap_2.d - - -# Each subdirectory must supply rules for building sources it contributes -FreeRTOS_portable/MemMang/%.o: ../FreeRTOS_portable/MemMang/%.c - @echo 'Building file: $<' - @echo 'Invoking: MCU C Compiler' - arm-none-eabi-gcc -D__REDLIB__ -D__USE_CMSIS=CMSISv2p00_LPC17xx -DDEBUG -D__CODE_RED -DPACK_STRUCT_END=__attribute\(\(packed\)\) -DGCC_ARMCM3 -I../src -I"C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\inc" -I../FreeRTOS_include -I../FreeRTOS_portable -O0 -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -mcpu=cortex-m3 -mthumb -D__REDLIB__ -specs=redlib.specs -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -MT"$(@:%.o=%.d)" -o "$@" "$<" - @echo 'Finished building: $<' - @echo ' ' - - +./FreeRTOS_portable/MemMang/heap_2.d + +OBJS += \ +./FreeRTOS_portable/MemMang/heap_2.o + + +# Each subdirectory must supply rules for building sources it contributes +FreeRTOS_portable/MemMang/%.o: ../FreeRTOS_portable/MemMang/%.c FreeRTOS_portable/MemMang/subdir.mk + @echo 'Building file: $<' + @echo 'Invoking: MCU C Compiler' + arm-none-eabi-gcc -D__REDLIB__ -D__USE_CMSIS=CMSISv2p00_LPC17xx -DDEBUG -D__CODE_RED -DPACK_STRUCT_END=__attribute\(\(packed\)\) -DGCC_ARMCM3 -I../src -I"/home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/inc" -I../FreeRTOS_include -I../FreeRTOS_portable -O0 -g3 -gdwarf-4 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fmerge-constants -fmacro-prefix-map="$(<D)/"= -mcpu=cortex-m3 -mthumb -D__REDLIB__ -fstack-usage -specs=redlib.specs -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -MT"$(@:%.o=%.d)" -o "$@" "$<" + @echo 'Finished building: $<' + @echo ' ' + + +clean: clean-FreeRTOS_portable-2f-MemMang + +clean-FreeRTOS_portable-2f-MemMang: + -$(RM) ./FreeRTOS_portable/MemMang/heap_2.d ./FreeRTOS_portable/MemMang/heap_2.o + +.PHONY: clean-FreeRTOS_portable-2f-MemMang + diff --git a/TP1_labyrinth_etu/Debug/FreeRTOS_portable/port.d b/TP1_labyrinth_etu/Debug/FreeRTOS_portable/port.d index 019033874eb704dddf15eedaec5d4eaf3ee75beb..73ace5b7db2fb3aeb414abddb7dd53c42d2de97c 100644 --- a/TP1_labyrinth_etu/Debug/FreeRTOS_portable/port.d +++ b/TP1_labyrinth_etu/Debug/FreeRTOS_portable/port.d @@ -1,22 +1,14 @@ -FreeRTOS_portable/port.o FreeRTOS_portable/port.d: \ - ../FreeRTOS_portable/port.c ../FreeRTOS_include/FreeRTOS.h \ - ../FreeRTOS_include/projdefs.h ../src/FreeRTOSConfig.h \ - ../FreeRTOS_include/portable.h ../FreeRTOS_portable/portmacro.h \ - ../FreeRTOS_include/mpu_wrappers.h ../FreeRTOS_include/task.h \ - ../FreeRTOS_include/list.h - -../FreeRTOS_include/FreeRTOS.h: - -../FreeRTOS_include/projdefs.h: - -../src/FreeRTOSConfig.h: - -../FreeRTOS_include/portable.h: - -../FreeRTOS_portable/portmacro.h: - -../FreeRTOS_include/mpu_wrappers.h: - -../FreeRTOS_include/task.h: - -../FreeRTOS_include/list.h: +FreeRTOS_portable/port.o FreeRTOS_portable/port.d: \ + ../FreeRTOS_portable/port.c ../FreeRTOS_include/FreeRTOS.h \ + ../FreeRTOS_include/projdefs.h ../src/FreeRTOSConfig.h \ + ../FreeRTOS_include/portable.h ../FreeRTOS_portable/portmacro.h \ + ../FreeRTOS_include/mpu_wrappers.h ../FreeRTOS_include/task.h \ + ../FreeRTOS_include/list.h +../FreeRTOS_include/FreeRTOS.h: +../FreeRTOS_include/projdefs.h: +../src/FreeRTOSConfig.h: +../FreeRTOS_include/portable.h: +../FreeRTOS_portable/portmacro.h: +../FreeRTOS_include/mpu_wrappers.h: +../FreeRTOS_include/task.h: +../FreeRTOS_include/list.h: diff --git a/TP1_labyrinth_etu/Debug/FreeRTOS_portable/port.o b/TP1_labyrinth_etu/Debug/FreeRTOS_portable/port.o index 4533c55a06a913f6e1b3248dae96ea55cbdbe702..3f1c0911ef1e763a009d8533e6c5646f0c82b6f1 100644 Binary files a/TP1_labyrinth_etu/Debug/FreeRTOS_portable/port.o and b/TP1_labyrinth_etu/Debug/FreeRTOS_portable/port.o differ diff --git a/TP1_labyrinth_etu/Debug/FreeRTOS_portable/port.su b/TP1_labyrinth_etu/Debug/FreeRTOS_portable/port.su new file mode 100644 index 0000000000000000000000000000000000000000..5c18af37c7fc7649ab561262f600c60eef4901d8 --- /dev/null +++ b/TP1_labyrinth_etu/Debug/FreeRTOS_portable/port.su @@ -0,0 +1,11 @@ +../FreeRTOS_portable/port.c:114:17:pxPortInitialiseStack 24 static +../FreeRTOS_portable/port.c:132:6:vPortSVCHandler 0 static +../FreeRTOS_portable/port.c:151:6:vPortStartFirstTask 0 static +../FreeRTOS_portable/port.c:168:15:xPortStartScheduler 8 static +../FreeRTOS_portable/port.c:189:6:vPortEndScheduler 4 static +../FreeRTOS_portable/port.c:196:6:vPortYieldFromISR 4 static +../FreeRTOS_portable/port.c:203:6:vPortEnterCritical 4 static +../FreeRTOS_portable/port.c:210:6:vPortExitCritical 4 static +../FreeRTOS_portable/port.c:220:6:xPortPendSVHandler 0 static +../FreeRTOS_portable/port.c:255:6:xPortSysTickHandler 16 static +../FreeRTOS_portable/port.c:276:6:prvSetupTimerInterrupt 4 static diff --git a/TP1_labyrinth_etu/Debug/FreeRTOS_portable/subdir.mk b/TP1_labyrinth_etu/Debug/FreeRTOS_portable/subdir.mk index 762569e92bbffff2fc68fe87390f2b5eb8f5742b..ece6a20961a3d16eb920648e59416e3d5340d550 100644 --- a/TP1_labyrinth_etu/Debug/FreeRTOS_portable/subdir.mk +++ b/TP1_labyrinth_etu/Debug/FreeRTOS_portable/subdir.mk @@ -1,24 +1,31 @@ -################################################################################ -# Automatically-generated file. Do not edit! -################################################################################ - -# Add inputs and outputs from these tool invocations to the build variables +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +# Add inputs and outputs from these tool invocations to the build variables C_SRCS += \ -../FreeRTOS_portable/port.c - -OBJS += \ -./FreeRTOS_portable/port.o - +../FreeRTOS_portable/port.c + C_DEPS += \ -./FreeRTOS_portable/port.d - - -# Each subdirectory must supply rules for building sources it contributes -FreeRTOS_portable/%.o: ../FreeRTOS_portable/%.c - @echo 'Building file: $<' - @echo 'Invoking: MCU C Compiler' - arm-none-eabi-gcc -D__REDLIB__ -D__USE_CMSIS=CMSISv2p00_LPC17xx -DDEBUG -D__CODE_RED -DPACK_STRUCT_END=__attribute\(\(packed\)\) -DGCC_ARMCM3 -I../src -I"C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\inc" -I../FreeRTOS_include -I../FreeRTOS_portable -O0 -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -mcpu=cortex-m3 -mthumb -D__REDLIB__ -specs=redlib.specs -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -MT"$(@:%.o=%.d)" -o "$@" "$<" - @echo 'Finished building: $<' - @echo ' ' - - +./FreeRTOS_portable/port.d + +OBJS += \ +./FreeRTOS_portable/port.o + + +# Each subdirectory must supply rules for building sources it contributes +FreeRTOS_portable/%.o: ../FreeRTOS_portable/%.c FreeRTOS_portable/subdir.mk + @echo 'Building file: $<' + @echo 'Invoking: MCU C Compiler' + arm-none-eabi-gcc -D__REDLIB__ -D__USE_CMSIS=CMSISv2p00_LPC17xx -DDEBUG -D__CODE_RED -DPACK_STRUCT_END=__attribute\(\(packed\)\) -DGCC_ARMCM3 -I../src -I"/home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/inc" -I../FreeRTOS_include -I../FreeRTOS_portable -O0 -g3 -gdwarf-4 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fmerge-constants -fmacro-prefix-map="$(<D)/"= -mcpu=cortex-m3 -mthumb -D__REDLIB__ -fstack-usage -specs=redlib.specs -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -MT"$(@:%.o=%.d)" -o "$@" "$<" + @echo 'Finished building: $<' + @echo ' ' + + +clean: clean-FreeRTOS_portable + +clean-FreeRTOS_portable: + -$(RM) ./FreeRTOS_portable/port.d ./FreeRTOS_portable/port.o + +.PHONY: clean-FreeRTOS_portable + diff --git a/TP1_labyrinth_etu/Debug/FreeRTOS_src/croutine.d b/TP1_labyrinth_etu/Debug/FreeRTOS_src/croutine.d index db90ac680855acf832a236209475d67834ca40d2..6ffd4d2126b3e29d8f47cfa5212a6a169342a459 100644 --- a/TP1_labyrinth_etu/Debug/FreeRTOS_src/croutine.d +++ b/TP1_labyrinth_etu/Debug/FreeRTOS_src/croutine.d @@ -1,24 +1,15 @@ -FreeRTOS_src/croutine.o FreeRTOS_src/croutine.d: \ - ../FreeRTOS_src/croutine.c ../FreeRTOS_include/FreeRTOS.h \ - ../FreeRTOS_include/projdefs.h ../src/FreeRTOSConfig.h \ - ../FreeRTOS_include/portable.h ../FreeRTOS_portable/portmacro.h \ - ../FreeRTOS_include/mpu_wrappers.h ../FreeRTOS_include/task.h \ - ../FreeRTOS_include/list.h ../FreeRTOS_include/croutine.h - -../FreeRTOS_include/FreeRTOS.h: - -../FreeRTOS_include/projdefs.h: - -../src/FreeRTOSConfig.h: - -../FreeRTOS_include/portable.h: - -../FreeRTOS_portable/portmacro.h: - -../FreeRTOS_include/mpu_wrappers.h: - -../FreeRTOS_include/task.h: - -../FreeRTOS_include/list.h: - -../FreeRTOS_include/croutine.h: +FreeRTOS_src/croutine.o FreeRTOS_src/croutine.d: \ + ../FreeRTOS_src/croutine.c ../FreeRTOS_include/FreeRTOS.h \ + ../FreeRTOS_include/projdefs.h ../src/FreeRTOSConfig.h \ + ../FreeRTOS_include/portable.h ../FreeRTOS_portable/portmacro.h \ + ../FreeRTOS_include/mpu_wrappers.h ../FreeRTOS_include/task.h \ + ../FreeRTOS_include/list.h ../FreeRTOS_include/croutine.h +../FreeRTOS_include/FreeRTOS.h: +../FreeRTOS_include/projdefs.h: +../src/FreeRTOSConfig.h: +../FreeRTOS_include/portable.h: +../FreeRTOS_portable/portmacro.h: +../FreeRTOS_include/mpu_wrappers.h: +../FreeRTOS_include/task.h: +../FreeRTOS_include/list.h: +../FreeRTOS_include/croutine.h: diff --git a/TP1_labyrinth_etu/Debug/FreeRTOS_src/croutine.o b/TP1_labyrinth_etu/Debug/FreeRTOS_src/croutine.o index 7e86c8095424c2168cad85d2d07f2beb60ddeff8..34c26b7843bdd2504cd29ccb921f9da63b9214c7 100644 Binary files a/TP1_labyrinth_etu/Debug/FreeRTOS_src/croutine.o and b/TP1_labyrinth_etu/Debug/FreeRTOS_src/croutine.o differ diff --git a/TP1_labyrinth_etu/Debug/FreeRTOS_src/croutine.su b/TP1_labyrinth_etu/Debug/FreeRTOS_src/croutine.su new file mode 100644 index 0000000000000000000000000000000000000000..7d8030e5f43c1951a76b6b2b0694498001cce2bd --- /dev/null +++ b/TP1_labyrinth_etu/Debug/FreeRTOS_src/croutine.su @@ -0,0 +1,7 @@ +../FreeRTOS_src/croutine.c:131:22:xCoRoutineCreate 32 static +../FreeRTOS_src/croutine.c:188:6:vCoRoutineAddToDelayedList 24 static +../FreeRTOS_src/croutine.c:226:13:prvCheckPendingReadyList 16 static +../FreeRTOS_src/croutine.c:249:13:prvCheckDelayedList 16 static +../FreeRTOS_src/croutine.c:307:6:vCoRoutineSchedule 16 static +../FreeRTOS_src/croutine.c:337:13:prvInitialiseCoRoutineLists 16 static +../FreeRTOS_src/croutine.c:357:22:xCoRoutineRemoveFromEventList 24 static diff --git a/TP1_labyrinth_etu/Debug/FreeRTOS_src/list.d b/TP1_labyrinth_etu/Debug/FreeRTOS_src/list.d index 4ff67b7dffbe2df443e489ebf86da932d8e6f1e8..e06d9574bcff048afecb170e9d395ee394e7c7de 100644 --- a/TP1_labyrinth_etu/Debug/FreeRTOS_src/list.d +++ b/TP1_labyrinth_etu/Debug/FreeRTOS_src/list.d @@ -1,19 +1,12 @@ -FreeRTOS_src/list.o FreeRTOS_src/list.d: ../FreeRTOS_src/list.c \ - ../FreeRTOS_include/FreeRTOS.h ../FreeRTOS_include/projdefs.h \ - ../src/FreeRTOSConfig.h ../FreeRTOS_include/portable.h \ - ../FreeRTOS_portable/portmacro.h ../FreeRTOS_include/mpu_wrappers.h \ - ../FreeRTOS_include/list.h - -../FreeRTOS_include/FreeRTOS.h: - -../FreeRTOS_include/projdefs.h: - -../src/FreeRTOSConfig.h: - -../FreeRTOS_include/portable.h: - -../FreeRTOS_portable/portmacro.h: - -../FreeRTOS_include/mpu_wrappers.h: - -../FreeRTOS_include/list.h: +FreeRTOS_src/list.o FreeRTOS_src/list.d: ../FreeRTOS_src/list.c \ + ../FreeRTOS_include/FreeRTOS.h ../FreeRTOS_include/projdefs.h \ + ../src/FreeRTOSConfig.h ../FreeRTOS_include/portable.h \ + ../FreeRTOS_portable/portmacro.h ../FreeRTOS_include/mpu_wrappers.h \ + ../FreeRTOS_include/list.h +../FreeRTOS_include/FreeRTOS.h: +../FreeRTOS_include/projdefs.h: +../src/FreeRTOSConfig.h: +../FreeRTOS_include/portable.h: +../FreeRTOS_portable/portmacro.h: +../FreeRTOS_include/mpu_wrappers.h: +../FreeRTOS_include/list.h: diff --git a/TP1_labyrinth_etu/Debug/FreeRTOS_src/list.o b/TP1_labyrinth_etu/Debug/FreeRTOS_src/list.o index 2b4b32972572f46ad8d48884e261fdfd8de74d09..95490d3475a7a112cd2322755b37d503ad8379f0 100644 Binary files a/TP1_labyrinth_etu/Debug/FreeRTOS_src/list.o and b/TP1_labyrinth_etu/Debug/FreeRTOS_src/list.o differ diff --git a/TP1_labyrinth_etu/Debug/FreeRTOS_src/list.su b/TP1_labyrinth_etu/Debug/FreeRTOS_src/list.su new file mode 100644 index 0000000000000000000000000000000000000000..0e7ffb0edef30b85a3076891ca142e90bcbe12be --- /dev/null +++ b/TP1_labyrinth_etu/Debug/FreeRTOS_src/list.su @@ -0,0 +1,5 @@ +../FreeRTOS_src/list.c:69:6:vListInitialise 16 static +../FreeRTOS_src/list.c:89:6:vListInitialiseItem 16 static +../FreeRTOS_src/list.c:96:6:vListInsertEnd 24 static +../FreeRTOS_src/list.c:119:6:vListInsert 24 static +../FreeRTOS_src/list.c:176:6:vListRemove 24 static diff --git a/TP1_labyrinth_etu/Debug/FreeRTOS_src/queue.d b/TP1_labyrinth_etu/Debug/FreeRTOS_src/queue.d index fea81e69443c8fa0ac16a9a783137cf649799afb..c3eab74bc9010f2e7a1e9315a5f50dc1eaab0346 100644 --- a/TP1_labyrinth_etu/Debug/FreeRTOS_src/queue.d +++ b/TP1_labyrinth_etu/Debug/FreeRTOS_src/queue.d @@ -1,24 +1,15 @@ -FreeRTOS_src/queue.o FreeRTOS_src/queue.d: ../FreeRTOS_src/queue.c \ - ../FreeRTOS_include/FreeRTOS.h ../FreeRTOS_include/projdefs.h \ - ../src/FreeRTOSConfig.h ../FreeRTOS_include/portable.h \ - ../FreeRTOS_portable/portmacro.h ../FreeRTOS_include/mpu_wrappers.h \ - ../FreeRTOS_include/task.h ../FreeRTOS_include/list.h \ - ../FreeRTOS_include/croutine.h - -../FreeRTOS_include/FreeRTOS.h: - -../FreeRTOS_include/projdefs.h: - -../src/FreeRTOSConfig.h: - -../FreeRTOS_include/portable.h: - -../FreeRTOS_portable/portmacro.h: - -../FreeRTOS_include/mpu_wrappers.h: - -../FreeRTOS_include/task.h: - -../FreeRTOS_include/list.h: - -../FreeRTOS_include/croutine.h: +FreeRTOS_src/queue.o FreeRTOS_src/queue.d: ../FreeRTOS_src/queue.c \ + ../FreeRTOS_include/FreeRTOS.h ../FreeRTOS_include/projdefs.h \ + ../src/FreeRTOSConfig.h ../FreeRTOS_include/portable.h \ + ../FreeRTOS_portable/portmacro.h ../FreeRTOS_include/mpu_wrappers.h \ + ../FreeRTOS_include/task.h ../FreeRTOS_include/list.h \ + ../FreeRTOS_include/croutine.h +../FreeRTOS_include/FreeRTOS.h: +../FreeRTOS_include/projdefs.h: +../src/FreeRTOSConfig.h: +../FreeRTOS_include/portable.h: +../FreeRTOS_portable/portmacro.h: +../FreeRTOS_include/mpu_wrappers.h: +../FreeRTOS_include/task.h: +../FreeRTOS_include/list.h: +../FreeRTOS_include/croutine.h: diff --git a/TP1_labyrinth_etu/Debug/FreeRTOS_src/queue.o b/TP1_labyrinth_etu/Debug/FreeRTOS_src/queue.o index ddfbe17a4d12f5a14bfcfb37504a7a86a20037d8..dad3d6e933c74b373d05ee5ea3a5f78328003cff 100644 Binary files a/TP1_labyrinth_etu/Debug/FreeRTOS_src/queue.o and b/TP1_labyrinth_etu/Debug/FreeRTOS_src/queue.o differ diff --git a/TP1_labyrinth_etu/Debug/FreeRTOS_src/queue.su b/TP1_labyrinth_etu/Debug/FreeRTOS_src/queue.su new file mode 100644 index 0000000000000000000000000000000000000000..45215ac1ba593be809f20f6ac1849d1956c07d85 --- /dev/null +++ b/TP1_labyrinth_etu/Debug/FreeRTOS_src/queue.su @@ -0,0 +1,20 @@ +../FreeRTOS_src/queue.c:252:14:xQueueCreate 32 static +../FreeRTOS_src/queue.c:354:16:xQueueGiveMutexRecursive 32 static +../FreeRTOS_src/queue.c:403:16:xQueueTakeMutexRecursive 32 static +../FreeRTOS_src/queue.c:443:15:xQueueCreateCountingSemaphore 24 static +../FreeRTOS_src/queue.c:467:22:xQueueGenericSend 40 static +../FreeRTOS_src/queue.c:792:22:xQueueGenericSendFromISR 32 static +../FreeRTOS_src/queue.c:849:22:xQueueGenericReceive 40 static +../FreeRTOS_src/queue.c:999:22:xQueueReceiveFromISR 32 static +../FreeRTOS_src/queue.c:1054:24:uxQueueMessagesWaiting 24 static +../FreeRTOS_src/queue.c:1068:24:uxQueueMessagesWaitingFromISR 24 static +../FreeRTOS_src/queue.c:1080:6:vQueueDelete 16 static +../FreeRTOS_src/queue.c:1091:13:prvCopyDataToQueue 24 static +../FreeRTOS_src/queue.c:1129:13:prvCopyDataFromQueue 16 static +../FreeRTOS_src/queue.c:1143:13:prvUnlockQueue 16 static +../FreeRTOS_src/queue.c:1207:29:prvIsQueueEmpty 24 static +../FreeRTOS_src/queue.c:1219:22:xQueueIsQueueEmptyFromISR 24 static +../FreeRTOS_src/queue.c:1230:29:prvIsQueueFull 24 static +../FreeRTOS_src/queue.c:1242:22:xQueueIsQueueFullFromISR 24 static +../FreeRTOS_src/queue.c:1467:7:vQueueAddToRegistry 24 static +../FreeRTOS_src/queue.c:1490:14:vQueueUnregisterQueue 24 static diff --git a/TP1_labyrinth_etu/Debug/FreeRTOS_src/subdir.mk b/TP1_labyrinth_etu/Debug/FreeRTOS_src/subdir.mk index 4e270ab4f75710e727211cbfee89ea536adb982a..e98513aa8b4425c6998c2704841e97f39bf7171c 100644 --- a/TP1_labyrinth_etu/Debug/FreeRTOS_src/subdir.mk +++ b/TP1_labyrinth_etu/Debug/FreeRTOS_src/subdir.mk @@ -1,36 +1,43 @@ -################################################################################ -# Automatically-generated file. Do not edit! -################################################################################ - -# Add inputs and outputs from these tool invocations to the build variables +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +# Add inputs and outputs from these tool invocations to the build variables C_SRCS += \ ../FreeRTOS_src/croutine.c \ ../FreeRTOS_src/list.c \ ../FreeRTOS_src/queue.c \ ../FreeRTOS_src/tasks.c \ -../FreeRTOS_src/timers.c - -OBJS += \ -./FreeRTOS_src/croutine.o \ -./FreeRTOS_src/list.o \ -./FreeRTOS_src/queue.o \ -./FreeRTOS_src/tasks.o \ -./FreeRTOS_src/timers.o - +../FreeRTOS_src/timers.c + C_DEPS += \ ./FreeRTOS_src/croutine.d \ ./FreeRTOS_src/list.d \ ./FreeRTOS_src/queue.d \ ./FreeRTOS_src/tasks.d \ -./FreeRTOS_src/timers.d - - -# Each subdirectory must supply rules for building sources it contributes -FreeRTOS_src/%.o: ../FreeRTOS_src/%.c - @echo 'Building file: $<' - @echo 'Invoking: MCU C Compiler' - arm-none-eabi-gcc -D__REDLIB__ -D__USE_CMSIS=CMSISv2p00_LPC17xx -DDEBUG -D__CODE_RED -DPACK_STRUCT_END=__attribute\(\(packed\)\) -DGCC_ARMCM3 -I../src -I"C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\inc" -I../FreeRTOS_include -I../FreeRTOS_portable -O0 -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -mcpu=cortex-m3 -mthumb -D__REDLIB__ -specs=redlib.specs -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -MT"$(@:%.o=%.d)" -o "$@" "$<" - @echo 'Finished building: $<' - @echo ' ' - - +./FreeRTOS_src/timers.d + +OBJS += \ +./FreeRTOS_src/croutine.o \ +./FreeRTOS_src/list.o \ +./FreeRTOS_src/queue.o \ +./FreeRTOS_src/tasks.o \ +./FreeRTOS_src/timers.o + + +# Each subdirectory must supply rules for building sources it contributes +FreeRTOS_src/%.o: ../FreeRTOS_src/%.c FreeRTOS_src/subdir.mk + @echo 'Building file: $<' + @echo 'Invoking: MCU C Compiler' + arm-none-eabi-gcc -D__REDLIB__ -D__USE_CMSIS=CMSISv2p00_LPC17xx -DDEBUG -D__CODE_RED -DPACK_STRUCT_END=__attribute\(\(packed\)\) -DGCC_ARMCM3 -I../src -I"/home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/inc" -I../FreeRTOS_include -I../FreeRTOS_portable -O0 -g3 -gdwarf-4 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fmerge-constants -fmacro-prefix-map="$(<D)/"= -mcpu=cortex-m3 -mthumb -D__REDLIB__ -fstack-usage -specs=redlib.specs -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -MT"$(@:%.o=%.d)" -o "$@" "$<" + @echo 'Finished building: $<' + @echo ' ' + + +clean: clean-FreeRTOS_src + +clean-FreeRTOS_src: + -$(RM) ./FreeRTOS_src/croutine.d ./FreeRTOS_src/croutine.o ./FreeRTOS_src/list.d ./FreeRTOS_src/list.o ./FreeRTOS_src/queue.d ./FreeRTOS_src/queue.o ./FreeRTOS_src/tasks.d ./FreeRTOS_src/tasks.o ./FreeRTOS_src/timers.d ./FreeRTOS_src/timers.o + +.PHONY: clean-FreeRTOS_src + diff --git a/TP1_labyrinth_etu/Debug/FreeRTOS_src/tasks.d b/TP1_labyrinth_etu/Debug/FreeRTOS_src/tasks.d index 066de9f8623ffba46441669bbf3de3e16c476bf8..6d509a501537c1bbc0319a460eafd7f46519bc0a 100644 --- a/TP1_labyrinth_etu/Debug/FreeRTOS_src/tasks.d +++ b/TP1_labyrinth_etu/Debug/FreeRTOS_src/tasks.d @@ -1,26 +1,16 @@ -FreeRTOS_src/tasks.o FreeRTOS_src/tasks.d: ../FreeRTOS_src/tasks.c \ - ../FreeRTOS_include/FreeRTOS.h ../FreeRTOS_include/projdefs.h \ - ../src/FreeRTOSConfig.h ../FreeRTOS_include/portable.h \ - ../FreeRTOS_portable/portmacro.h ../FreeRTOS_include/mpu_wrappers.h \ - ../FreeRTOS_include/task.h ../FreeRTOS_include/list.h \ - ../FreeRTOS_include/timers.h ../FreeRTOS_include/StackMacros.h - -../FreeRTOS_include/FreeRTOS.h: - -../FreeRTOS_include/projdefs.h: - -../src/FreeRTOSConfig.h: - -../FreeRTOS_include/portable.h: - -../FreeRTOS_portable/portmacro.h: - -../FreeRTOS_include/mpu_wrappers.h: - -../FreeRTOS_include/task.h: - -../FreeRTOS_include/list.h: - -../FreeRTOS_include/timers.h: - -../FreeRTOS_include/StackMacros.h: +FreeRTOS_src/tasks.o FreeRTOS_src/tasks.d: ../FreeRTOS_src/tasks.c \ + ../FreeRTOS_include/FreeRTOS.h ../FreeRTOS_include/projdefs.h \ + ../src/FreeRTOSConfig.h ../FreeRTOS_include/portable.h \ + ../FreeRTOS_portable/portmacro.h ../FreeRTOS_include/mpu_wrappers.h \ + ../FreeRTOS_include/task.h ../FreeRTOS_include/list.h \ + ../FreeRTOS_include/timers.h ../FreeRTOS_include/StackMacros.h +../FreeRTOS_include/FreeRTOS.h: +../FreeRTOS_include/projdefs.h: +../src/FreeRTOSConfig.h: +../FreeRTOS_include/portable.h: +../FreeRTOS_portable/portmacro.h: +../FreeRTOS_include/mpu_wrappers.h: +../FreeRTOS_include/task.h: +../FreeRTOS_include/list.h: +../FreeRTOS_include/timers.h: +../FreeRTOS_include/StackMacros.h: diff --git a/TP1_labyrinth_etu/Debug/FreeRTOS_src/tasks.o b/TP1_labyrinth_etu/Debug/FreeRTOS_src/tasks.o index 9aab994d50116b7c71076ed1e1667f7b1fb4fe30..9b4d8da5237b920a2136d877e0350dc38e5a102b 100644 Binary files a/TP1_labyrinth_etu/Debug/FreeRTOS_src/tasks.o and b/TP1_labyrinth_etu/Debug/FreeRTOS_src/tasks.o differ diff --git a/TP1_labyrinth_etu/Debug/FreeRTOS_src/tasks.su b/TP1_labyrinth_etu/Debug/FreeRTOS_src/tasks.su new file mode 100644 index 0000000000000000000000000000000000000000..b0fd67803c77cddc7aa26dcb60bbc5a619466091 --- /dev/null +++ b/TP1_labyrinth_etu/Debug/FreeRTOS_src/tasks.su @@ -0,0 +1,33 @@ +../FreeRTOS_src/tasks.c:439:22:xTaskGenericCreate 48 static +../FreeRTOS_src/tasks.c:608:7:vTaskDelete 24 static +../FreeRTOS_src/tasks.c:674:7:vTaskDelayUntil 32 static +../FreeRTOS_src/tasks.c:739:7:vTaskDelay 24 static +../FreeRTOS_src/tasks.c:785:25:uxTaskPriorityGet 24 static +../FreeRTOS_src/tasks.c:807:7:vTaskPrioritySet 32 static +../FreeRTOS_src/tasks.c:915:7:vTaskSuspend 24 static +../FreeRTOS_src/tasks.c:979:23:xTaskIsTaskSuspended 24 static +../FreeRTOS_src/tasks.c:1013:7:vTaskResume 24 static +../FreeRTOS_src/tasks.c:1058:16:xTaskResumeFromISR 24 static +../FreeRTOS_src/tasks.c:1099:6:vTaskStartScheduler 32 static +../FreeRTOS_src/tasks.c:1153:6:vTaskEndScheduler 8 static +../FreeRTOS_src/tasks.c:1164:6:vTaskSuspendAll 4 static +../FreeRTOS_src/tasks.c:1172:22:xTaskResumeAll 24 static +../FreeRTOS_src/tasks.c:1259:14:xTaskGetTickCount 16 static +../FreeRTOS_src/tasks.c:1274:14:xTaskGetTickCountFromISR 16 static +../FreeRTOS_src/tasks.c:1287:24:uxTaskGetNumberOfTasks 4 static +../FreeRTOS_src/tasks.c:1478:6:vTaskIncrementTick 24 static +../FreeRTOS_src/tasks.c:1693:6:vTaskSwitchContext 16 static +../FreeRTOS_src/tasks.c:1754:6:vTaskPlaceOnEventList 24 static +../FreeRTOS_src/tasks.c:1836:22:xTaskRemoveFromEventList 24 static +../FreeRTOS_src/tasks.c:1887:6:vTaskSetTimeOutState 16 static +../FreeRTOS_src/tasks.c:1895:15:xTaskCheckForTimeOut 24 static +../FreeRTOS_src/tasks.c:1941:6:vTaskMissedYield 4 static +../FreeRTOS_src/tasks.c:1957:8:prvIdleTask 16 static +../FreeRTOS_src/tasks.c:2022:13:prvInitialiseTCBVariables 24 static +../FreeRTOS_src/tasks.c:2108:13:prvInitialiseTaskLists 16 static +../FreeRTOS_src/tasks.c:2140:13:prvCheckTasksWaitingTermination 16 static +../FreeRTOS_src/tasks.c:2175:13:prvAddCurrentTaskToDelayedList 16 static +../FreeRTOS_src/tasks.c:2201:16:prvAllocateTCBAndStack 24 static +../FreeRTOS_src/tasks.c:2337:24:usTaskCheckFreeStackSpace 16 static +../FreeRTOS_src/tasks.c:2357:25:uxTaskGetStackHighWaterMark 32 static +../FreeRTOS_src/tasks.c:2385:14:prvDeleteTCB 16 static diff --git a/TP1_labyrinth_etu/Debug/FreeRTOS_src/timers.d b/TP1_labyrinth_etu/Debug/FreeRTOS_src/timers.d index 4c1a2a2d3bb979cbd5de2a6ed355b79ddd099e5c..b9ff50bcf291684399b868198f9b0c7a2c0974f1 100644 --- a/TP1_labyrinth_etu/Debug/FreeRTOS_src/timers.d +++ b/TP1_labyrinth_etu/Debug/FreeRTOS_src/timers.d @@ -1,26 +1,16 @@ -FreeRTOS_src/timers.o FreeRTOS_src/timers.d: ../FreeRTOS_src/timers.c \ - ../FreeRTOS_include/FreeRTOS.h ../FreeRTOS_include/projdefs.h \ - ../src/FreeRTOSConfig.h ../FreeRTOS_include/portable.h \ - ../FreeRTOS_portable/portmacro.h ../FreeRTOS_include/mpu_wrappers.h \ - ../FreeRTOS_include/task.h ../FreeRTOS_include/list.h \ - ../FreeRTOS_include/queue.h ../FreeRTOS_include/timers.h - -../FreeRTOS_include/FreeRTOS.h: - -../FreeRTOS_include/projdefs.h: - -../src/FreeRTOSConfig.h: - -../FreeRTOS_include/portable.h: - -../FreeRTOS_portable/portmacro.h: - -../FreeRTOS_include/mpu_wrappers.h: - -../FreeRTOS_include/task.h: - -../FreeRTOS_include/list.h: - -../FreeRTOS_include/queue.h: - -../FreeRTOS_include/timers.h: +FreeRTOS_src/timers.o FreeRTOS_src/timers.d: ../FreeRTOS_src/timers.c \ + ../FreeRTOS_include/FreeRTOS.h ../FreeRTOS_include/projdefs.h \ + ../src/FreeRTOSConfig.h ../FreeRTOS_include/portable.h \ + ../FreeRTOS_portable/portmacro.h ../FreeRTOS_include/mpu_wrappers.h \ + ../FreeRTOS_include/task.h ../FreeRTOS_include/list.h \ + ../FreeRTOS_include/queue.h ../FreeRTOS_include/timers.h +../FreeRTOS_include/FreeRTOS.h: +../FreeRTOS_include/projdefs.h: +../src/FreeRTOSConfig.h: +../FreeRTOS_include/portable.h: +../FreeRTOS_portable/portmacro.h: +../FreeRTOS_include/mpu_wrappers.h: +../FreeRTOS_include/task.h: +../FreeRTOS_include/list.h: +../FreeRTOS_include/queue.h: +../FreeRTOS_include/timers.h: diff --git a/TP1_labyrinth_etu/Debug/FreeRTOS_src/timers.o b/TP1_labyrinth_etu/Debug/FreeRTOS_src/timers.o index b5dc76db296d421494a5db8dc8efb7a690268638..3e30e02f41c0a0eeee65aca1632c6eeef8ad6ed4 100644 Binary files a/TP1_labyrinth_etu/Debug/FreeRTOS_src/timers.o and b/TP1_labyrinth_etu/Debug/FreeRTOS_src/timers.o differ diff --git a/TP1_labyrinth_etu/Debug/FreeRTOS_src/timers.su b/TP1_labyrinth_etu/Debug/FreeRTOS_src/timers.su new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/TP1_labyrinth_etu/Debug/TP1_labyrinth_etu.axf b/TP1_labyrinth_etu/Debug/TP1_labyrinth_etu.axf old mode 100644 new mode 100755 index 236eb069263ee70aacb1ffdec934aceaad9fccaa..3f8f66b326ecae39c2785aec1c0fc92ce4e4f196 Binary files a/TP1_labyrinth_etu/Debug/TP1_labyrinth_etu.axf and b/TP1_labyrinth_etu/Debug/TP1_labyrinth_etu.axf differ diff --git a/TP1_labyrinth_etu/Debug/TP1_labyrinth_etu.map b/TP1_labyrinth_etu/Debug/TP1_labyrinth_etu.map index e0a5feeb0597d173b90a5608c058ab484cf948d9..408483632f074c5b2a3452fb77f44d71395b327e 100644 --- a/TP1_labyrinth_etu/Debug/TP1_labyrinth_etu.map +++ b/TP1_labyrinth_etu/Debug/TP1_labyrinth_etu.map @@ -1,2331 +1,2695 @@ -Archive member included to satisfy reference by file (symbol) - -C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(accelerometer.o) - ./src/labyrinth.o (accel_init) -C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(custom_rand.o) - ./src/labyrinth.o (init_rnd32) -C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - ./src/labyrinth.o (init_lcd) -C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(ssp.o) - C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) (ssp_init_custom) -C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(traces.o) - ./src/trace_mgt.o (write_trace_ref) -C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(uart.o) - C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(traces.o) (uart0_init_ref) -C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(I2C.o) - C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(accelerometer.o) (init_i2c) -C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(fonts.o) - C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) (SmallFont) -C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\Debug\libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) - ./src/cr_startup_lpc17.o (SystemInit) -c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(_cr__main.o) - ./src/cr_startup_lpc17.o (__main) -c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(memcpy.o) - ./FreeRTOS_src/queue.o (memcpy) -c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(memset.o) - ./FreeRTOS_src/tasks.o (memset) -c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_cr_assert.o) - C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(uart.o) (__assertion_failed) -c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_deferredlazyseek.o) - c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_cr_assert.o) (__flsbuf) -c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_fflush.o) - c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_deferredlazyseek.o) (_fflush) -c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_writebuf.o) - c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_deferredlazyseek.o) (_Cwritebuf) -c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(alloc.o) - C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) (malloc) -c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(ceil.o) - ./src/tools.o (ceil) -c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fclose.o) - C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) (fclose) -c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fflush.o) - c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fclose.o) (fflush) -c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(floor.o) - ./src/tools.o (floor) -c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fopen.o) - C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) (fopen) -c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fpprintf.o) - C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) (vsprintf) -c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fputs.o) - c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_cr_assert.o) (fputs) -c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fread.o) - C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) (fread) -c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(freopen.o) - c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fopen.o) (freopen) -c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fseek.o) - C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) (fseek) -c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(ftell.o) - c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fseek.o) (ftell) -c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(initio.o) - c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(_cr__main.o) (_initio) -c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(printf.o) - c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fpprintf.o) (__vfprintf) -c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(remove.o) - c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fclose.o) (remove) -c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(setvbuf.o) - c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(initio.o) (setvbuf) -c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(sqrt.o) - C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) (sqrt) -c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(stdio.o) - c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_cr_assert.o) (__Ciob) -c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(stdlib.o) - C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) (exit) -c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(strlen.o) - C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) (strlen) -c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(strncpy.o) - ./FreeRTOS_src/tasks.o (strncpy) -c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(__fillbuf.o) - c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(stdio.o) (__filbuf) -c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(__init_alloc.o) - c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(alloc.o) (__heaps) -c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_cr_sbrk.o) - c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(alloc.o) (_sbrk) -c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_do_fflush.o) - c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fflush.o) (_do_fflush) -c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_fdopen.o) - c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(initio.o) (_fdopen) -c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_frexpl.o) - c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fpprintf.o) (_frexpl) -c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_hugeval.o) - c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(sqrt.o) (__huge_val) -c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_ldexpl.o) - c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fpprintf.o) (_ldexpl) -c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_read.o) - c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fread.o) (_Cread) -c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(errno.o) - c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(ftell.o) (errno) -c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(raise.o) - c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(stdlib.o) (raise) -c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_cr_check_heap.o) - c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_cr_sbrk.o) (__check_heap_overflow) -c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(division_64.o) - C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\Debug\libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) (__aeabi_uldivmod) -c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(division_idiv0.o) - c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(division_64.o) (__aeabi_idiv0) -c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(double.o) - c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fpprintf.o) (__aeabi_dmul) -c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(float.o) - ./src/tools.o (__aeabi_fmul) -c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(memcpy.o) - c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(memcpy.o) (__aeabi_memcpy) -c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_appexit.o) - c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_cr_assert.o) (__sys_appexit) -c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_close.o) - c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fclose.o) (__sys_close) -c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_flen.o) - c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_writebuf.o) (__sys_flen) -c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_istty.o) - c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_deferredlazyseek.o) (__sys_istty) -c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_open.o) - c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(freopen.o) (__sys_open) -c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_read.o) - c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(__fillbuf.o) (__sys_read) -c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_readc.o) - c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(__fillbuf.o) (__sys_readc) -c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_remove.o) - c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(remove.o) (__sys_remove) -c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_rename.o) - c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(remove.o) (__sys_rename) -c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_seek.o) - c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_writebuf.o) (__sys_seek) -c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_tmpnam.o) - c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fclose.o) (__sys_tmpnam) -c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_write.o) - c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_writebuf.o) (__sys_write) - -Allocating common symbols -Common symbol size file - -_j 0x4 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(custom_rand.o) -xQueueRegistry 0x50 ./FreeRTOS_src/queue.o -_k 0x4 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(custom_rand.o) - -Discarded input sections - - .group 0x00000000 0x8 ./src/cr_startup_lpc17.o - .group 0x00000000 0x8 ./src/cr_startup_lpc17.o - .group 0x00000000 0x8 ./src/cr_startup_lpc17.o - .group 0x00000000 0x8 ./src/cr_startup_lpc17.o - .text 0x00000000 0x0 ./src/cr_startup_lpc17.o - .data 0x00000000 0x0 ./src/cr_startup_lpc17.o - .bss 0x00000000 0x0 ./src/cr_startup_lpc17.o - .group 0x00000000 0x8 ./src/labyrinth.o - .group 0x00000000 0x8 ./src/labyrinth.o - .group 0x00000000 0x8 ./src/labyrinth.o - .group 0x00000000 0x8 ./src/labyrinth.o - .group 0x00000000 0x8 ./src/labyrinth.o - .group 0x00000000 0x8 ./src/labyrinth.o - .group 0x00000000 0x8 ./src/labyrinth.o - .group 0x00000000 0x8 ./src/labyrinth.o - .group 0x00000000 0x8 ./src/labyrinth.o - .group 0x00000000 0x8 ./src/labyrinth.o - .group 0x00000000 0x8 ./src/labyrinth.o - .group 0x00000000 0x8 ./src/labyrinth.o - .group 0x00000000 0x8 ./src/labyrinth.o - .group 0x00000000 0x8 ./src/labyrinth.o - .group 0x00000000 0x8 ./src/labyrinth.o - .group 0x00000000 0x8 ./src/labyrinth.o - .group 0x00000000 0x8 ./src/labyrinth.o - .group 0x00000000 0x8 ./src/labyrinth.o - .group 0x00000000 0x8 ./src/labyrinth.o - .group 0x00000000 0x8 ./src/labyrinth.o - .group 0x00000000 0x8 ./src/labyrinth.o - .group 0x00000000 0x8 ./src/labyrinth.o - .group 0x00000000 0x8 ./src/labyrinth.o - .group 0x00000000 0x8 ./src/labyrinth.o - .group 0x00000000 0x8 ./src/labyrinth.o - .group 0x00000000 0x8 ./src/labyrinth.o - .group 0x00000000 0x8 ./src/labyrinth.o - .group 0x00000000 0x8 ./src/labyrinth.o - .group 0x00000000 0x8 ./src/labyrinth.o - .group 0x00000000 0x8 ./src/labyrinth.o - .text 0x00000000 0x0 ./src/labyrinth.o - .data 0x00000000 0x0 ./src/labyrinth.o - .bss 0x00000000 0x0 ./src/labyrinth.o - .text.slave_info_rx - 0x00000000 0x14 ./src/labyrinth.o - .data.ball_param_th.5931 - 0x00000000 0x8c ./src/labyrinth.o - .debug_macro 0x00000000 0x892 ./src/labyrinth.o - .debug_macro 0x00000000 0x10 ./src/labyrinth.o - .debug_macro 0x00000000 0x12d ./src/labyrinth.o - .debug_macro 0x00000000 0x5b2 ./src/labyrinth.o - .group 0x00000000 0x8 ./src/tools.o - .group 0x00000000 0x8 ./src/tools.o - .group 0x00000000 0x8 ./src/tools.o - .group 0x00000000 0x8 ./src/tools.o - .group 0x00000000 0x8 ./src/tools.o - .group 0x00000000 0x8 ./src/tools.o - .group 0x00000000 0x8 ./src/tools.o - .group 0x00000000 0x8 ./src/tools.o - .group 0x00000000 0x8 ./src/tools.o - .group 0x00000000 0x8 ./src/tools.o - .group 0x00000000 0x8 ./src/tools.o - .group 0x00000000 0x8 ./src/tools.o - .group 0x00000000 0x8 ./src/tools.o - .group 0x00000000 0x8 ./src/tools.o - .group 0x00000000 0x8 ./src/tools.o - .group 0x00000000 0x8 ./src/tools.o - .text 0x00000000 0x0 ./src/tools.o - .data 0x00000000 0x0 ./src/tools.o - .bss 0x00000000 0x0 ./src/tools.o - .text.round 0x00000000 0x78 ./src/tools.o - .text.test_collision - 0x00000000 0x450 ./src/tools.o - .debug_macro 0x00000000 0x892 ./src/tools.o - .debug_macro 0x00000000 0x10 ./src/tools.o - .debug_macro 0x00000000 0x12d ./src/tools.o - .debug_macro 0x00000000 0x5b2 ./src/tools.o - .debug_macro 0x00000000 0x1c ./src/tools.o - .debug_macro 0x00000000 0x2e ./src/tools.o - .debug_macro 0x00000000 0x18 ./src/tools.o - .debug_macro 0x00000000 0x7af ./src/tools.o - .debug_macro 0x00000000 0x2c7 ./src/tools.o - .debug_macro 0x00000000 0x1c ./src/tools.o - .debug_macro 0x00000000 0x22 ./src/tools.o - .debug_macro 0x00000000 0x28 ./src/tools.o - .debug_macro 0x00000000 0x1c ./src/tools.o - .debug_macro 0x00000000 0xc2 ./src/tools.o - .group 0x00000000 0x8 ./src/trace_mgt.o - .group 0x00000000 0x8 ./src/trace_mgt.o - .group 0x00000000 0x8 ./src/trace_mgt.o - .group 0x00000000 0x8 ./src/trace_mgt.o - .group 0x00000000 0x8 ./src/trace_mgt.o - .group 0x00000000 0x8 ./src/trace_mgt.o - .group 0x00000000 0x8 ./src/trace_mgt.o - .group 0x00000000 0x8 ./src/trace_mgt.o - .group 0x00000000 0x8 ./src/trace_mgt.o - .group 0x00000000 0x8 ./src/trace_mgt.o - .group 0x00000000 0x8 ./src/trace_mgt.o - .group 0x00000000 0x8 ./src/trace_mgt.o - .group 0x00000000 0x8 ./src/trace_mgt.o - .group 0x00000000 0x8 ./src/trace_mgt.o - .group 0x00000000 0x8 ./src/trace_mgt.o - .group 0x00000000 0x8 ./src/trace_mgt.o - .group 0x00000000 0x8 ./src/trace_mgt.o - .group 0x00000000 0x8 ./src/trace_mgt.o - .group 0x00000000 0x8 ./src/trace_mgt.o - .group 0x00000000 0x8 ./src/trace_mgt.o - .group 0x00000000 0x8 ./src/trace_mgt.o - .group 0x00000000 0x8 ./src/trace_mgt.o - .group 0x00000000 0x8 ./src/trace_mgt.o - .text 0x00000000 0x0 ./src/trace_mgt.o - .data 0x00000000 0x0 ./src/trace_mgt.o - .bss 0x00000000 0x0 ./src/trace_mgt.o - .debug_macro 0x00000000 0x892 ./src/trace_mgt.o - .debug_macro 0x00000000 0x1c ./src/trace_mgt.o - .debug_macro 0x00000000 0x2e ./src/trace_mgt.o - .debug_macro 0x00000000 0x10 ./src/trace_mgt.o - .debug_macro 0x00000000 0x12d ./src/trace_mgt.o - .debug_macro 0x00000000 0x5b2 ./src/trace_mgt.o - .debug_macro 0x00000000 0x18 ./src/trace_mgt.o - .debug_macro 0x00000000 0x7af ./src/trace_mgt.o - .debug_macro 0x00000000 0x2c7 ./src/trace_mgt.o - .debug_macro 0x00000000 0xa0 ./src/trace_mgt.o - .debug_macro 0x00000000 0x22 ./src/trace_mgt.o - .debug_macro 0x00000000 0x46 ./src/trace_mgt.o - .debug_macro 0x00000000 0xa3 ./src/trace_mgt.o - .debug_macro 0x00000000 0x12 ./src/trace_mgt.o - .debug_macro 0x00000000 0x1f ./src/trace_mgt.o - .debug_macro 0x00000000 0x177 ./src/trace_mgt.o - .debug_macro 0x00000000 0x49 ./src/trace_mgt.o - .debug_macro 0x00000000 0x57 ./src/trace_mgt.o - .debug_macro 0x00000000 0x6a ./src/trace_mgt.o - .debug_macro 0x00000000 0x62 ./src/trace_mgt.o - .group 0x00000000 0x8 ./FreeRTOS_src/croutine.o - .group 0x00000000 0x8 ./FreeRTOS_src/croutine.o - .group 0x00000000 0x8 ./FreeRTOS_src/croutine.o - .group 0x00000000 0x8 ./FreeRTOS_src/croutine.o - .group 0x00000000 0x8 ./FreeRTOS_src/croutine.o - .group 0x00000000 0x8 ./FreeRTOS_src/croutine.o - .group 0x00000000 0x8 ./FreeRTOS_src/croutine.o - .group 0x00000000 0x8 ./FreeRTOS_src/croutine.o - .group 0x00000000 0x8 ./FreeRTOS_src/croutine.o - .group 0x00000000 0x8 ./FreeRTOS_src/croutine.o - .group 0x00000000 0x8 ./FreeRTOS_src/croutine.o - .group 0x00000000 0x8 ./FreeRTOS_src/croutine.o - .group 0x00000000 0x8 ./FreeRTOS_src/croutine.o - .text 0x00000000 0x0 ./FreeRTOS_src/croutine.o - .data 0x00000000 0x0 ./FreeRTOS_src/croutine.o - .bss 0x00000000 0x0 ./FreeRTOS_src/croutine.o - .bss.pxReadyCoRoutineLists - 0x00000000 0x28 ./FreeRTOS_src/croutine.o - .bss.xDelayedCoRoutineList1 - 0x00000000 0x14 ./FreeRTOS_src/croutine.o - .bss.xDelayedCoRoutineList2 - 0x00000000 0x14 ./FreeRTOS_src/croutine.o - .bss.pxDelayedCoRoutineList - 0x00000000 0x4 ./FreeRTOS_src/croutine.o - .bss.pxOverflowDelayedCoRoutineList - 0x00000000 0x4 ./FreeRTOS_src/croutine.o - .bss.xPendingReadyCoRoutineList - 0x00000000 0x14 ./FreeRTOS_src/croutine.o - .bss.pxCurrentCoRoutine - 0x00000000 0x4 ./FreeRTOS_src/croutine.o - .bss.uxTopCoRoutineReadyPriority - 0x00000000 0x4 ./FreeRTOS_src/croutine.o - .bss.xCoRoutineTickCount - 0x00000000 0x4 ./FreeRTOS_src/croutine.o - .bss.xLastTickCount - 0x00000000 0x4 ./FreeRTOS_src/croutine.o - .bss.xPassedTicks - 0x00000000 0x4 ./FreeRTOS_src/croutine.o - .text.xCoRoutineCreate - 0x00000000 0xcc ./FreeRTOS_src/croutine.o - .text.vCoRoutineAddToDelayedList - 0x00000000 0x84 ./FreeRTOS_src/croutine.o - .text.prvCheckPendingReadyList - 0x00000000 0x80 ./FreeRTOS_src/croutine.o - .text.prvCheckDelayedList - 0x00000000 0xfc ./FreeRTOS_src/croutine.o - .text.vCoRoutineSchedule - 0x00000000 0xa0 ./FreeRTOS_src/croutine.o - .text.prvInitialiseCoRoutineLists - 0x00000000 0x6c ./FreeRTOS_src/croutine.o - .text.xCoRoutineRemoveFromEventList - 0x00000000 0x50 ./FreeRTOS_src/croutine.o - .debug_info 0x00000000 0x47e ./FreeRTOS_src/croutine.o - .debug_abbrev 0x00000000 0x18a ./FreeRTOS_src/croutine.o - .debug_aranges - 0x00000000 0x50 ./FreeRTOS_src/croutine.o - .debug_ranges 0x00000000 0x40 ./FreeRTOS_src/croutine.o - .debug_macro 0x00000000 0xad ./FreeRTOS_src/croutine.o - .debug_macro 0x00000000 0x892 ./FreeRTOS_src/croutine.o - .debug_macro 0x00000000 0x10 ./FreeRTOS_src/croutine.o - .debug_macro 0x00000000 0x12d ./FreeRTOS_src/croutine.o - .debug_macro 0x00000000 0x16 ./FreeRTOS_src/croutine.o - .debug_macro 0x00000000 0x46 ./FreeRTOS_src/croutine.o - .debug_macro 0x00000000 0x150 ./FreeRTOS_src/croutine.o - .debug_macro 0x00000000 0xa3 ./FreeRTOS_src/croutine.o - .debug_macro 0x00000000 0x12 ./FreeRTOS_src/croutine.o - .debug_macro 0x00000000 0x1f ./FreeRTOS_src/croutine.o - .debug_macro 0x00000000 0x177 ./FreeRTOS_src/croutine.o - .debug_macro 0x00000000 0x49 ./FreeRTOS_src/croutine.o - .debug_macro 0x00000000 0x57 ./FreeRTOS_src/croutine.o - .debug_macro 0x00000000 0x49 ./FreeRTOS_src/croutine.o - .debug_line 0x00000000 0x2d0 ./FreeRTOS_src/croutine.o - .debug_str 0x00000000 0x511f ./FreeRTOS_src/croutine.o - .comment 0x00000000 0x6f ./FreeRTOS_src/croutine.o - .debug_frame 0x00000000 0x10c ./FreeRTOS_src/croutine.o - .ARM.attributes - 0x00000000 0x33 ./FreeRTOS_src/croutine.o - .group 0x00000000 0x8 ./FreeRTOS_src/list.o - .group 0x00000000 0x8 ./FreeRTOS_src/list.o - .group 0x00000000 0x8 ./FreeRTOS_src/list.o - .group 0x00000000 0x8 ./FreeRTOS_src/list.o - .group 0x00000000 0x8 ./FreeRTOS_src/list.o - .group 0x00000000 0x8 ./FreeRTOS_src/list.o - .group 0x00000000 0x8 ./FreeRTOS_src/list.o - .group 0x00000000 0x8 ./FreeRTOS_src/list.o - .group 0x00000000 0x8 ./FreeRTOS_src/list.o - .group 0x00000000 0x8 ./FreeRTOS_src/list.o - .group 0x00000000 0x8 ./FreeRTOS_src/list.o - .text 0x00000000 0x0 ./FreeRTOS_src/list.o - .data 0x00000000 0x0 ./FreeRTOS_src/list.o - .bss 0x00000000 0x0 ./FreeRTOS_src/list.o - .text.vListInitialise - 0x00000000 0x40 ./FreeRTOS_src/list.o - .text.vListInitialiseItem - 0x00000000 0x18 ./FreeRTOS_src/list.o - .text.vListInsert - 0x00000000 0x70 ./FreeRTOS_src/list.o - .debug_macro 0x00000000 0x892 ./FreeRTOS_src/list.o - .debug_macro 0x00000000 0x10 ./FreeRTOS_src/list.o - .debug_macro 0x00000000 0x12d ./FreeRTOS_src/list.o - .debug_macro 0x00000000 0x46 ./FreeRTOS_src/list.o - .debug_macro 0x00000000 0x150 ./FreeRTOS_src/list.o - .debug_macro 0x00000000 0xa3 ./FreeRTOS_src/list.o - .debug_macro 0x00000000 0x12 ./FreeRTOS_src/list.o - .debug_macro 0x00000000 0x1f ./FreeRTOS_src/list.o - .debug_macro 0x00000000 0x177 ./FreeRTOS_src/list.o - .debug_macro 0x00000000 0x49 ./FreeRTOS_src/list.o - .group 0x00000000 0x8 ./FreeRTOS_src/queue.o - .group 0x00000000 0x8 ./FreeRTOS_src/queue.o - .group 0x00000000 0x8 ./FreeRTOS_src/queue.o - .group 0x00000000 0x8 ./FreeRTOS_src/queue.o - .group 0x00000000 0x8 ./FreeRTOS_src/queue.o - .group 0x00000000 0x8 ./FreeRTOS_src/queue.o - .group 0x00000000 0x8 ./FreeRTOS_src/queue.o - .group 0x00000000 0x8 ./FreeRTOS_src/queue.o - .group 0x00000000 0x8 ./FreeRTOS_src/queue.o - .group 0x00000000 0x8 ./FreeRTOS_src/queue.o - .group 0x00000000 0x8 ./FreeRTOS_src/queue.o - .group 0x00000000 0x8 ./FreeRTOS_src/queue.o - .group 0x00000000 0x8 ./FreeRTOS_src/queue.o - .text 0x00000000 0x0 ./FreeRTOS_src/queue.o - .data 0x00000000 0x0 ./FreeRTOS_src/queue.o - .bss 0x00000000 0x0 ./FreeRTOS_src/queue.o - .text.xQueueCreate - 0x00000000 0xbc ./FreeRTOS_src/queue.o - .text.xQueueGiveMutexRecursive - 0x00000000 0x48 ./FreeRTOS_src/queue.o - .text.xQueueTakeMutexRecursive - 0x00000000 0x50 ./FreeRTOS_src/queue.o - .text.xQueueCreateCountingSemaphore - 0x00000000 0x2c ./FreeRTOS_src/queue.o - .text.xQueueGenericSend - 0x00000000 0x108 ./FreeRTOS_src/queue.o - .text.xQueueGenericSendFromISR - 0x00000000 0x80 ./FreeRTOS_src/queue.o - .text.xQueueGenericReceive - 0x00000000 0x13c ./FreeRTOS_src/queue.o - .text.xQueueReceiveFromISR - 0x00000000 0x84 ./FreeRTOS_src/queue.o - .text.uxQueueMessagesWaiting - 0x00000000 0x20 ./FreeRTOS_src/queue.o - .text.uxQueueMessagesWaitingFromISR - 0x00000000 0x1c ./FreeRTOS_src/queue.o - .text.vQueueDelete - 0x00000000 0x28 ./FreeRTOS_src/queue.o - .text.prvCopyDataToQueue - 0x00000000 0x9c ./FreeRTOS_src/queue.o - .text.prvCopyDataFromQueue - 0x00000000 0x4c ./FreeRTOS_src/queue.o - .text.prvUnlockQueue - 0x00000000 0x98 ./FreeRTOS_src/queue.o - .text.prvIsQueueEmpty - 0x00000000 0x2c ./FreeRTOS_src/queue.o - .text.xQueueIsQueueEmptyFromISR - 0x00000000 0x24 ./FreeRTOS_src/queue.o - .text.prvIsQueueFull - 0x00000000 0x30 ./FreeRTOS_src/queue.o - .text.xQueueIsQueueFullFromISR - 0x00000000 0x28 ./FreeRTOS_src/queue.o - .text.vQueueAddToRegistry - 0x00000000 0x50 ./FreeRTOS_src/queue.o - .text.vQueueUnregisterQueue - 0x00000000 0x44 ./FreeRTOS_src/queue.o - .debug_info 0x00000000 0x859 ./FreeRTOS_src/queue.o - .debug_abbrev 0x00000000 0x1bb ./FreeRTOS_src/queue.o - .debug_aranges - 0x00000000 0xb8 ./FreeRTOS_src/queue.o - .debug_ranges 0x00000000 0xa8 ./FreeRTOS_src/queue.o - .debug_macro 0x00000000 0x11e ./FreeRTOS_src/queue.o - .debug_macro 0x00000000 0x892 ./FreeRTOS_src/queue.o - .debug_macro 0x00000000 0x10 ./FreeRTOS_src/queue.o - .debug_macro 0x00000000 0x12d ./FreeRTOS_src/queue.o - .debug_macro 0x00000000 0x28 ./FreeRTOS_src/queue.o - .debug_macro 0x00000000 0x46 ./FreeRTOS_src/queue.o - .debug_macro 0x00000000 0x150 ./FreeRTOS_src/queue.o - .debug_macro 0x00000000 0xa3 ./FreeRTOS_src/queue.o - .debug_macro 0x00000000 0x12 ./FreeRTOS_src/queue.o - .debug_macro 0x00000000 0x1f ./FreeRTOS_src/queue.o - .debug_macro 0x00000000 0x177 ./FreeRTOS_src/queue.o - .debug_macro 0x00000000 0x49 ./FreeRTOS_src/queue.o - .debug_macro 0x00000000 0x57 ./FreeRTOS_src/queue.o - .debug_macro 0x00000000 0x49 ./FreeRTOS_src/queue.o - .debug_line 0x00000000 0x44f ./FreeRTOS_src/queue.o - .debug_str 0x00000000 0x54de ./FreeRTOS_src/queue.o - .comment 0x00000000 0x6f ./FreeRTOS_src/queue.o - .debug_frame 0x00000000 0x2fc ./FreeRTOS_src/queue.o - .ARM.attributes - 0x00000000 0x33 ./FreeRTOS_src/queue.o - COMMON 0x00000000 0x50 ./FreeRTOS_src/queue.o - .group 0x00000000 0x8 ./FreeRTOS_src/tasks.o - .group 0x00000000 0x8 ./FreeRTOS_src/tasks.o - .group 0x00000000 0x8 ./FreeRTOS_src/tasks.o - .group 0x00000000 0x8 ./FreeRTOS_src/tasks.o - .group 0x00000000 0x8 ./FreeRTOS_src/tasks.o - .group 0x00000000 0x8 ./FreeRTOS_src/tasks.o - .group 0x00000000 0x8 ./FreeRTOS_src/tasks.o - .group 0x00000000 0x8 ./FreeRTOS_src/tasks.o - .group 0x00000000 0x8 ./FreeRTOS_src/tasks.o - .group 0x00000000 0x8 ./FreeRTOS_src/tasks.o - .group 0x00000000 0x8 ./FreeRTOS_src/tasks.o - .group 0x00000000 0x8 ./FreeRTOS_src/tasks.o - .group 0x00000000 0x8 ./FreeRTOS_src/tasks.o - .group 0x00000000 0x8 ./FreeRTOS_src/tasks.o - .group 0x00000000 0x8 ./FreeRTOS_src/tasks.o - .text 0x00000000 0x0 ./FreeRTOS_src/tasks.o - .data 0x00000000 0x0 ./FreeRTOS_src/tasks.o - .bss 0x00000000 0x0 ./FreeRTOS_src/tasks.o - .bss.xDelayedTaskList1 - 0x00000000 0x14 ./FreeRTOS_src/tasks.o - .bss.xDelayedTaskList2 - 0x00000000 0x14 ./FreeRTOS_src/tasks.o - .bss.xPendingReadyList - 0x00000000 0x14 ./FreeRTOS_src/tasks.o - .bss.xTasksWaitingTermination - 0x00000000 0x14 ./FreeRTOS_src/tasks.o - .bss.uxTasksDeleted - 0x00000000 0x4 ./FreeRTOS_src/tasks.o - .bss.xSuspendedTaskList - 0x00000000 0x14 ./FreeRTOS_src/tasks.o - .bss.uxCurrentNumberOfTasks - 0x00000000 0x4 ./FreeRTOS_src/tasks.o - .bss.uxTopUsedPriority - 0x00000000 0x4 ./FreeRTOS_src/tasks.o - .bss.xSchedulerRunning - 0x00000000 0x4 ./FreeRTOS_src/tasks.o - .text.xTaskGenericCreate - 0x00000000 0x15c ./FreeRTOS_src/tasks.o - .text.vTaskDelete - 0x00000000 0x98 ./FreeRTOS_src/tasks.o - .text.vTaskDelayUntil - 0x00000000 0x98 ./FreeRTOS_src/tasks.o - .text.vTaskDelay - 0x00000000 0x54 ./FreeRTOS_src/tasks.o - .text.uxTaskPriorityGet - 0x00000000 0x34 ./FreeRTOS_src/tasks.o - .text.vTaskPrioritySet - 0x00000000 0xe8 ./FreeRTOS_src/tasks.o - .text.vTaskSuspend - 0x00000000 0x9c ./FreeRTOS_src/tasks.o - .text.xTaskIsTaskSuspended - 0x00000000 0x44 ./FreeRTOS_src/tasks.o - .text.vTaskResume - 0x00000000 0x90 ./FreeRTOS_src/tasks.o - .text.xTaskResumeFromISR - 0x00000000 0xa0 ./FreeRTOS_src/tasks.o - .rodata 0x00000000 0x5 ./FreeRTOS_src/tasks.o - .text.vTaskStartScheduler - 0x00000000 0x5c ./FreeRTOS_src/tasks.o - .text.vTaskEndScheduler - 0x00000000 0x20 ./FreeRTOS_src/tasks.o - .text.vTaskSuspendAll - 0x00000000 0x1c ./FreeRTOS_src/tasks.o - .text.xTaskResumeAll - 0x00000000 0xf0 ./FreeRTOS_src/tasks.o - .text.xTaskGetTickCount - 0x00000000 0x24 ./FreeRTOS_src/tasks.o - .text.xTaskGetTickCountFromISR - 0x00000000 0x30 ./FreeRTOS_src/tasks.o - .text.uxTaskGetNumberOfTasks - 0x00000000 0x14 ./FreeRTOS_src/tasks.o - .text.vTaskPlaceOnEventList - 0x00000000 0x60 ./FreeRTOS_src/tasks.o - .text.xTaskRemoveFromEventList - 0x00000000 0xa0 ./FreeRTOS_src/tasks.o - .text.vTaskSetTimeOutState - 0x00000000 0x2c ./FreeRTOS_src/tasks.o - .text.xTaskCheckForTimeOut - 0x00000000 0x88 ./FreeRTOS_src/tasks.o - .text.vTaskMissedYield - 0x00000000 0x18 ./FreeRTOS_src/tasks.o - .text.prvIdleTask - 0x00000000 0x14 ./FreeRTOS_src/tasks.o - .text.prvInitialiseTCBVariables - 0x00000000 0x68 ./FreeRTOS_src/tasks.o - .text.prvInitialiseTaskLists - 0x00000000 0x80 ./FreeRTOS_src/tasks.o - .text.prvCheckTasksWaitingTermination - 0x00000000 0x78 ./FreeRTOS_src/tasks.o - .text.prvAddCurrentTaskToDelayedList - 0x00000000 0x6c ./FreeRTOS_src/tasks.o - .text.prvAllocateTCBAndStack - 0x00000000 0x64 ./FreeRTOS_src/tasks.o - .text.usTaskCheckFreeStackSpace - 0x00000000 0x30 ./FreeRTOS_src/tasks.o - .text.uxTaskGetStackHighWaterMark - 0x00000000 0x38 ./FreeRTOS_src/tasks.o - .text.prvDeleteTCB - 0x00000000 0x20 ./FreeRTOS_src/tasks.o - .debug_macro 0x00000000 0x892 ./FreeRTOS_src/tasks.o - .debug_macro 0x00000000 0x10 ./FreeRTOS_src/tasks.o - .debug_macro 0x00000000 0x12d ./FreeRTOS_src/tasks.o - .debug_macro 0x00000000 0xa0 ./FreeRTOS_src/tasks.o - .debug_macro 0x00000000 0x22 ./FreeRTOS_src/tasks.o - .debug_macro 0x00000000 0x46 ./FreeRTOS_src/tasks.o - .debug_macro 0x00000000 0x150 ./FreeRTOS_src/tasks.o - .debug_macro 0x00000000 0xa3 ./FreeRTOS_src/tasks.o - .debug_macro 0x00000000 0x12 ./FreeRTOS_src/tasks.o - .debug_macro 0x00000000 0x1f ./FreeRTOS_src/tasks.o - .debug_macro 0x00000000 0x177 ./FreeRTOS_src/tasks.o - .debug_macro 0x00000000 0x49 ./FreeRTOS_src/tasks.o - .debug_macro 0x00000000 0x57 ./FreeRTOS_src/tasks.o - .group 0x00000000 0x8 ./FreeRTOS_src/timers.o - .group 0x00000000 0x8 ./FreeRTOS_src/timers.o - .group 0x00000000 0x8 ./FreeRTOS_src/timers.o - .group 0x00000000 0x8 ./FreeRTOS_src/timers.o - .group 0x00000000 0x8 ./FreeRTOS_src/timers.o - .group 0x00000000 0x8 ./FreeRTOS_src/timers.o - .group 0x00000000 0x8 ./FreeRTOS_src/timers.o - .group 0x00000000 0x8 ./FreeRTOS_src/timers.o - .group 0x00000000 0x8 ./FreeRTOS_src/timers.o - .group 0x00000000 0x8 ./FreeRTOS_src/timers.o - .group 0x00000000 0x8 ./FreeRTOS_src/timers.o - .group 0x00000000 0x8 ./FreeRTOS_src/timers.o - .group 0x00000000 0x8 ./FreeRTOS_src/timers.o - .group 0x00000000 0x8 ./FreeRTOS_src/timers.o - .text 0x00000000 0x0 ./FreeRTOS_src/timers.o - .data 0x00000000 0x0 ./FreeRTOS_src/timers.o - .bss 0x00000000 0x0 ./FreeRTOS_src/timers.o - .debug_info 0x00000000 0x61 ./FreeRTOS_src/timers.o - .debug_abbrev 0x00000000 0x29 ./FreeRTOS_src/timers.o - .debug_aranges - 0x00000000 0x18 ./FreeRTOS_src/timers.o - .debug_macro 0x00000000 0xb6 ./FreeRTOS_src/timers.o - .debug_macro 0x00000000 0x892 ./FreeRTOS_src/timers.o - .debug_macro 0x00000000 0x10 ./FreeRTOS_src/timers.o - .debug_macro 0x00000000 0x12d ./FreeRTOS_src/timers.o - .debug_macro 0x00000000 0x16 ./FreeRTOS_src/timers.o - .debug_macro 0x00000000 0x46 ./FreeRTOS_src/timers.o - .debug_macro 0x00000000 0x150 ./FreeRTOS_src/timers.o - .debug_macro 0x00000000 0xa3 ./FreeRTOS_src/timers.o - .debug_macro 0x00000000 0x12 ./FreeRTOS_src/timers.o - .debug_macro 0x00000000 0x1f ./FreeRTOS_src/timers.o - .debug_macro 0x00000000 0x177 ./FreeRTOS_src/timers.o - .debug_macro 0x00000000 0x49 ./FreeRTOS_src/timers.o - .debug_macro 0x00000000 0x57 ./FreeRTOS_src/timers.o - .debug_macro 0x00000000 0x6a ./FreeRTOS_src/timers.o - .debug_macro 0x00000000 0x61 ./FreeRTOS_src/timers.o - .debug_line 0x00000000 0x1b1 ./FreeRTOS_src/timers.o - .debug_str 0x00000000 0x539a ./FreeRTOS_src/timers.o - .comment 0x00000000 0x6f ./FreeRTOS_src/timers.o - .ARM.attributes - 0x00000000 0x33 ./FreeRTOS_src/timers.o - .group 0x00000000 0x8 ./FreeRTOS_portable/MemMang/heap_2.o - .group 0x00000000 0x8 ./FreeRTOS_portable/MemMang/heap_2.o - .group 0x00000000 0x8 ./FreeRTOS_portable/MemMang/heap_2.o - .group 0x00000000 0x8 ./FreeRTOS_portable/MemMang/heap_2.o - .group 0x00000000 0x8 ./FreeRTOS_portable/MemMang/heap_2.o - .group 0x00000000 0x8 ./FreeRTOS_portable/MemMang/heap_2.o - .group 0x00000000 0x8 ./FreeRTOS_portable/MemMang/heap_2.o - .group 0x00000000 0x8 ./FreeRTOS_portable/MemMang/heap_2.o - .group 0x00000000 0x8 ./FreeRTOS_portable/MemMang/heap_2.o - .group 0x00000000 0x8 ./FreeRTOS_portable/MemMang/heap_2.o - .group 0x00000000 0x8 ./FreeRTOS_portable/MemMang/heap_2.o - .group 0x00000000 0x8 ./FreeRTOS_portable/MemMang/heap_2.o - .text 0x00000000 0x0 ./FreeRTOS_portable/MemMang/heap_2.o - .data 0x00000000 0x0 ./FreeRTOS_portable/MemMang/heap_2.o - .bss 0x00000000 0x0 ./FreeRTOS_portable/MemMang/heap_2.o - .bss.xHeap 0x00000000 0x4c00 ./FreeRTOS_portable/MemMang/heap_2.o - .rodata.heapSTRUCT_SIZE - 0x00000000 0x2 ./FreeRTOS_portable/MemMang/heap_2.o - .bss.xStart 0x00000000 0x8 ./FreeRTOS_portable/MemMang/heap_2.o - .bss.xEnd 0x00000000 0x8 ./FreeRTOS_portable/MemMang/heap_2.o - .data.xFreeBytesRemaining - 0x00000000 0x4 ./FreeRTOS_portable/MemMang/heap_2.o - .text.pvPortMalloc - 0x00000000 0x144 ./FreeRTOS_portable/MemMang/heap_2.o - .text.vPortFree - 0x00000000 0x74 ./FreeRTOS_portable/MemMang/heap_2.o - .text.xPortGetFreeHeapSize - 0x00000000 0x14 ./FreeRTOS_portable/MemMang/heap_2.o - .text.vPortInitialiseBlocks - 0x00000000 0xc ./FreeRTOS_portable/MemMang/heap_2.o - .bss.xHeapHasBeenInitialised.4128 - 0x00000000 0x4 ./FreeRTOS_portable/MemMang/heap_2.o - .debug_info 0x00000000 0x295 ./FreeRTOS_portable/MemMang/heap_2.o - .debug_abbrev 0x00000000 0x16b ./FreeRTOS_portable/MemMang/heap_2.o - .debug_aranges - 0x00000000 0x38 ./FreeRTOS_portable/MemMang/heap_2.o - .debug_ranges 0x00000000 0x28 ./FreeRTOS_portable/MemMang/heap_2.o - .debug_macro 0x00000000 0xcb ./FreeRTOS_portable/MemMang/heap_2.o - .debug_macro 0x00000000 0x892 ./FreeRTOS_portable/MemMang/heap_2.o - .debug_macro 0x00000000 0x10 ./FreeRTOS_portable/MemMang/heap_2.o - .debug_macro 0x00000000 0x12d ./FreeRTOS_portable/MemMang/heap_2.o - .debug_macro 0x00000000 0x28 ./FreeRTOS_portable/MemMang/heap_2.o - .debug_macro 0x00000000 0x46 ./FreeRTOS_portable/MemMang/heap_2.o - .debug_macro 0x00000000 0x150 ./FreeRTOS_portable/MemMang/heap_2.o - .debug_macro 0x00000000 0xa3 ./FreeRTOS_portable/MemMang/heap_2.o - .debug_macro 0x00000000 0x12 ./FreeRTOS_portable/MemMang/heap_2.o - .debug_macro 0x00000000 0x1f ./FreeRTOS_portable/MemMang/heap_2.o - .debug_macro 0x00000000 0x177 ./FreeRTOS_portable/MemMang/heap_2.o - .debug_macro 0x00000000 0x49 ./FreeRTOS_portable/MemMang/heap_2.o - .debug_macro 0x00000000 0x57 ./FreeRTOS_portable/MemMang/heap_2.o - .debug_line 0x00000000 0x256 ./FreeRTOS_portable/MemMang/heap_2.o - .debug_str 0x00000000 0x4bf9 ./FreeRTOS_portable/MemMang/heap_2.o - .comment 0x00000000 0x6f ./FreeRTOS_portable/MemMang/heap_2.o - .debug_frame 0x00000000 0x98 ./FreeRTOS_portable/MemMang/heap_2.o - .ARM.attributes - 0x00000000 0x33 ./FreeRTOS_portable/MemMang/heap_2.o - .group 0x00000000 0x8 ./FreeRTOS_portable/port.o - .group 0x00000000 0x8 ./FreeRTOS_portable/port.o - .group 0x00000000 0x8 ./FreeRTOS_portable/port.o - .group 0x00000000 0x8 ./FreeRTOS_portable/port.o - .group 0x00000000 0x8 ./FreeRTOS_portable/port.o - .group 0x00000000 0x8 ./FreeRTOS_portable/port.o - .group 0x00000000 0x8 ./FreeRTOS_portable/port.o - .group 0x00000000 0x8 ./FreeRTOS_portable/port.o - .group 0x00000000 0x8 ./FreeRTOS_portable/port.o - .group 0x00000000 0x8 ./FreeRTOS_portable/port.o - .group 0x00000000 0x8 ./FreeRTOS_portable/port.o - .group 0x00000000 0x8 ./FreeRTOS_portable/port.o - .text 0x00000000 0x0 ./FreeRTOS_portable/port.o - .data 0x00000000 0x0 ./FreeRTOS_portable/port.o - .bss 0x00000000 0x0 ./FreeRTOS_portable/port.o - .rodata.ulKernelPriority - 0x00000000 0x4 ./FreeRTOS_portable/port.o - .data.uxCriticalNesting - 0x00000000 0x4 ./FreeRTOS_portable/port.o - .text.pxPortInitialiseStack - 0x00000000 0x50 ./FreeRTOS_portable/port.o - .text.vPortStartFirstTask - 0x00000000 0x18 ./FreeRTOS_portable/port.o - .text.xPortStartScheduler - 0x00000000 0x38 ./FreeRTOS_portable/port.o - .text.vPortEndScheduler - 0x00000000 0xc ./FreeRTOS_portable/port.o - .text.vPortYieldFromISR - 0x00000000 0x18 ./FreeRTOS_portable/port.o - .text.vPortEnterCritical - 0x00000000 0x24 ./FreeRTOS_portable/port.o - .text.vPortExitCritical - 0x00000000 0x2c ./FreeRTOS_portable/port.o - .text.prvSetupTimerInterrupt - 0x00000000 0x24 ./FreeRTOS_portable/port.o - .debug_macro 0x00000000 0x892 ./FreeRTOS_portable/port.o - .debug_macro 0x00000000 0x10 ./FreeRTOS_portable/port.o - .debug_macro 0x00000000 0x12d ./FreeRTOS_portable/port.o - .debug_macro 0x00000000 0x16 ./FreeRTOS_portable/port.o - .debug_macro 0x00000000 0x46 ./FreeRTOS_portable/port.o - .debug_macro 0x00000000 0x150 ./FreeRTOS_portable/port.o - .debug_macro 0x00000000 0xa3 ./FreeRTOS_portable/port.o - .debug_macro 0x00000000 0x12 ./FreeRTOS_portable/port.o - .debug_macro 0x00000000 0x1f ./FreeRTOS_portable/port.o - .debug_macro 0x00000000 0x177 ./FreeRTOS_portable/port.o - .debug_macro 0x00000000 0x49 ./FreeRTOS_portable/port.o - .debug_macro 0x00000000 0x57 ./FreeRTOS_portable/port.o - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(accelerometer.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(accelerometer.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(accelerometer.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(accelerometer.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(accelerometer.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(accelerometer.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(accelerometer.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(accelerometer.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(accelerometer.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(accelerometer.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(accelerometer.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(accelerometer.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(accelerometer.o) - .text 0x00000000 0x0 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(accelerometer.o) - .data 0x00000000 0x0 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(accelerometer.o) - .bss 0x00000000 0x0 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(accelerometer.o) - .debug_macro 0x00000000 0x10 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(accelerometer.o) - .debug_macro 0x00000000 0x12d C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(accelerometer.o) - .debug_macro 0x00000000 0x28 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(accelerometer.o) - .debug_macro 0x00000000 0x1c C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(accelerometer.o) - .debug_macro 0x00000000 0x2e C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(accelerometer.o) - .debug_macro 0x00000000 0x5b2 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(accelerometer.o) - .debug_macro 0x00000000 0x18 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(accelerometer.o) - .debug_macro 0x00000000 0x7af C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(accelerometer.o) - .debug_macro 0x00000000 0x2c7 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(accelerometer.o) - .debug_macro 0x00000000 0xd6 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(accelerometer.o) - .debug_macro 0x00000000 0x22 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(accelerometer.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(custom_rand.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(custom_rand.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(custom_rand.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(custom_rand.o) - .text 0x00000000 0x0 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(custom_rand.o) - .data 0x00000000 0x0 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(custom_rand.o) - .bss 0x00000000 0x0 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(custom_rand.o) - .debug_macro 0x00000000 0x898 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(custom_rand.o) - .debug_macro 0x00000000 0x10 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(custom_rand.o) - .debug_macro 0x00000000 0x12d C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(custom_rand.o) - .debug_macro 0x00000000 0x5b2 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(custom_rand.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .text 0x00000000 0x0 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .data 0x00000000 0x0 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .bss 0x00000000 0x0 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .bss.str 0x00000000 0x30c C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .text.LCD_SetPosR - 0x00000000 0x90 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .text.read_pixels - 0x00000000 0xf8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .text.read_cmd - 0x00000000 0x64 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .text.setup_scroll - 0x00000000 0x68 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .text.lcd_scroll - 0x00000000 0x60 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .text.lcd_set_fenetre_pixel - 0x00000000 0x24 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .text.Ecran_Croix - 0x00000000 0x78 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .text.lcd_lineH - 0x00000000 0x64 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .text.lcd_lineV - 0x00000000 0x60 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .text.lcd_line - 0x00000000 0x158 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .text.lcd_circle - 0x00000000 0x1ac C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .text.lcd_filled_circle - 0x00000000 0xd8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .text.lcd_filled_circle_on_square - 0x00000000 0xcc C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .text.lcd_empty_rectangle - 0x00000000 0x80 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .text.lcd_print_char - 0x00000000 0x10c C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .text.lcd_print - 0x00000000 0xe0 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .text.lcd_printf - 0x00000000 0x20c C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .text.read_bmp_file - 0x00000000 0x1d0 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .text.display_bitmap16 - 0x00000000 0x70 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .bss.is_scroll_setup.5885 - 0x00000000 0x1 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .bss.x.5882 0x00000000 0x4 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .data.offset.5884 - 0x00000000 0x4 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .data.y.5883 0x00000000 0x4 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .debug_macro 0x00000000 0x898 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .debug_macro 0x00000000 0x10 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .debug_macro 0x00000000 0x12d C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .debug_macro 0x00000000 0x22 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .debug_macro 0x00000000 0xc4 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .debug_macro 0x00000000 0x1c C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .debug_macro 0x00000000 0x2e C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .debug_macro 0x00000000 0x5b2 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .debug_macro 0x00000000 0x18 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .debug_macro 0x00000000 0x7af C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .debug_macro 0x00000000 0x2c7 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .debug_macro 0x00000000 0x1c C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .debug_macro 0x00000000 0x22 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .debug_macro 0x00000000 0x28 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .debug_macro 0x00000000 0x1c C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .debug_macro 0x00000000 0xc2 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(ssp.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(ssp.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(ssp.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(ssp.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(ssp.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(ssp.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(ssp.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(ssp.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(ssp.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(ssp.o) - .text 0x00000000 0x0 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(ssp.o) - .data 0x00000000 0x0 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(ssp.o) - .bss 0x00000000 0x0 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(ssp.o) - .text.ssp_receive_buf - 0x00000000 0x70 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(ssp.o) - .debug_macro 0x00000000 0x898 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(ssp.o) - .debug_macro 0x00000000 0x1c C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(ssp.o) - .debug_macro 0x00000000 0x2e C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(ssp.o) - .debug_macro 0x00000000 0x10 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(ssp.o) - .debug_macro 0x00000000 0x12d C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(ssp.o) - .debug_macro 0x00000000 0x5b2 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(ssp.o) - .debug_macro 0x00000000 0x18 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(ssp.o) - .debug_macro 0x00000000 0x7af C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(ssp.o) - .debug_macro 0x00000000 0x2c7 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(ssp.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(traces.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(traces.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(traces.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(traces.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(traces.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(traces.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(traces.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(traces.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(traces.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(traces.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(traces.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(traces.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(traces.o) - .text 0x00000000 0x0 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(traces.o) - .data 0x00000000 0x0 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(traces.o) - .bss 0x00000000 0x0 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(traces.o) - .text.send_traces_to_uart0 - 0x00000000 0x74 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(traces.o) - .debug_macro 0x00000000 0x898 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(traces.o) - .debug_macro 0x00000000 0x1c C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(traces.o) - .debug_macro 0x00000000 0x2e C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(traces.o) - .debug_macro 0x00000000 0x10 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(traces.o) - .debug_macro 0x00000000 0x12d C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(traces.o) - .debug_macro 0x00000000 0x5b2 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(traces.o) - .debug_macro 0x00000000 0x18 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(traces.o) - .debug_macro 0x00000000 0x7af C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(traces.o) - .debug_macro 0x00000000 0x2c7 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(traces.o) - .debug_macro 0x00000000 0x28 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(traces.o) - .debug_macro 0x00000000 0x22 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(traces.o) - .debug_macro 0x00000000 0x2e C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(traces.o) - .debug_macro 0x00000000 0x9a C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(traces.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(uart.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(uart.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(uart.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(uart.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(uart.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(uart.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(uart.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(uart.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(uart.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(uart.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(uart.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(uart.o) - .text 0x00000000 0x0 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(uart.o) - .data 0x00000000 0x0 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(uart.o) - .bss 0x00000000 0x0 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(uart.o) - .text.NVIC_DisableIRQ - 0x00000000 0x34 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(uart.o) - .text.taskYIELD - 0x00000000 0xc C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(uart.o) - .text.uart0_stop_interrupt - 0x00000000 0x10 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(uart.o) - .text.uart0_send_ref - 0x00000000 0x40 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(uart.o) - .debug_macro 0x00000000 0x898 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(uart.o) - .debug_macro 0x00000000 0x1c C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(uart.o) - .debug_macro 0x00000000 0x2e C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(uart.o) - .debug_macro 0x00000000 0x10 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(uart.o) - .debug_macro 0x00000000 0x12d C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(uart.o) - .debug_macro 0x00000000 0x5b2 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(uart.o) - .debug_macro 0x00000000 0x18 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(uart.o) - .debug_macro 0x00000000 0x7af C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(uart.o) - .debug_macro 0x00000000 0x2c7 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(uart.o) - .debug_macro 0x00000000 0x28 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(uart.o) - .debug_macro 0x00000000 0x2e C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(uart.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(I2C.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(I2C.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(I2C.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(I2C.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(I2C.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(I2C.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(I2C.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(I2C.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(I2C.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(I2C.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(I2C.o) - .text 0x00000000 0x0 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(I2C.o) - .data 0x00000000 0x0 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(I2C.o) - .bss 0x00000000 0x0 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(I2C.o) - .text.I2C_slave_read - 0x00000000 0x1c8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(I2C.o) - .text.I2C_slave_write - 0x00000000 0x168 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(I2C.o) - .debug_macro 0x00000000 0x898 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(I2C.o) - .debug_macro 0x00000000 0x1c C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(I2C.o) - .debug_macro 0x00000000 0x2e C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(I2C.o) - .debug_macro 0x00000000 0x10 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(I2C.o) - .debug_macro 0x00000000 0x12d C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(I2C.o) - .debug_macro 0x00000000 0x5b2 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(I2C.o) - .debug_macro 0x00000000 0x18 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(I2C.o) - .debug_macro 0x00000000 0x7af C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(I2C.o) - .debug_macro 0x00000000 0x2c7 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(I2C.o) - .debug_macro 0x00000000 0x22 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(I2C.o) - .debug_macro 0x00000000 0x58 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(I2C.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(fonts.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(fonts.o) - .text 0x00000000 0x0 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(fonts.o) - .data 0x00000000 0x0 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(fonts.o) - .bss 0x00000000 0x0 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(fonts.o) - .rodata.SmallFont - 0x00000000 0x478 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(fonts.o) - .rodata.BigFont - 0x00000000 0xbe4 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(fonts.o) - .rodata.SevenSegNumFont - 0x00000000 0x7d4 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(fonts.o) - .debug_info 0x00000000 0xaa C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(fonts.o) - .debug_abbrev 0x00000000 0x48 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(fonts.o) - .debug_aranges - 0x00000000 0x18 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(fonts.o) - .debug_macro 0x00000000 0x1a C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(fonts.o) - .debug_macro 0x00000000 0x898 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(fonts.o) - .debug_macro 0x00000000 0x1c C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(fonts.o) - .debug_line 0x00000000 0x7b C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(fonts.o) - .debug_str 0x00000000 0x257f C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(fonts.o) - .comment 0x00000000 0x6f C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(fonts.o) - .ARM.attributes - 0x00000000 0x33 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(fonts.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\Debug\libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\Debug\libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\Debug\libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\Debug\libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\Debug\libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\Debug\libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\Debug\libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\Debug\libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) - .group 0x00000000 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\Debug\libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) - .text 0x00000000 0x0 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\Debug\libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) - .data 0x00000000 0x0 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\Debug\libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) - .bss 0x00000000 0x0 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\Debug\libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) - .text.SystemCoreClockUpdate - 0x00000000 0xb4 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\Debug\libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) - .debug_macro 0x00000000 0x10 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\Debug\libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) - .debug_macro 0x00000000 0x12d C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\Debug\libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) - .debug_macro 0x00000000 0x5b2 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\Debug\libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) - .debug_macro 0x00000000 0x1c C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\Debug\libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) - .debug_macro 0x00000000 0x2e C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\Debug\libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) - .debug_macro 0x00000000 0x18 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\Debug\libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) - .debug_macro 0x00000000 0x7af C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\Debug\libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) - .debug_macro 0x00000000 0x2c7 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\Debug\libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) - .text 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(_cr__main.o) - .data 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(_cr__main.o) - .bss 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(_cr__main.o) - .text 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(memcpy.o) - .data 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(memcpy.o) - .bss 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(memcpy.o) - .text.memcpy 0x00000000 0x4 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(memcpy.o) - .comment 0x00000000 0x6f c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(memcpy.o) - .ARM.attributes - 0x00000000 0x33 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(memcpy.o) - .text 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(memset.o) - .data 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(memset.o) - .bss 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(memset.o) - .text 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_cr_assert.o) - .data 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_cr_assert.o) - .bss 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_cr_assert.o) - .text 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_deferredlazyseek.o) - .data 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_deferredlazyseek.o) - .bss 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_deferredlazyseek.o) - .text 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_fflush.o) - .data 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_fflush.o) - .bss 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_fflush.o) - .text 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_writebuf.o) - .data 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_writebuf.o) - .bss 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_writebuf.o) - .text 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(alloc.o) - .data 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(alloc.o) - .bss 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(alloc.o) - .text.calloc 0x00000000 0x50 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(alloc.o) - .text.realloc 0x00000000 0x24 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(alloc.o) - .text 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(ceil.o) - .data 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(ceil.o) - .bss 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(ceil.o) - .text.ceil 0x00000000 0x90 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(ceil.o) - .comment 0x00000000 0x6f c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(ceil.o) - .ARM.attributes - 0x00000000 0x33 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(ceil.o) - .text 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fclose.o) - .data 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fclose.o) - .bss 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fclose.o) - .text 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fflush.o) - .data 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fflush.o) - .bss 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fflush.o) - .text 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(floor.o) - .data 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(floor.o) - .bss 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(floor.o) - .text.floor 0x00000000 0x94 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(floor.o) - .comment 0x00000000 0x6f c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(floor.o) - .ARM.attributes - 0x00000000 0x33 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(floor.o) - .text 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fopen.o) - .data 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fopen.o) - .bss 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fopen.o) - .text.fopen 0x00000000 0x28 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fopen.o) - .comment 0x00000000 0x6f c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fopen.o) - .ARM.attributes - 0x00000000 0x33 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fopen.o) - .text 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fpprintf.o) - .data 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fpprintf.o) - .bss 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fpprintf.o) - .text.fprintf 0x00000000 0x30 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fpprintf.o) - .text.printf_char - 0x00000000 0x34 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fpprintf.o) - .text.snprintf - 0x00000000 0x68 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fpprintf.o) - .text.vfprintf - 0x00000000 0x1c c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fpprintf.o) - .text.vprintf 0x00000000 0x24 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fpprintf.o) - .text.vsprintf - 0x00000000 0x5c c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fpprintf.o) - .text 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fputs.o) - .data 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fputs.o) - .bss 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fputs.o) - .text 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fread.o) - .data 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fread.o) - .bss 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fread.o) - .text.fread 0x00000000 0x1a c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fread.o) - .comment 0x00000000 0x6f c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fread.o) - .ARM.attributes - 0x00000000 0x33 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fread.o) - .text 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(freopen.o) - .data 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(freopen.o) - .bss 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(freopen.o) - .text.freopen 0x00000000 0x88 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(freopen.o) - .comment 0x00000000 0x6f c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(freopen.o) - .ARM.attributes - 0x00000000 0x33 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(freopen.o) - .text 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fseek.o) - .data 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fseek.o) - .bss 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fseek.o) - .text 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(ftell.o) - .data 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(ftell.o) - .bss 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(ftell.o) - .text 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(initio.o) - .data 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(initio.o) - .bss 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(initio.o) - .text 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(printf.o) - .data 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(printf.o) - .bss 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(printf.o) - .text.no_fp_display - 0x00000000 0x4 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(printf.o) - .text._fprintf - 0x00000000 0x30 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(printf.o) - .text._printf_char - 0x00000000 0x34 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(printf.o) - .text._sprintf - 0x00000000 0x6c c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(printf.o) - .text._snprintf - 0x00000000 0x68 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(printf.o) - .text._vfprintf - 0x00000000 0x20 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(printf.o) - .text._vprintf - 0x00000000 0x24 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(printf.o) - .text._vsprintf - 0x00000000 0x5c c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(printf.o) - .text._vsnprintf - 0x00000000 0x5c c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(printf.o) - .text._printf 0x00000000 0x54 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(printf.o) - .text 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(remove.o) - .data 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(remove.o) - .bss 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(remove.o) - .text.rename 0x00000000 0x28 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(remove.o) - .text 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(setvbuf.o) - .data 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(setvbuf.o) - .bss 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(setvbuf.o) - .text 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(sqrt.o) - .data 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(sqrt.o) - .bss 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(sqrt.o) - .text.sqrt 0x00000000 0x11c c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(sqrt.o) - .comment 0x00000000 0x6f c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(sqrt.o) - .ARM.attributes - 0x00000000 0x33 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(sqrt.o) - .text 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(stdio.o) - .data 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(stdio.o) - .bss 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(stdio.o) - .text.getc 0x00000000 0x18 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(stdio.o) - .text.fgetc 0x00000000 0x4 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(stdio.o) - .text.getchar 0x00000000 0x20 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(stdio.o) - .text.putc 0x00000000 0x24 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(stdio.o) - .text.fputc 0x00000000 0x4 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(stdio.o) - .text.putchar 0x00000000 0x24 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(stdio.o) - .text.feof 0x00000000 0x8 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(stdio.o) - .text.ferror 0x00000000 0x8 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(stdio.o) - .text.clearerr - 0x00000000 0xe c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(stdio.o) - .text 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(stdlib.o) - .data 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(stdlib.o) - .bss 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(stdlib.o) - .text.__rand 0x00000000 0x20 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(stdlib.o) - .text.__srand 0x00000000 0xc c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(stdlib.o) - .text.rand 0x00000000 0x3c c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(stdlib.o) - .text.srand 0x00000000 0x40 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(stdlib.o) - .text._exit_init - 0x00000000 0xc c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(stdlib.o) - .text.atexit 0x00000000 0x24 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(stdlib.o) - .text.abort 0x00000000 0x12 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(stdlib.o) - .text.abs 0x00000000 0x8 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(stdlib.o) - .text.labs 0x00000000 0x8 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(stdlib.o) - .text.div 0x00000000 0x10 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(stdlib.o) - .text.ldiv 0x00000000 0x10 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(stdlib.o) - .data.next 0x00000000 0x4 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(stdlib.o) - .data._random_number_seed - 0x00000000 0xdc c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(stdlib.o) - .data._random_j - 0x00000000 0x4 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(stdlib.o) - .data._random_k - 0x00000000 0x4 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(stdlib.o) - .text 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(strlen.o) - .data 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(strlen.o) - .bss 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(strlen.o) - .text 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(strncpy.o) - .data 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(strncpy.o) - .bss 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(strncpy.o) - .text.strncpy 0x00000000 0x56 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(strncpy.o) - .comment 0x00000000 0x6f c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(strncpy.o) - .ARM.attributes - 0x00000000 0x33 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(strncpy.o) - .text 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(__fillbuf.o) - .data 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(__fillbuf.o) - .bss 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(__fillbuf.o) - .text._Csys_read_ - 0x00000000 0x22 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(__fillbuf.o) - .text.__filbuf - 0x00000000 0x178 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(__fillbuf.o) - .text._fillb2 0x00000000 0x1c c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(__fillbuf.o) - .comment 0x00000000 0x6f c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(__fillbuf.o) - .ARM.attributes - 0x00000000 0x33 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(__fillbuf.o) - .text 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(__init_alloc.o) - .data 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(__init_alloc.o) - .bss 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(__init_alloc.o) - .text._init_alloc - 0x00000000 0x14 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(__init_alloc.o) - .text 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_cr_sbrk.o) - .data 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_cr_sbrk.o) - .bss 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_cr_sbrk.o) - .text 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_do_fflush.o) - .data 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_do_fflush.o) - .bss 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_do_fflush.o) - .text 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_fdopen.o) - .data 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_fdopen.o) - .bss 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_fdopen.o) - .text 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_frexpl.o) - .data 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_frexpl.o) - .bss 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_frexpl.o) - .text 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_hugeval.o) - .data 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_hugeval.o) - .bss 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_hugeval.o) - .rodata.__huge_val - 0x00000000 0x8 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_hugeval.o) - .text 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_ldexpl.o) - .data 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_ldexpl.o) - .bss 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_ldexpl.o) - .text 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_read.o) - .data 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_read.o) - .bss 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_read.o) - .text._Cread 0x00000000 0x8c c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_read.o) - .comment 0x00000000 0x6f c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_read.o) - .ARM.attributes - 0x00000000 0x33 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_read.o) - .text 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(errno.o) - .data 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(errno.o) - .bss 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(errno.o) - .text 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(raise.o) - .data 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(raise.o) - .bss 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(raise.o) - .text.raise 0x00000000 0x6 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(raise.o) - .comment 0x00000000 0x6f c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(raise.o) - .ARM.attributes - 0x00000000 0x33 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(raise.o) - .text 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_cr_check_heap.o) - .data 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_cr_check_heap.o) - .bss 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_cr_check_heap.o) - .text 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(division_64.o) - .data 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(division_64.o) - .bss 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(division_64.o) - .text.__aeabi_division_ldivmod - 0x00000000 0x26 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(division_64.o) - .text.__aeabi_division_uldivmod - 0x00000000 0x174 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(division_64.o) - .ARM.attributes - 0x00000000 0x21 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(division_64.o) - .text 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(division_idiv0.o) - .data 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(division_idiv0.o) - .bss 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(division_idiv0.o) - .text.__aeabi_division_idiv0 - 0x00000000 0x2 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(division_idiv0.o) - .ARM.attributes - 0x00000000 0x21 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(division_idiv0.o) - .text 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(double.o) - .data 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(double.o) - .bss 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(double.o) - .text.__aeabi_drsub - 0x00000000 0x1c c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(double.o) - .text.__aeabi_dneg - 0x00000000 0x8 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(double.o) - .text.__aeabi_d2f - 0x00000000 0x54 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(double.o) - .text.__aeabi_d2uiz - 0x00000000 0x30 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(double.o) - .text.__aeabi_d2lz - 0x00000000 0x6a c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(double.o) - .text.__aeabi_d2ulz - 0x00000000 0x54 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(double.o) - .text.__bhs_ul2d - 0x00000000 0x88 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(double.o) - .text.__aeabi_ui2d - 0x00000000 0x8 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(double.o) - .text.__aeabi_l2d - 0x00000000 0x18 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(double.o) - .text.__aeabi_ul2d - 0x00000000 0x8 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(double.o) - .text.__aeabi_dcmpgt - 0x00000000 0x54 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(double.o) - .text.__aeabi_dcmpun - 0x00000000 0x1a c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(double.o) - .text.__aeabi_cdcmple - 0x00000000 0x24 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(double.o) - .text.__aeabi_cdrcmple - 0x00000000 0x14 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(double.o) - .text 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(float.o) - .data 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(float.o) - .bss 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(float.o) - .text.__aeabi_fmul - 0x00000000 0xb0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(float.o) - .text.__aeabi_fsub - 0x00000000 0xe0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(float.o) - .text.__aeabi_fadd - 0x00000000 0xac c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(float.o) - .text.__aeabi_frsub - 0x00000000 0xc c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(float.o) - .text.__aeabi_fneg - 0x00000000 0x6 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(float.o) - .text.__aeabi_f2iz - 0x00000000 0x32 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(float.o) - .text.__aeabi_f2uiz - 0x00000000 0x28 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(float.o) - .text.__aeabi_f2lz - 0x00000000 0x5a c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(float.o) - .text.__aeabi_f2ulz - 0x00000000 0x3e c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(float.o) - .text.__bhs_ul2f - 0x00000000 0x46 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(float.o) - .text.__aeabi_ui2f - 0x00000000 0x8 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(float.o) - .text.__aeabi_l2f - 0x00000000 0x18 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(float.o) - .text.__aeabi_ul2f - 0x00000000 0x8 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(float.o) - .text.__aeabi_f2d - 0x00000000 0x38 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(float.o) - .text.__aeabi_fcmpeq - 0x00000000 0x1e c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(float.o) - .text.__aeabi_fcmplt - 0x00000000 0x3a c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(float.o) - .text.__aeabi_fcmpgt - 0x00000000 0x3a c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(float.o) - .text.__aeabi_fcmple - 0x00000000 0x3e c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(float.o) - .text.__aeabi_fcmpge - 0x00000000 0x3e c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(float.o) - .text.__aeabi_fcmpun - 0x00000000 0x1a c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(float.o) - .text.__aeabi_cfcmple - 0x00000000 0x20 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(float.o) - .text.__aeabi_cfrcmple - 0x00000000 0xa c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(float.o) - .text 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(memcpy.o) - .data 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(memcpy.o) - .bss 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(memcpy.o) - .text.__aeabi_memcpy - 0x00000000 0x34 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(memcpy.o) - .text.__aeabi_memmove - 0x00000000 0x1c c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(memcpy.o) - .text.__aeabi_memclr - 0x00000000 0x8 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(memcpy.o) - .text.__aeabi_memset - 0x00000000 0xa c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(memcpy.o) - .text 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_appexit.o) - .data 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_appexit.o) - .bss 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_appexit.o) - .text 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_close.o) - .data 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_close.o) - .bss 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_close.o) - .text 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_flen.o) - .data 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_flen.o) - .bss 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_flen.o) - .text 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_istty.o) - .data 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_istty.o) - .bss 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_istty.o) - .text 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_open.o) - .data 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_open.o) - .bss 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_open.o) - .text.__sys_open - 0x00000000 0xc c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_open.o) - .ARM.attributes - 0x00000000 0x21 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_open.o) - .text 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_read.o) - .data 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_read.o) - .bss 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_read.o) - .text.__sys_read - 0x00000000 0xc c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_read.o) - .ARM.attributes - 0x00000000 0x21 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_read.o) - .text 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_readc.o) - .data 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_readc.o) - .bss 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_readc.o) - .text.__sys_readc - 0x00000000 0x8 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_readc.o) - .ARM.attributes - 0x00000000 0x21 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_readc.o) - .text 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_remove.o) - .data 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_remove.o) - .bss 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_remove.o) - .text 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_rename.o) - .data 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_rename.o) - .bss 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_rename.o) - .text.__sys_rename - 0x00000000 0xc c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_rename.o) - .ARM.attributes - 0x00000000 0x21 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_rename.o) - .text 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_seek.o) - .data 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_seek.o) - .bss 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_seek.o) - .text 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_tmpnam.o) - .data 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_tmpnam.o) - .bss 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_tmpnam.o) - .text 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_write.o) - .data 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_write.o) - .bss 0x00000000 0x0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_write.o) - -Memory Configuration - -Name Origin Length Attributes -MFlash512 0x00000000 0x00080000 xr -RamLoc32 0x10000000 0x00008000 xrw -RamAHB32 0x2007c000 0x00008000 xrw -*default* 0x00000000 0xffffffff - -Linker script and memory map - -LOAD ./src/cr_startup_lpc17.o -LOAD ./src/labyrinth.o -LOAD ./src/tools.o -LOAD ./src/trace_mgt.o -LOAD ./FreeRTOS_src/croutine.o -LOAD ./FreeRTOS_src/list.o -LOAD ./FreeRTOS_src/queue.o -LOAD ./FreeRTOS_src/tasks.o -LOAD ./FreeRTOS_src/timers.o -LOAD ./FreeRTOS_portable/MemMang/heap_2.o -LOAD ./FreeRTOS_portable/port.o -LOAD C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a -LOAD C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\Debug\libCMSISv2p00_LPC17xx.a -START GROUP -LOAD c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a -LOAD c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a -LOAD c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a -END GROUP - 0x00000000 __base_MFlash512 = 0x0 - 0x00000000 __base_Flash = 0x0 - 0x00080000 __top_MFlash512 = 0x80000 - 0x00080000 __top_Flash = 0x80000 - 0x10000000 __base_RamLoc32 = 0x10000000 - 0x10000000 __base_RAM = 0x10000000 - 0x10008000 __top_RamLoc32 = 0x10008000 - 0x10008000 __top_RAM = 0x10008000 - 0x2007c000 __base_RamAHB32 = 0x2007c000 - 0x2007c000 __base_RAM2 = 0x2007c000 - 0x20084000 __top_RamAHB32 = 0x20084000 - 0x20084000 __top_RAM2 = 0x20084000 - -.text 0x00000000 0x4638 - FILL mask 0xff - 0x00000000 __vectors_start__ = ABSOLUTE (.) - *(.isr_vector) - .isr_vector 0x00000000 0xcc ./src/cr_startup_lpc17.o - 0x00000000 g_pfnVectors - 0x000000cc . = ALIGN (0x4) - 0x000000cc __section_table_start = . - 0x000000cc __data_section_table = . - 0x000000cc 0x4 LONG 0x4638 LOADADDR (.data) - 0x000000d0 0x4 LONG 0x10000000 ADDR (.data) - 0x000000d4 0x4 LONG 0x210 SIZEOF (.data) - 0x000000d8 0x4 LONG 0x4638 LOADADDR (.data_RAM2) - 0x000000dc 0x4 LONG 0x2007c000 ADDR (.data_RAM2) - 0x000000e0 0x4 LONG 0x0 SIZEOF (.data_RAM2) - 0x000000e4 __data_section_table_end = . - 0x000000e4 __bss_section_table = . - 0x000000e4 0x4 LONG 0x10000210 ADDR (.bss) - 0x000000e8 0x4 LONG 0xa8c SIZEOF (.bss) - 0x000000ec 0x4 LONG 0x2007c000 ADDR (.bss_RAM2) - 0x000000f0 0x4 LONG 0x0 SIZEOF (.bss_RAM2) - 0x000000f4 __bss_section_table_end = . - 0x000000f4 __section_table_end = . - *(.after_vectors*) - .after_vectors - 0x000000f4 0x12c ./src/cr_startup_lpc17.o - 0x000000f4 data_init - 0x00000138 bss_init - 0x00000170 ResetISR - 0x000001e8 NMI_Handler - 0x000001f0 HardFault_Handler - 0x000001f8 MemManage_Handler - 0x00000200 BusFault_Handler - 0x00000208 UsageFault_Handler - 0x00000210 DebugMon_Handler - 0x00000218 UART1_IRQHandler - 0x00000218 I2C1_IRQHandler - 0x00000218 CANActivity_IRQHandler - 0x00000218 TIMER3_IRQHandler - 0x00000218 USBActivity_IRQHandler - 0x00000218 EINT3_IRQHandler - 0x00000218 EINT2_IRQHandler - 0x00000218 IntDefaultHandler - 0x00000218 PLL0_IRQHandler - 0x00000218 CAN_IRQHandler - 0x00000218 I2C0_IRQHandler - 0x00000218 SSP0_IRQHandler - 0x00000218 I2S_IRQHandler - 0x00000218 I2C2_IRQHandler - 0x00000218 RTC_IRQHandler - 0x00000218 TIMER0_IRQHandler - 0x00000218 SPI_IRQHandler - 0x00000218 RIT_IRQHandler - 0x00000218 EINT1_IRQHandler - 0x00000218 TIMER1_IRQHandler - 0x00000218 UART2_IRQHandler - 0x00000218 ADC_IRQHandler - 0x00000218 SSP1_IRQHandler - 0x00000218 USB_IRQHandler - 0x00000218 BOD_IRQHandler - 0x00000218 PWM1_IRQHandler - 0x00000218 WDT_IRQHandler - 0x00000218 QEI_IRQHandler - 0x00000218 EINT0_IRQHandler - 0x00000218 PLL1_IRQHandler - 0x00000218 DMA_IRQHandler - 0x00000218 TIMER2_IRQHandler - 0x00000218 UART3_IRQHandler - 0x00000218 MCPWM_IRQHandler - 0x00000218 ENET_IRQHandler - *(.text*) - .text.main 0x00000220 0x50 ./src/labyrinth.o - 0x00000220 main - .text.draw_labyrinth - 0x00000270 0x150 ./src/tools.o - 0x00000270 draw_labyrinth - .text.write_trace - 0x000003c0 0x28 ./src/trace_mgt.o - 0x000003c0 write_trace - .text.vListInsertEnd - 0x000003e8 0x50 ./FreeRTOS_src/list.o - 0x000003e8 vListInsertEnd - .text.vListRemove - 0x00000438 0x50 ./FreeRTOS_src/list.o - 0x00000438 vListRemove - .text.vTaskIncrementTick - 0x00000488 0x12c ./FreeRTOS_src/tasks.o - 0x00000488 vTaskIncrementTick - .text.vTaskSwitchContext - 0x000005b4 0x100 ./FreeRTOS_src/tasks.o - 0x000005b4 vTaskSwitchContext - .text.vPortSVCHandler - 0x000006b4 0x24 ./FreeRTOS_portable/port.o - 0x000006b4 vPortSVCHandler - .text.xPortPendSVHandler - 0x000006d8 0x40 ./FreeRTOS_portable/port.o - 0x000006d8 xPortPendSVHandler - .text.xPortSysTickHandler - 0x00000718 0x28 ./FreeRTOS_portable/port.o - 0x00000718 xPortSysTickHandler - .text.accel_write_byte - 0x00000740 0x44 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(accelerometer.o) - 0x00000740 accel_write_byte - .text.accel_read_byte - 0x00000784 0x54 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(accelerometer.o) - 0x00000784 accel_read_byte - .text.accel_init - 0x000007d8 0xb8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(accelerometer.o) - 0x000007d8 accel_init - .text.accel_read - 0x00000890 0xcc C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(accelerometer.o) - 0x00000890 accel_read - .text.rnd32 0x0000095c 0x78 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(custom_rand.o) - 0x0000095c rnd32 - .text.init_rnd32 - 0x000009d4 0x6c C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(custom_rand.o) - 0x000009d4 init_rnd32 - .text.LCD_RS_ENA - 0x00000a40 0x38 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .text.LCD_RS_DIS - 0x00000a78 0x38 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .text.Write_Cmd_Data - 0x00000ab0 0x28 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - 0x00000ab0 Write_Cmd_Data - .text.Write_Cmd - 0x00000ad8 0x28 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - 0x00000ad8 Write_Cmd - .text.Write_Data - 0x00000b00 0x30 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - 0x00000b00 Write_Data - .text.Write_Data_U16 - 0x00000b30 0x28 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - 0x00000b30 Write_Data_U16 - .text.Delay 0x00000b58 0x30 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - 0x00000b58 Delay - .text.ILI9341_Initial - 0x00000b88 0x220 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - 0x00000b88 ILI9341_Initial - .text.init_lcd - 0x00000da8 0x54 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - 0x00000da8 init_lcd - .text.LCD_SetPos - 0x00000dfc 0xb8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - 0x00000dfc LCD_SetPos - .text.clear_screen - 0x00000eb4 0x4c C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - 0x00000eb4 clear_screen - .text.lcd_filled_rectangle - 0x00000f00 0xa4 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - 0x00000f00 lcd_filled_rectangle - .text.ssp_init_custom - 0x00000fa4 0x84 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(ssp.o) - 0x00000fa4 ssp_init_custom - .text.ssp_send_buf - 0x00001028 0x48 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(ssp.o) - 0x00001028 ssp_send_buf - .text.start_timer - 0x00001070 0xa8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(traces.o) - 0x00001070 start_timer - .text.write_trace_ref - 0x00001118 0x174 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(traces.o) - 0x00001118 write_trace_ref - .text.tx_handler - 0x0000128c 0x7c C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(traces.o) - 0x0000128c tx_handler - .text.init_traces - 0x00001308 0x4c C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(traces.o) - 0x00001308 init_traces - .text.NVIC_EnableIRQ - 0x00001354 0x30 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(uart.o) - .text.UART0_IRQHandler - 0x00001384 0x70 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(uart.o) - 0x00001384 UART0_IRQHandler - .text.uart0_init_ref - 0x000013f4 0xf8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(uart.o) - 0x000013f4 uart0_init_ref - .text.init_i2c - 0x000014ec 0x180 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(I2C.o) - 0x000014ec init_i2c - .text.wait_SI 0x0000166c 0x44 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(I2C.o) - 0x0000166c wait_SI - .text.I2C_master_write - 0x000016b0 0xec C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(I2C.o) - 0x000016b0 I2C_master_write - .text.I2C_master_read - 0x0000179c 0x120 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(I2C.o) - 0x0000179c I2C_master_read - .text.SystemInit - 0x000018bc 0xe4 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\Debug\libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) - 0x000018bc SystemInit - .text.__main 0x000019a0 0x14 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(_cr__main.o) - 0x000019a0 __CR_SEMIHOST - 0x000019a0 __main - .text.memset 0x000019b4 0x4 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(memset.o) - 0x000019b4 memset - .text.__assertion_failed - 0x000019b8 0x48 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_cr_assert.o) - 0x000019b8 __assertion_failed - .text._deferredlazyseek - 0x00001a00 0x44 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_deferredlazyseek.o) - 0x00001a00 _deferredlazyseek - .text.__flsbuf - 0x00001a44 0x140 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_deferredlazyseek.o) - 0x00001a44 __flsbuf - .text._fflush 0x00001b84 0x58 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_fflush.o) - 0x00001b84 _fflush - .text._Cwritebuf - 0x00001bdc 0x68 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_writebuf.o) - 0x00001bdc _Cwritebuf - .text.malloc 0x00001c44 0xc8 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(alloc.o) - 0x00001c44 malloc - .text.free 0x00001d0c 0x30 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(alloc.o) - 0x00001d0c free - .text._Csys_alloc - 0x00001d3c 0x20 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(alloc.o) - 0x00001d3c _Csys_alloc - .text.fclose 0x00001d5c 0x6c c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fclose.o) - 0x00001d5c fclose - .text.fflush 0x00001dc8 0x30 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fflush.o) - 0x00001dc8 fflush - .text.fp_round - 0x00001df8 0x4c c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fpprintf.o) - .text.pr_dec.constprop.1 - 0x00001e44 0x26 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fpprintf.o) - *fill* 0x00001e6a 0x2 ff - .text.sprintf 0x00001e6c 0x6c c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fpprintf.o) - 0x00001e6c sprintf - .text.fp_display - 0x00001ed8 0x8ec c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fpprintf.o) - .text.vsnprintf - 0x000027c4 0x5c c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fpprintf.o) - 0x000027c4 vsnprintf - .text.printf 0x00002820 0x54 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fpprintf.o) - 0x00002820 printf - .text.fputs 0x00002874 0x2c c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fputs.o) - 0x00002874 fputs - .text.fseek 0x000028a0 0x110 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fseek.o) - 0x000028a0 fseek - .text.ftell 0x000029b0 0x4c c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(ftell.o) - 0x000029b0 ftell - .text._initio 0x000029fc 0xa4 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(initio.o) - 0x000029fc _initio - .text._terminateio - 0x00002aa0 0x44 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(initio.o) - 0x00002aa0 _terminateio - .text.__vfprintf - 0x00002ae4 0xd28 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(printf.o) - 0x00002ae4 __vfprintf - .text.remove 0x0000380c 0x14 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(remove.o) - 0x0000380c remove - .text.setvbuf 0x00003820 0x40 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(setvbuf.o) - 0x00003820 setvbuf - .text.exit 0x00003860 0x2c c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(stdlib.o) - 0x00003860 exit - .text.strlen 0x0000388c 0x4a c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(strlen.o) - 0x0000388c strlen - *fill* 0x000038d6 0x2 ff - .text._sbrk 0x000038d8 0x40 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_cr_sbrk.o) - 0x000038d8 _sbrk - .text._do_fflush - 0x00003918 0x44 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_do_fflush.o) - 0x00003918 _do_fflush - .text._fdopen 0x0000395c 0x6a c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_fdopen.o) - 0x0000395c _fdopen - .text._frexpl 0x000039c6 0x5a c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_frexpl.o) - 0x000039c6 _frexpl - .text._ldexpl 0x00003a20 0x4c c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_ldexpl.o) - 0x00003a20 _ldexpl - .text.__check_heap_overflow - 0x00003a6c 0x18 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_cr_check_heap.o) - 0x00003a6c __check_heap_overflow - .text.__aeabi_dmul - 0x00003a84 0x110 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(double.o) - 0x00003a84 __aeabi_dmul - .text.__aeabi_ddiv - 0x00003b94 0x138 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(double.o) - 0x00003b94 __aeabi_ddiv - .text.__aeabi_dsub - 0x00003ccc 0x1a0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(double.o) - 0x00003ccc __aeabi_dsub - .text.__aeabi_dadd - 0x00003e6c 0x10c c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(double.o) - 0x00003e6c __aeabi_dadd - .text.__aeabi_d2iz - 0x00003f78 0x40 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(double.o) - 0x00003f78 __aeabi_d2iz - .text.__bhs_ui2d - 0x00003fb8 0x46 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(double.o) - 0x00003fb8 __bhs_ui2d - .text.__aeabi_i2d - 0x00003ffe 0x10 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(double.o) - 0x00003ffe __aeabi_i2d - .text.__aeabi_dcmpeq - 0x0000400e 0x2c c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(double.o) - 0x0000400e __aeabi_dcmpeq - .text.__aeabi_dcmplt - 0x0000403a 0x54 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(double.o) - 0x0000403a __aeabi_dcmplt - .text.__aeabi_dcmple - 0x0000408e 0x54 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(double.o) - 0x0000408e __aeabi_dcmple - .text.__aeabi_dcmpge - 0x000040e2 0x54 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(double.o) - 0x000040e2 __aeabi_dcmpge - *fill* 0x00004136 0x2 ff - .text.__aeabi_fdiv - 0x00004138 0xc0 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(float.o) - 0x00004138 __aeabi_fdiv - .text.__bhs_ui2f - 0x000041f8 0x26 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(float.o) - 0x000041f8 __bhs_ui2f - .text.__aeabi_i2f - 0x0000421e 0x10 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(float.o) - 0x0000421e __aeabi_i2f - .text.__aeabi_memset_lowlevel - 0x0000422e 0x32 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(memcpy.o) - 0x0000422e __aeabi_lowlevel_memset - .text.__sys_appexit - 0x00004260 0xc c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_appexit.o) - 0x00004260 __sys_appexit - 0x00004260 __exit - .text.__sys_close - 0x0000426c 0xc c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_close.o) - 0x0000426c __sys_close - .text.__sys_flen - 0x00004278 0xc c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_flen.o) - 0x00004278 __sys_flen - .text.__sys_istty - 0x00004284 0xc c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_istty.o) - 0x00004284 __sys_istty - .text.__sys_remove - 0x00004290 0xc c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_remove.o) - 0x00004290 __sys_remove - .text.__sys_seek - 0x0000429c 0xc c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_seek.o) - 0x0000429c __sys_seek - .text.__sys_tmpnam - 0x000042a8 0xc c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_tmpnam.o) - 0x000042a8 __sys_tmpnam - .text.__sys_write - 0x000042b4 0xc c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_write.o) - 0x000042b4 __sys_write - 0x000042b4 __write - *(.rodata .rodata.* .constdata .constdata.*) - .rodata 0x000042c0 0x26 ./src/labyrinth.o - *fill* 0x000042e6 0x2 ff - .rodata 0x000042e8 0x19b C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - *fill* 0x00004483 0x1 ff - .rodata 0x00004484 0xcc C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(traces.o) - .rodata 0x00004550 0x48 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(uart.o) - .rodata.str1.1 - 0x00004598 0x15 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_cr_assert.o) - .rodata.str1.1 - 0x000045ad 0x18 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(alloc.o) - .rodata.str1.1 - 0x000045c5 0x32 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fpprintf.o) - 0x35 (size before relaxing) - .rodata.str1.1 - 0x000045f7 0x4 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(initio.o) - .rodata.str1.1 - 0x000045fb 0x31 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(printf.o) - 0x38 (size before relaxing) - *fill* 0x0000462c 0x4 ff - .rodata.__huge_vall - 0x00004630 0x8 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_hugeval.o) - 0x00004630 __huge_vall - 0x00004638 . = ALIGN (0x4) - -.glue_7 0x00004638 0x0 - .glue_7 0x00004638 0x0 linker stubs - -.glue_7t 0x00004638 0x0 - .glue_7t 0x00004638 0x0 linker stubs - -.vfp11_veneer 0x00004638 0x0 - .vfp11_veneer 0x00004638 0x0 linker stubs - -.v4_bx 0x00004638 0x0 - .v4_bx 0x00004638 0x0 linker stubs - -.iplt 0x00004638 0x0 - .iplt 0x00004638 0x0 ./src/cr_startup_lpc17.o - -.rel.dyn 0x00004638 0x0 - .rel.iplt 0x00004638 0x0 ./src/cr_startup_lpc17.o - -.ARM.extab - *(.ARM.extab* .gnu.linkonce.armextab.*) - 0x00004638 __exidx_start = . - -.ARM.exidx - *(.ARM.exidx* .gnu.linkonce.armexidx.*) - 0x00004638 __exidx_end = . - 0x00004638 _etext = . - -.data_RAM2 0x2007c000 0x0 load address 0x00004638 - FILL mask 0xff - [!provide] PROVIDE (__start_data_RAM2, .) - *(.ramfunc.$RAM2) - *(.ramfunc.$RamAHB32) - *(.data.$RAM2*) - *(.data.$RamAHB32*) - 0x2007c000 . = ALIGN (0x4) - [!provide] PROVIDE (__end_data_RAM2, .) - -.uninit_RESERVED - 0x10000000 0x0 - *(.bss.$RESERVED*) - 0x10000000 . = ALIGN (0x4) - 0x10000000 _end_uninit_RESERVED = . - -.data 0x10000000 0x210 load address 0x00004638 - FILL mask 0xff - 0x10000000 _data = . - *(vtable) - *(.ramfunc*) - *(.data*) - .data.labyrinth_points - 0x10000000 0x128 ./src/labyrinth.o - .data.previous_id_in - 0x10000128 0x4 ./FreeRTOS_src/tasks.o - .data.xNextTaskUnblockTime - 0x1000012c 0x4 ./FreeRTOS_src/tasks.o - .data.olds 0x10000130 0xdc C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(custom_rand.o) - 0x10000130 olds - .data.SystemCoreClock - 0x1000020c 0x4 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\Debug\libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) - 0x1000020c SystemCoreClock - 0x10000210 . = ALIGN (0x4) - 0x10000210 _edata = . - -.igot.plt 0x10000210 0x0 load address 0x00004848 - .igot.plt 0x10000210 0x0 ./src/cr_startup_lpc17.o - -.bss_RAM2 0x2007c000 0x0 - [!provide] PROVIDE (__start_bss_RAM2, .) - *(.bss.$RAM2*) - *(.bss.$RamAHB32*) - 0x2007c000 . = ALIGN ((. != 0x0)?0x4:0x1) - [!provide] PROVIDE (__end_bss_RAM2, .) - -.bss 0x10000210 0xa8c - 0x10000210 _bss = . - *(.bss*) - .bss.pxCurrentTCB - 0x10000210 0x4 ./FreeRTOS_src/tasks.o - 0x10000210 pxCurrentTCB - .bss.pxReadyTasksLists - 0x10000214 0x64 ./FreeRTOS_src/tasks.o - .bss.pxDelayedTaskList - 0x10000278 0x4 ./FreeRTOS_src/tasks.o - .bss.pxOverflowDelayedTaskList - 0x1000027c 0x4 ./FreeRTOS_src/tasks.o - .bss.xTickCount - 0x10000280 0x4 ./FreeRTOS_src/tasks.o - .bss.uxTopReadyPriority - 0x10000284 0x4 ./FreeRTOS_src/tasks.o - .bss.uxSchedulerSuspended - 0x10000288 0x4 ./FreeRTOS_src/tasks.o - .bss.uxMissedTicks - 0x1000028c 0x4 ./FreeRTOS_src/tasks.o - .bss.xMissedYield - 0x10000290 0x4 ./FreeRTOS_src/tasks.o - .bss.xNumOfOverflows - 0x10000294 0x4 ./FreeRTOS_src/tasks.o - .bss.uxTaskNumber - 0x10000298 0x4 ./FreeRTOS_src/tasks.o - .bss.i2c_h 0x1000029c 0x4 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(accelerometer.o) - .bss.trace_buffer - 0x100002a0 0x800 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(traces.o) - .bss.write_idx - 0x10000aa0 0x4 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(traces.o) - .bss.read_idx 0x10000aa4 0x4 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(traces.o) - .bss.w_byte_idx - 0x10000aa8 0x4 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(traces.o) - .bss.timer_counter - 0x10000aac 0x4 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(traces.o) - .bss.int_enabled - 0x10000ab0 0x1 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(traces.o) - .bss.trace_init_done - 0x10000ab1 0x1 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(traces.o) - *fill* 0x10000ab2 0x2 - .bss.tx_callbck - 0x10000ab4 0x4 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(uart.o) - .bss.rx_callbck - 0x10000ab8 0x4 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(uart.o) - .bss._extra 0x10000abc 0x4 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(initio.o) - 0x10000abc _extra - .bss.__Ciob 0x10000ac0 0x140 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(stdio.o) - 0x10000ac0 __Ciob - .bss._exitvector - 0x10000c00 0x84 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(stdlib.o) - 0x10000c00 _exitvector - .bss._number_of_exit_functions - 0x10000c84 0x4 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(stdlib.o) - 0x10000c84 _number_of_exit_functions - .bss.__heaps 0x10000c88 0x4 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(__init_alloc.o) - 0x10000c88 __heaps - .bss.__end_of_heap - 0x10000c8c 0x4 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(__init_alloc.o) - 0x10000c8c __end_of_heap - .bss.errno 0x10000c90 0x4 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(errno.o) - 0x10000c90 errno - *(COMMON) - COMMON 0x10000c94 0x8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(custom_rand.o) - 0x10000c94 _j - 0x10000c98 _k - 0x10000c9c . = ALIGN (0x4) - 0x10000c9c _ebss = . - [!provide] PROVIDE (end, .) - -.noinit_RAM2 0x2007c000 0x0 - *(.noinit.$RAM2*) - *(.noinit.$RamAHB32*) - 0x2007c000 . = ALIGN (0x4) - -.noinit 0x10000c9c 0x0 - 0x10000c9c _noinit = . - *(.noinit*) - 0x10000c9c . = ALIGN (0x4) - 0x10000c9c _end_noinit = . - 0x10000c9c PROVIDE (_pvHeapStart, DEFINED (__user_heap_base)?__user_heap_base:.) - 0x10008000 PROVIDE (_vStackTop, DEFINED (__user_stack_top)?__user_stack_top:(__top_RamLoc32 - 0x0)) - [!provide] PROVIDE (__valid_user_code_checksum, (0x0 - ((((((_vStackTop + (ResetISR + 0x1)) + (NMI_Handler + 0x1)) + (HardFault_Handler + 0x1)) + (DEFINED (MemManage_Handler)?MemManage_Handler:0x0 + 0x1)) + (DEFINED (BusFault_Handler)?BusFault_Handler:0x0 + 0x1)) + (DEFINED (UsageFault_Handler)?UsageFault_Handler:0x0 + 0x1)))) -OUTPUT(TP1_labyrinth_etu.axf elf32-littlearm) - -.debug_info 0x00000000 0x528f - .debug_info 0x00000000 0x259 ./src/cr_startup_lpc17.o - .debug_info 0x00000259 0x2c5 ./src/labyrinth.o - .debug_info 0x0000051e 0x2a0 ./src/tools.o - .debug_info 0x000007be 0xd7 ./src/trace_mgt.o - .debug_info 0x00000895 0x264 ./FreeRTOS_src/list.o - .debug_info 0x00000af9 0xcbb ./FreeRTOS_src/tasks.o - .debug_info 0x000017b4 0x1c6 ./FreeRTOS_portable/port.o - .debug_info 0x0000197a 0x362 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(accelerometer.o) - .debug_info 0x00001cdc 0x126 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(custom_rand.o) - .debug_info 0x00001e02 0x127b C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .debug_info 0x0000307d 0x5ab C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(ssp.o) - .debug_info 0x00003628 0x786 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(traces.o) - .debug_info 0x00003dae 0x993 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(uart.o) - .debug_info 0x00004741 0x836 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(I2C.o) - .debug_info 0x00004f77 0x318 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\Debug\libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) - -.debug_abbrev 0x00000000 0x1349 - .debug_abbrev 0x00000000 0x100 ./src/cr_startup_lpc17.o - .debug_abbrev 0x00000100 0x11a ./src/labyrinth.o - .debug_abbrev 0x0000021a 0x122 ./src/tools.o - .debug_abbrev 0x0000033c 0x8a ./src/trace_mgt.o - .debug_abbrev 0x000003c6 0xbf ./FreeRTOS_src/list.o - .debug_abbrev 0x00000485 0x1ec ./FreeRTOS_src/tasks.o - .debug_abbrev 0x00000671 0x11d ./FreeRTOS_portable/port.o - .debug_abbrev 0x0000078e 0x111 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(accelerometer.o) - .debug_abbrev 0x0000089f 0xc2 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(custom_rand.o) - .debug_abbrev 0x00000961 0x274 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .debug_abbrev 0x00000bd5 0x13a C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(ssp.o) - .debug_abbrev 0x00000d0f 0x1a2 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(traces.o) - .debug_abbrev 0x00000eb1 0x202 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(uart.o) - .debug_abbrev 0x000010b3 0x1b0 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(I2C.o) - .debug_abbrev 0x00001263 0xe6 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\Debug\libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) - -.debug_aranges 0x00000000 0x550 - .debug_aranges - 0x00000000 0x68 ./src/cr_startup_lpc17.o - .debug_aranges - 0x00000068 0x28 ./src/labyrinth.o - .debug_aranges - 0x00000090 0x30 ./src/tools.o - .debug_aranges - 0x000000c0 0x20 ./src/trace_mgt.o - .debug_aranges - 0x000000e0 0x40 ./FreeRTOS_src/list.o - .debug_aranges - 0x00000120 0x120 ./FreeRTOS_src/tasks.o - .debug_aranges - 0x00000240 0x70 ./FreeRTOS_portable/port.o - .debug_aranges - 0x000002b0 0x38 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(accelerometer.o) - .debug_aranges - 0x000002e8 0x28 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(custom_rand.o) - .debug_aranges - 0x00000310 0x110 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .debug_aranges - 0x00000420 0x30 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(ssp.o) - .debug_aranges - 0x00000450 0x40 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(traces.o) - .debug_aranges - 0x00000490 0x50 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(uart.o) - .debug_aranges - 0x000004e0 0x48 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(I2C.o) - .debug_aranges - 0x00000528 0x28 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\Debug\libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) - -.debug_ranges 0x00000000 0x490 - .debug_ranges 0x00000000 0x58 ./src/cr_startup_lpc17.o - .debug_ranges 0x00000058 0x18 ./src/labyrinth.o - .debug_ranges 0x00000070 0x20 ./src/tools.o - .debug_ranges 0x00000090 0x10 ./src/trace_mgt.o - .debug_ranges 0x000000a0 0x30 ./FreeRTOS_src/list.o - .debug_ranges 0x000000d0 0x110 ./FreeRTOS_src/tasks.o - .debug_ranges 0x000001e0 0x60 ./FreeRTOS_portable/port.o - .debug_ranges 0x00000240 0x28 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(accelerometer.o) - .debug_ranges 0x00000268 0x18 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(custom_rand.o) - .debug_ranges 0x00000280 0x130 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .debug_ranges 0x000003b0 0x20 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(ssp.o) - .debug_ranges 0x000003d0 0x30 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(traces.o) - .debug_ranges 0x00000400 0x40 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(uart.o) - .debug_ranges 0x00000440 0x38 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(I2C.o) - .debug_ranges 0x00000478 0x18 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\Debug\libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) - -.debug_macro 0x00000000 0x4569 - .debug_macro 0x00000000 0x52 ./src/cr_startup_lpc17.o - .debug_macro 0x00000052 0x892 ./src/cr_startup_lpc17.o - .debug_macro 0x000008e4 0x10 ./src/cr_startup_lpc17.o - .debug_macro 0x000008f4 0x12d ./src/cr_startup_lpc17.o - .debug_macro 0x00000a21 0x5b2 ./src/cr_startup_lpc17.o - .debug_macro 0x00000fd3 0x1fa ./src/labyrinth.o - .debug_macro 0x000011cd 0xa0 ./src/labyrinth.o - .debug_macro 0x0000126d 0x22 ./src/labyrinth.o - .debug_macro 0x0000128f 0x22 ./src/labyrinth.o - .debug_macro 0x000012b1 0xc4 ./src/labyrinth.o - .debug_macro 0x00001375 0x46 ./src/labyrinth.o - .debug_macro 0x000013bb 0x150 ./src/labyrinth.o - .debug_macro 0x0000150b 0xa3 ./src/labyrinth.o - .debug_macro 0x000015ae 0x12 ./src/labyrinth.o - .debug_macro 0x000015c0 0x1f ./src/labyrinth.o - .debug_macro 0x000015df 0x177 ./src/labyrinth.o - .debug_macro 0x00001756 0x49 ./src/labyrinth.o - .debug_macro 0x0000179f 0x57 ./src/labyrinth.o - .debug_macro 0x000017f6 0x6a ./src/labyrinth.o - .debug_macro 0x00001860 0x62 ./src/labyrinth.o - .debug_macro 0x000018c2 0x1c ./src/labyrinth.o - .debug_macro 0x000018de 0x2e ./src/labyrinth.o - .debug_macro 0x0000190c 0x18 ./src/labyrinth.o - .debug_macro 0x00001924 0x7af ./src/labyrinth.o - .debug_macro 0x000020d3 0x2c7 ./src/labyrinth.o - .debug_macro 0x0000239a 0x1c ./src/labyrinth.o - .debug_macro 0x000023b6 0x28 ./src/labyrinth.o - .debug_macro 0x000023de 0x1c ./src/labyrinth.o - .debug_macro 0x000023fa 0xc2 ./src/labyrinth.o - .debug_macro 0x000024bc 0xd6 ./src/labyrinth.o - .debug_macro 0x00002592 0x22 ./src/labyrinth.o - .debug_macro 0x000025b4 0x10 ./src/labyrinth.o - .debug_macro 0x000025c4 0xc0 ./src/tools.o - .debug_macro 0x00002684 0xc4 ./src/tools.o - .debug_macro 0x00002748 0x1c ./src/tools.o - .debug_macro 0x00002764 0x135 ./src/trace_mgt.o - .debug_macro 0x00002899 0x10 ./src/trace_mgt.o - .debug_macro 0x000028a9 0x150 ./src/trace_mgt.o - .debug_macro 0x000029f9 0x2e ./src/trace_mgt.o - .debug_macro 0x00002a27 0x9d ./FreeRTOS_src/list.o - .debug_macro 0x00002ac4 0x28 ./FreeRTOS_src/list.o - .debug_macro 0x00002aec 0x130 ./FreeRTOS_src/tasks.o - .debug_macro 0x00002c1c 0x61 ./FreeRTOS_src/tasks.o - .debug_macro 0x00002c7d 0x16 ./FreeRTOS_src/tasks.o - .debug_macro 0x00002c93 0xda ./FreeRTOS_portable/port.o - .debug_macro 0x00002d6d 0xaf C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(accelerometer.o) - .debug_macro 0x00002e1c 0x898 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(accelerometer.o) - .debug_macro 0x000036b4 0x58 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(accelerometer.o) - .debug_macro 0x0000370c 0x46 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(custom_rand.o) - .debug_macro 0x00003752 0x108 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .debug_macro 0x0000385a 0x9a C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .debug_macro 0x000038f4 0x90 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(ssp.o) - .debug_macro 0x00003984 0x22 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(ssp.o) - .debug_macro 0x000039a6 0xcf C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(traces.o) - .debug_macro 0x00003a75 0xa0 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(uart.o) - .debug_macro 0x00003b15 0x16 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(uart.o) - .debug_macro 0x00003b2b 0x8d C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(I2C.o) - .debug_macro 0x00003bb8 0x12b C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\Debug\libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) - .debug_macro 0x00003ce3 0x886 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\Debug\libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) - -.debug_line 0x00000000 0x2f94 - .debug_line 0x00000000 0x1da ./src/cr_startup_lpc17.o - .debug_line 0x000001da 0x335 ./src/labyrinth.o - .debug_line 0x0000050f 0x327 ./src/tools.o - .debug_line 0x00000836 0x28f ./src/trace_mgt.o - .debug_line 0x00000ac5 0x21e ./FreeRTOS_src/list.o - .debug_line 0x00000ce3 0x709 ./FreeRTOS_src/tasks.o - .debug_line 0x000013ec 0x268 ./FreeRTOS_portable/port.o - .debug_line 0x00001654 0x289 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(accelerometer.o) - .debug_line 0x000018dd 0x196 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(custom_rand.o) - .debug_line 0x00001a73 0x7fc C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .debug_line 0x0000226f 0x24a C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(ssp.o) - .debug_line 0x000024b9 0x2f9 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(traces.o) - .debug_line 0x000027b2 0x2b7 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(uart.o) - .debug_line 0x00002a69 0x358 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(I2C.o) - .debug_line 0x00002dc1 0x1d3 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\Debug\libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) - -.debug_str 0x00000000 0xe70f - .debug_str 0x00000000 0x3d83 ./src/cr_startup_lpc17.o - 0x3e02 (size before relaxing) - .debug_str 0x00003d83 0x7cf4 ./src/labyrinth.o - 0xb991 (size before relaxing) - .debug_str 0x0000ba77 0x9a ./src/tools.o - 0x88b9 (size before relaxing) - .debug_str 0x0000bb11 0xa9 ./src/trace_mgt.o - 0xa947 (size before relaxing) - .debug_str 0x0000bbba 0x142 ./FreeRTOS_src/list.o - 0x4536 (size before relaxing) - .debug_str 0x0000bcfc 0x11c8 ./FreeRTOS_src/tasks.o - 0x5bfb (size before relaxing) - .debug_str 0x0000cec4 0x368 ./FreeRTOS_portable/port.o - 0x4a5e (size before relaxing) - .debug_str 0x0000d22c 0x268 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(accelerometer.o) - 0x83a7 (size before relaxing) - .debug_str 0x0000d494 0x2a C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(custom_rand.o) - 0x3ca7 (size before relaxing) - .debug_str 0x0000d4be 0x547 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - 0x8ffe (size before relaxing) - .debug_str 0x0000da05 0x2fa C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(ssp.o) - 0x80da (size before relaxing) - .debug_str 0x0000dcff 0x176 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(traces.o) - 0x83b3 (size before relaxing) - .debug_str 0x0000de75 0x390 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(uart.o) - 0x8474 (size before relaxing) - .debug_str 0x0000e205 0x10a C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(I2C.o) - 0x8278 (size before relaxing) - .debug_str 0x0000e30f 0x400 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\Debug\libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) - 0x8146 (size before relaxing) - -.comment 0x00000000 0xdc - .comment 0x00000000 0x6e ./src/cr_startup_lpc17.o - 0x6f (size before relaxing) - .comment 0x0000006e 0x6f ./src/labyrinth.o - .comment 0x0000006e 0x6f ./src/tools.o - .comment 0x0000006e 0x6f ./src/trace_mgt.o - .comment 0x0000006e 0x6f ./FreeRTOS_src/list.o - .comment 0x0000006e 0x6f ./FreeRTOS_src/tasks.o - .comment 0x0000006e 0x6f ./FreeRTOS_portable/port.o - .comment 0x0000006e 0x6f C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(accelerometer.o) - .comment 0x0000006e 0x6f C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(custom_rand.o) - .comment 0x0000006e 0x6f C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .comment 0x0000006e 0x6f C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(ssp.o) - .comment 0x0000006e 0x6f C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(traces.o) - .comment 0x0000006e 0x6f C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(uart.o) - .comment 0x0000006e 0x6f C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(I2C.o) - .comment 0x0000006e 0x6f C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\Debug\libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) - .comment 0x0000006e 0x6e c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(_cr__main.o) - 0x6f (size before relaxing) - .comment 0x000000dc 0x6f c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(memset.o) - .comment 0x000000dc 0x6f c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_cr_assert.o) - .comment 0x000000dc 0x6f c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_deferredlazyseek.o) - .comment 0x000000dc 0x6f c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_fflush.o) - .comment 0x000000dc 0x6f c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_writebuf.o) - .comment 0x000000dc 0x6f c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(alloc.o) - .comment 0x000000dc 0x6f c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fclose.o) - .comment 0x000000dc 0x6f c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fflush.o) - .comment 0x000000dc 0x6f c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fpprintf.o) - .comment 0x000000dc 0x6f c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fputs.o) - .comment 0x000000dc 0x6f c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fseek.o) - .comment 0x000000dc 0x6f c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(ftell.o) - .comment 0x000000dc 0x6f c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(initio.o) - .comment 0x000000dc 0x6f c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(printf.o) - .comment 0x000000dc 0x6f c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(remove.o) - .comment 0x000000dc 0x6f c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(setvbuf.o) - .comment 0x000000dc 0x6f c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(stdio.o) - .comment 0x000000dc 0x6f c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(stdlib.o) - .comment 0x000000dc 0x6f c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(strlen.o) - .comment 0x000000dc 0x6f c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(__init_alloc.o) - .comment 0x000000dc 0x6f c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_cr_sbrk.o) - .comment 0x000000dc 0x6f c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_do_fflush.o) - .comment 0x000000dc 0x6f c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_fdopen.o) - .comment 0x000000dc 0x6f c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_frexpl.o) - .comment 0x000000dc 0x6f c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_hugeval.o) - .comment 0x000000dc 0x6f c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_ldexpl.o) - .comment 0x000000dc 0x6f c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(errno.o) - .comment 0x000000dc 0x6f c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_cr_check_heap.o) - .comment 0x000000dc 0x6f c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(double.o) - .comment 0x000000dc 0x6f c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(float.o) - -.ARM.attributes - 0x00000000 0x31 - .ARM.attributes - 0x00000000 0x33 ./src/cr_startup_lpc17.o - .ARM.attributes - 0x00000033 0x33 ./src/labyrinth.o - .ARM.attributes - 0x00000066 0x33 ./src/tools.o - .ARM.attributes - 0x00000099 0x33 ./src/trace_mgt.o - .ARM.attributes - 0x000000cc 0x33 ./FreeRTOS_src/list.o - .ARM.attributes - 0x000000ff 0x33 ./FreeRTOS_src/tasks.o - .ARM.attributes - 0x00000132 0x33 ./FreeRTOS_portable/port.o - .ARM.attributes - 0x00000165 0x33 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(accelerometer.o) - .ARM.attributes - 0x00000198 0x33 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(custom_rand.o) - .ARM.attributes - 0x000001cb 0x33 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .ARM.attributes - 0x000001fe 0x33 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(ssp.o) - .ARM.attributes - 0x00000231 0x33 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(traces.o) - .ARM.attributes - 0x00000264 0x33 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(uart.o) - .ARM.attributes - 0x00000297 0x33 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(I2C.o) - .ARM.attributes - 0x000002ca 0x33 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\Debug\libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) - .ARM.attributes - 0x000002fd 0x33 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(_cr__main.o) - .ARM.attributes - 0x00000330 0x33 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(memset.o) - .ARM.attributes - 0x00000363 0x33 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_cr_assert.o) - .ARM.attributes - 0x00000396 0x33 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_deferredlazyseek.o) - .ARM.attributes - 0x000003c9 0x33 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_fflush.o) - .ARM.attributes - 0x000003fc 0x33 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_writebuf.o) - .ARM.attributes - 0x0000042f 0x33 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(alloc.o) - .ARM.attributes - 0x00000462 0x33 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fclose.o) - .ARM.attributes - 0x00000495 0x33 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fflush.o) - .ARM.attributes - 0x000004c8 0x33 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fpprintf.o) - .ARM.attributes - 0x000004fb 0x33 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fputs.o) - .ARM.attributes - 0x0000052e 0x33 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(fseek.o) - .ARM.attributes - 0x00000561 0x33 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(ftell.o) - .ARM.attributes - 0x00000594 0x33 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(initio.o) - .ARM.attributes - 0x000005c7 0x33 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(printf.o) - .ARM.attributes - 0x000005fa 0x33 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(remove.o) - .ARM.attributes - 0x0000062d 0x33 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(setvbuf.o) - .ARM.attributes - 0x00000660 0x33 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(stdio.o) - .ARM.attributes - 0x00000693 0x33 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(stdlib.o) - .ARM.attributes - 0x000006c6 0x33 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(strlen.o) - .ARM.attributes - 0x000006f9 0x33 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(__init_alloc.o) - .ARM.attributes - 0x0000072c 0x33 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_cr_sbrk.o) - .ARM.attributes - 0x0000075f 0x33 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_do_fflush.o) - .ARM.attributes - 0x00000792 0x33 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_fdopen.o) - .ARM.attributes - 0x000007c5 0x33 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_frexpl.o) - .ARM.attributes - 0x000007f8 0x33 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_hugeval.o) - .ARM.attributes - 0x0000082b 0x33 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_ldexpl.o) - .ARM.attributes - 0x0000085e 0x33 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(errno.o) - .ARM.attributes - 0x00000891 0x33 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_c.a(_cr_check_heap.o) - .ARM.attributes - 0x000008c4 0x33 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(double.o) - .ARM.attributes - 0x000008f7 0x33 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(float.o) - .ARM.attributes - 0x0000092a 0x21 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/armv7-m\libcr_eabihelpers.a(memcpy.o) - .ARM.attributes - 0x0000094b 0x21 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_appexit.o) - .ARM.attributes - 0x0000096c 0x21 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_close.o) - .ARM.attributes - 0x0000098d 0x21 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_flen.o) - .ARM.attributes - 0x000009ae 0x21 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_istty.o) - .ARM.attributes - 0x000009cf 0x21 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_remove.o) - .ARM.attributes - 0x000009f0 0x21 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_seek.o) - .ARM.attributes - 0x00000a11 0x21 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_tmpnam.o) - .ARM.attributes - 0x00000a32 0x21 c:/nxp/lpcxpresso_8.2.2_650/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/lib/armv7-m\libcr_semihost.a(__sys_write.o) - -.debug_frame 0x00000000 0x1234 - .debug_frame 0x00000000 0x128 ./src/cr_startup_lpc17.o - .debug_frame 0x00000128 0x5c ./src/labyrinth.o - .debug_frame 0x00000184 0x90 ./src/tools.o - .debug_frame 0x00000214 0x34 ./src/trace_mgt.o - .debug_frame 0x00000248 0xd8 ./FreeRTOS_src/list.o - .debug_frame 0x00000320 0x4b4 ./FreeRTOS_src/tasks.o - .debug_frame 0x000007d4 0x148 ./FreeRTOS_portable/port.o - .debug_frame 0x0000091c 0xa0 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(accelerometer.o) - .debug_frame 0x000009bc 0x5c C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(custom_rand.o) - .debug_frame 0x00000a18 0x48c C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(lcd.o) - .debug_frame 0x00000ea4 0x88 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(ssp.o) - .debug_frame 0x00000f2c 0xcc C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(traces.o) - .debug_frame 0x00000ff8 0x108 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(uart.o) - .debug_frame 0x00001100 0xf8 C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug\libMylab_lib.a(I2C.o) - .debug_frame 0x000011f8 0x3c C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\Debug\libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) +Archive member included to satisfy reference by file (symbol) + +/home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(accelerometer.o) + ./src/labyrinth.o (accel_init) +/home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(custom_rand.o) + ./src/labyrinth.o (init_rnd32) +/home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + ./src/labyrinth.o (init_lcd) +/home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(ssp.o) + /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) (ssp_init_custom) +/home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(traces.o) + ./src/trace_mgt.o (write_trace_ref) +/home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(uart.o) + /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(traces.o) (uart0_init_ref) +/home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(I2C.o) + /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(accelerometer.o) (init_i2c) +/home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(fonts.o) + /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) (SmallFont) +/home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/Debug/libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) + /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(I2C.o) (SystemCoreClock) +/usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(_cr__main.o) + ./src/cr_startup_lpc17.o (__main) +/usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(_cr_assert.o) + /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(uart.o) (__assertion_failed) +/usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__ciob.o) + /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(_cr_assert.o) (__Ciob) +/usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_appexit.o) + /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(_cr_assert.o) (__sys_appexit) +/usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(memcpy.o) + ./FreeRTOS_src/queue.o (memcpy) +/usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(memset.o) + ./FreeRTOS_src/tasks.o (memset) +/usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_deferredlazyseek.o) + /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(_cr_assert.o) (__flsbuf) +/usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_fflush.o) + /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_deferredlazyseek.o) (_fflush) +/usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_writebuf.o) + /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_deferredlazyseek.o) (_Cwritebuf) +/usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(alloc.o) + /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) (malloc) +/usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(ceil.o) + ./src/tools.o (ceil) +/usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fclose.o) + /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) (fclose) +/usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fflush.o) + /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fclose.o) (fflush) +/usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(floor.o) + ./src/tools.o (floor) +/usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fopen.o) + /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) (fopen) +/usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fpprintf.o) + /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) (vsprintf) +/usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fputs.o) + /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(_cr_assert.o) (fputs) +/usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fread.o) + /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) (fread) +/usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(freopen.o) + /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fopen.o) (freopen) +/usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fseek.o) + /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) (fseek) +/usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(ftell.o) + /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fseek.o) (ftell) +/usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(initio.o) + /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(_cr__main.o) (_initio) +/usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(printf.o) + /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fpprintf.o) (__vfprintf) +/usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(remove.o) + /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fclose.o) (remove) +/usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(setvbuf.o) + /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(initio.o) (setvbuf) +/usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(sqrt.o) + /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) (sqrt) +/usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(stdlib.o) + /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) (exit) +/usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(strlen.o) + /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) (strlen) +/usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(strncpy.o) + ./FreeRTOS_src/tasks.o (strncpy) +/usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(__init_alloc.o) + /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(alloc.o) (__heaps) +/usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_cr_sbrk.o) + /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(alloc.o) (_sbrk) +/usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_do_fflush.o) + /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fflush.o) (_do_fflush) +/usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_fdopen.o) + /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(initio.o) (_fdopen) +/usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_frexpl.o) + /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fpprintf.o) (_frexpl) +/usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_ldexpl.o) + /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fpprintf.o) (_ldexpl) +/usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_read.o) + /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fread.o) (_Cread) +/usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(errno.o) + /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(ftell.o) (errno) +/usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(raise.o) + /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(stdlib.o) (raise) +/usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(__fillbuf.o) + /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_read.o) (__filbuf) +/usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_cr_check_heap.o) + /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_cr_sbrk.o) (__check_heap_overflow) +/usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(division_64.o) + /home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/Debug/libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) (__aeabi_ldivmod) +/usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(division_idiv0.o) + /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(division_64.o) (__aeabi_idiv0) +/usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(double.o) + /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fpprintf.o) (__aeabi_dmul) +/usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(float.o) + ./src/tools.o (__aeabi_fmul) +/usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(memcpy.o) + /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(memcpy.o) (__aeabi_memcpy) +/usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_close.o) + /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fclose.o) (__sys_close) +/usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_flen.o) + /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_writebuf.o) (__sys_flen) +/usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_istty.o) + /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_deferredlazyseek.o) (__sys_istty) +/usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_open.o) + /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(freopen.o) (__sys_open) +/usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_read.o) + /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(__fillbuf.o) (__sys_read) +/usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_readc.o) + /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(__fillbuf.o) (__sys_readc) +/usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_remove.o) + /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(remove.o) (__sys_remove) +/usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_rename.o) + /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(remove.o) (__sys_rename) +/usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_seek.o) + /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_writebuf.o) (__sys_seek) +/usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_tmpnam.o) + /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fclose.o) (__sys_tmpnam) +/usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_write.o) + /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_writebuf.o) (__sys_write) + +Allocating common symbols +Common symbol size file + +_j 0x4 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(custom_rand.o) +_k 0x4 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(custom_rand.o) + +Discarded input sections + + .group 0x00000000 0xc ./src/cr_startup_lpc17.o + .group 0x00000000 0xc ./src/cr_startup_lpc17.o + .group 0x00000000 0xc ./src/cr_startup_lpc17.o + .group 0x00000000 0xc ./src/cr_startup_lpc17.o + .text 0x00000000 0x0 ./src/cr_startup_lpc17.o + .data 0x00000000 0x0 ./src/cr_startup_lpc17.o + .bss 0x00000000 0x0 ./src/cr_startup_lpc17.o + .group 0x00000000 0xc ./src/labyrinth.o + .group 0x00000000 0xc ./src/labyrinth.o + .group 0x00000000 0xc ./src/labyrinth.o + .group 0x00000000 0xc ./src/labyrinth.o + .group 0x00000000 0xc ./src/labyrinth.o + .group 0x00000000 0xc ./src/labyrinth.o + .group 0x00000000 0xc ./src/labyrinth.o + .group 0x00000000 0xc ./src/labyrinth.o + .group 0x00000000 0xc ./src/labyrinth.o + .group 0x00000000 0xc ./src/labyrinth.o + .group 0x00000000 0xc ./src/labyrinth.o + .group 0x00000000 0xc ./src/labyrinth.o + .group 0x00000000 0xc ./src/labyrinth.o + .group 0x00000000 0xc ./src/labyrinth.o + .group 0x00000000 0xc ./src/labyrinth.o + .group 0x00000000 0xc ./src/labyrinth.o + .group 0x00000000 0xc ./src/labyrinth.o + .group 0x00000000 0xc ./src/labyrinth.o + .group 0x00000000 0xc ./src/labyrinth.o + .group 0x00000000 0xc ./src/labyrinth.o + .group 0x00000000 0xc ./src/labyrinth.o + .group 0x00000000 0xc ./src/labyrinth.o + .group 0x00000000 0xc ./src/labyrinth.o + .group 0x00000000 0xc ./src/labyrinth.o + .group 0x00000000 0xc ./src/labyrinth.o + .group 0x00000000 0xc ./src/labyrinth.o + .group 0x00000000 0xc ./src/labyrinth.o + .group 0x00000000 0xc ./src/labyrinth.o + .group 0x00000000 0xc ./src/labyrinth.o + .group 0x00000000 0xc ./src/labyrinth.o + .text 0x00000000 0x0 ./src/labyrinth.o + .data 0x00000000 0x0 ./src/labyrinth.o + .bss 0x00000000 0x0 ./src/labyrinth.o + .text.slave_info_rx + 0x00000000 0x14 ./src/labyrinth.o + .data.ball_param_th.0 + 0x00000000 0x8c ./src/labyrinth.o + .debug_macro 0x00000000 0xae4 ./src/labyrinth.o + .debug_macro 0x00000000 0x10 ./src/labyrinth.o + .debug_macro 0x00000000 0x12e ./src/labyrinth.o + .debug_macro 0x00000000 0x5b3 ./src/labyrinth.o + .group 0x00000000 0xc ./src/tools.o + .group 0x00000000 0xc ./src/tools.o + .group 0x00000000 0xc ./src/tools.o + .group 0x00000000 0xc ./src/tools.o + .group 0x00000000 0xc ./src/tools.o + .group 0x00000000 0xc ./src/tools.o + .group 0x00000000 0xc ./src/tools.o + .group 0x00000000 0xc ./src/tools.o + .group 0x00000000 0xc ./src/tools.o + .group 0x00000000 0xc ./src/tools.o + .group 0x00000000 0xc ./src/tools.o + .group 0x00000000 0xc ./src/tools.o + .group 0x00000000 0xc ./src/tools.o + .group 0x00000000 0xc ./src/tools.o + .group 0x00000000 0xc ./src/tools.o + .group 0x00000000 0xc ./src/tools.o + .text 0x00000000 0x0 ./src/tools.o + .data 0x00000000 0x0 ./src/tools.o + .bss 0x00000000 0x0 ./src/tools.o + .text.round 0x00000000 0x76 ./src/tools.o + .text.test_collision + 0x00000000 0x438 ./src/tools.o + .debug_macro 0x00000000 0xae4 ./src/tools.o + .debug_macro 0x00000000 0x10 ./src/tools.o + .debug_macro 0x00000000 0x12e ./src/tools.o + .debug_macro 0x00000000 0x5b3 ./src/tools.o + .debug_macro 0x00000000 0x1c ./src/tools.o + .debug_macro 0x00000000 0x2e ./src/tools.o + .debug_macro 0x00000000 0x18 ./src/tools.o + .debug_macro 0x00000000 0x7af ./src/tools.o + .debug_macro 0x00000000 0x2c7 ./src/tools.o + .debug_macro 0x00000000 0x1c ./src/tools.o + .debug_macro 0x00000000 0x22 ./src/tools.o + .debug_macro 0x00000000 0x28 ./src/tools.o + .debug_macro 0x00000000 0x1c ./src/tools.o + .debug_macro 0x00000000 0xc2 ./src/tools.o + .group 0x00000000 0xc ./src/trace_mgt.o + .group 0x00000000 0xc ./src/trace_mgt.o + .group 0x00000000 0xc ./src/trace_mgt.o + .group 0x00000000 0xc ./src/trace_mgt.o + .group 0x00000000 0xc ./src/trace_mgt.o + .group 0x00000000 0xc ./src/trace_mgt.o + .group 0x00000000 0xc ./src/trace_mgt.o + .group 0x00000000 0xc ./src/trace_mgt.o + .group 0x00000000 0xc ./src/trace_mgt.o + .group 0x00000000 0xc ./src/trace_mgt.o + .group 0x00000000 0xc ./src/trace_mgt.o + .group 0x00000000 0xc ./src/trace_mgt.o + .group 0x00000000 0xc ./src/trace_mgt.o + .group 0x00000000 0xc ./src/trace_mgt.o + .group 0x00000000 0xc ./src/trace_mgt.o + .group 0x00000000 0xc ./src/trace_mgt.o + .group 0x00000000 0xc ./src/trace_mgt.o + .group 0x00000000 0xc ./src/trace_mgt.o + .group 0x00000000 0xc ./src/trace_mgt.o + .group 0x00000000 0xc ./src/trace_mgt.o + .group 0x00000000 0xc ./src/trace_mgt.o + .group 0x00000000 0xc ./src/trace_mgt.o + .group 0x00000000 0xc ./src/trace_mgt.o + .text 0x00000000 0x0 ./src/trace_mgt.o + .data 0x00000000 0x0 ./src/trace_mgt.o + .bss 0x00000000 0x0 ./src/trace_mgt.o + .debug_macro 0x00000000 0xae4 ./src/trace_mgt.o + .debug_macro 0x00000000 0x1c ./src/trace_mgt.o + .debug_macro 0x00000000 0x2e ./src/trace_mgt.o + .debug_macro 0x00000000 0x10 ./src/trace_mgt.o + .debug_macro 0x00000000 0x12e ./src/trace_mgt.o + .debug_macro 0x00000000 0x5b3 ./src/trace_mgt.o + .debug_macro 0x00000000 0x18 ./src/trace_mgt.o + .debug_macro 0x00000000 0x7af ./src/trace_mgt.o + .debug_macro 0x00000000 0x2c7 ./src/trace_mgt.o + .debug_macro 0x00000000 0xa0 ./src/trace_mgt.o + .debug_macro 0x00000000 0x22 ./src/trace_mgt.o + .debug_macro 0x00000000 0x46 ./src/trace_mgt.o + .debug_macro 0x00000000 0xa3 ./src/trace_mgt.o + .debug_macro 0x00000000 0x12 ./src/trace_mgt.o + .debug_macro 0x00000000 0x1f ./src/trace_mgt.o + .debug_macro 0x00000000 0x177 ./src/trace_mgt.o + .debug_macro 0x00000000 0x49 ./src/trace_mgt.o + .debug_macro 0x00000000 0x57 ./src/trace_mgt.o + .debug_macro 0x00000000 0x6a ./src/trace_mgt.o + .debug_macro 0x00000000 0x62 ./src/trace_mgt.o + .group 0x00000000 0xc ./FreeRTOS_src/croutine.o + .group 0x00000000 0xc ./FreeRTOS_src/croutine.o + .group 0x00000000 0xc ./FreeRTOS_src/croutine.o + .group 0x00000000 0xc ./FreeRTOS_src/croutine.o + .group 0x00000000 0xc ./FreeRTOS_src/croutine.o + .group 0x00000000 0xc ./FreeRTOS_src/croutine.o + .group 0x00000000 0xc ./FreeRTOS_src/croutine.o + .group 0x00000000 0xc ./FreeRTOS_src/croutine.o + .group 0x00000000 0xc ./FreeRTOS_src/croutine.o + .group 0x00000000 0xc ./FreeRTOS_src/croutine.o + .group 0x00000000 0xc ./FreeRTOS_src/croutine.o + .group 0x00000000 0xc ./FreeRTOS_src/croutine.o + .group 0x00000000 0xc ./FreeRTOS_src/croutine.o + .text 0x00000000 0x0 ./FreeRTOS_src/croutine.o + .data 0x00000000 0x0 ./FreeRTOS_src/croutine.o + .bss 0x00000000 0x0 ./FreeRTOS_src/croutine.o + .bss.pxReadyCoRoutineLists + 0x00000000 0x28 ./FreeRTOS_src/croutine.o + .bss.xDelayedCoRoutineList1 + 0x00000000 0x14 ./FreeRTOS_src/croutine.o + .bss.xDelayedCoRoutineList2 + 0x00000000 0x14 ./FreeRTOS_src/croutine.o + .bss.pxDelayedCoRoutineList + 0x00000000 0x4 ./FreeRTOS_src/croutine.o + .bss.pxOverflowDelayedCoRoutineList + 0x00000000 0x4 ./FreeRTOS_src/croutine.o + .bss.xPendingReadyCoRoutineList + 0x00000000 0x14 ./FreeRTOS_src/croutine.o + .bss.pxCurrentCoRoutine + 0x00000000 0x4 ./FreeRTOS_src/croutine.o + .bss.uxTopCoRoutineReadyPriority + 0x00000000 0x4 ./FreeRTOS_src/croutine.o + .bss.xCoRoutineTickCount + 0x00000000 0x4 ./FreeRTOS_src/croutine.o + .bss.xLastTickCount + 0x00000000 0x4 ./FreeRTOS_src/croutine.o + .bss.xPassedTicks + 0x00000000 0x4 ./FreeRTOS_src/croutine.o + .text.xCoRoutineCreate + 0x00000000 0xcc ./FreeRTOS_src/croutine.o + .text.vCoRoutineAddToDelayedList + 0x00000000 0x84 ./FreeRTOS_src/croutine.o + .text.prvCheckPendingReadyList + 0x00000000 0x84 ./FreeRTOS_src/croutine.o + .text.prvCheckDelayedList + 0x00000000 0x100 ./FreeRTOS_src/croutine.o + .text.vCoRoutineSchedule + 0x00000000 0xa0 ./FreeRTOS_src/croutine.o + .text.prvInitialiseCoRoutineLists + 0x00000000 0x6c ./FreeRTOS_src/croutine.o + .text.xCoRoutineRemoveFromEventList + 0x00000000 0x50 ./FreeRTOS_src/croutine.o + .debug_info 0x00000000 0x54f ./FreeRTOS_src/croutine.o + .debug_abbrev 0x00000000 0x1fa ./FreeRTOS_src/croutine.o + .debug_aranges + 0x00000000 0x50 ./FreeRTOS_src/croutine.o + .debug_ranges 0x00000000 0x40 ./FreeRTOS_src/croutine.o + .debug_macro 0x00000000 0xad ./FreeRTOS_src/croutine.o + .debug_macro 0x00000000 0xae4 ./FreeRTOS_src/croutine.o + .debug_macro 0x00000000 0x10 ./FreeRTOS_src/croutine.o + .debug_macro 0x00000000 0x12e ./FreeRTOS_src/croutine.o + .debug_macro 0x00000000 0x16 ./FreeRTOS_src/croutine.o + .debug_macro 0x00000000 0x46 ./FreeRTOS_src/croutine.o + .debug_macro 0x00000000 0x150 ./FreeRTOS_src/croutine.o + .debug_macro 0x00000000 0xa3 ./FreeRTOS_src/croutine.o + .debug_macro 0x00000000 0x12 ./FreeRTOS_src/croutine.o + .debug_macro 0x00000000 0x1f ./FreeRTOS_src/croutine.o + .debug_macro 0x00000000 0x177 ./FreeRTOS_src/croutine.o + .debug_macro 0x00000000 0x49 ./FreeRTOS_src/croutine.o + .debug_macro 0x00000000 0x57 ./FreeRTOS_src/croutine.o + .debug_macro 0x00000000 0x49 ./FreeRTOS_src/croutine.o + .debug_line 0x00000000 0x434 ./FreeRTOS_src/croutine.o + .debug_str 0x00000000 0x5b23 ./FreeRTOS_src/croutine.o + .comment 0x00000000 0x45 ./FreeRTOS_src/croutine.o + .debug_frame 0x00000000 0x10c ./FreeRTOS_src/croutine.o + .ARM.attributes + 0x00000000 0x2d ./FreeRTOS_src/croutine.o + .group 0x00000000 0xc ./FreeRTOS_src/list.o + .group 0x00000000 0xc ./FreeRTOS_src/list.o + .group 0x00000000 0xc ./FreeRTOS_src/list.o + .group 0x00000000 0xc ./FreeRTOS_src/list.o + .group 0x00000000 0xc ./FreeRTOS_src/list.o + .group 0x00000000 0xc ./FreeRTOS_src/list.o + .group 0x00000000 0xc ./FreeRTOS_src/list.o + .group 0x00000000 0xc ./FreeRTOS_src/list.o + .group 0x00000000 0xc ./FreeRTOS_src/list.o + .group 0x00000000 0xc ./FreeRTOS_src/list.o + .group 0x00000000 0xc ./FreeRTOS_src/list.o + .text 0x00000000 0x0 ./FreeRTOS_src/list.o + .data 0x00000000 0x0 ./FreeRTOS_src/list.o + .bss 0x00000000 0x0 ./FreeRTOS_src/list.o + .text.vListInitialise + 0x00000000 0x3e ./FreeRTOS_src/list.o + .text.vListInitialiseItem + 0x00000000 0x18 ./FreeRTOS_src/list.o + .text.vListInsert + 0x00000000 0x70 ./FreeRTOS_src/list.o + .debug_macro 0x00000000 0xae4 ./FreeRTOS_src/list.o + .debug_macro 0x00000000 0x10 ./FreeRTOS_src/list.o + .debug_macro 0x00000000 0x12e ./FreeRTOS_src/list.o + .debug_macro 0x00000000 0x46 ./FreeRTOS_src/list.o + .debug_macro 0x00000000 0x150 ./FreeRTOS_src/list.o + .debug_macro 0x00000000 0xa3 ./FreeRTOS_src/list.o + .debug_macro 0x00000000 0x12 ./FreeRTOS_src/list.o + .debug_macro 0x00000000 0x1f ./FreeRTOS_src/list.o + .debug_macro 0x00000000 0x177 ./FreeRTOS_src/list.o + .debug_macro 0x00000000 0x49 ./FreeRTOS_src/list.o + .group 0x00000000 0xc ./FreeRTOS_src/queue.o + .group 0x00000000 0xc ./FreeRTOS_src/queue.o + .group 0x00000000 0xc ./FreeRTOS_src/queue.o + .group 0x00000000 0xc ./FreeRTOS_src/queue.o + .group 0x00000000 0xc ./FreeRTOS_src/queue.o + .group 0x00000000 0xc ./FreeRTOS_src/queue.o + .group 0x00000000 0xc ./FreeRTOS_src/queue.o + .group 0x00000000 0xc ./FreeRTOS_src/queue.o + .group 0x00000000 0xc ./FreeRTOS_src/queue.o + .group 0x00000000 0xc ./FreeRTOS_src/queue.o + .group 0x00000000 0xc ./FreeRTOS_src/queue.o + .group 0x00000000 0xc ./FreeRTOS_src/queue.o + .group 0x00000000 0xc ./FreeRTOS_src/queue.o + .text 0x00000000 0x0 ./FreeRTOS_src/queue.o + .data 0x00000000 0x0 ./FreeRTOS_src/queue.o + .bss 0x00000000 0x0 ./FreeRTOS_src/queue.o + .bss.xQueueRegistry + 0x00000000 0x50 ./FreeRTOS_src/queue.o + .text.xQueueCreate + 0x00000000 0xbc ./FreeRTOS_src/queue.o + .text.xQueueGiveMutexRecursive + 0x00000000 0x48 ./FreeRTOS_src/queue.o + .text.xQueueTakeMutexRecursive + 0x00000000 0x50 ./FreeRTOS_src/queue.o + .text.xQueueCreateCountingSemaphore + 0x00000000 0x2a ./FreeRTOS_src/queue.o + .text.xQueueGenericSend + 0x00000000 0x106 ./FreeRTOS_src/queue.o + .text.xQueueGenericSendFromISR + 0x00000000 0x80 ./FreeRTOS_src/queue.o + .text.xQueueGenericReceive + 0x00000000 0x13c ./FreeRTOS_src/queue.o + .text.xQueueReceiveFromISR + 0x00000000 0x82 ./FreeRTOS_src/queue.o + .text.uxQueueMessagesWaiting + 0x00000000 0x20 ./FreeRTOS_src/queue.o + .text.uxQueueMessagesWaitingFromISR + 0x00000000 0x1a ./FreeRTOS_src/queue.o + .text.vQueueDelete + 0x00000000 0x26 ./FreeRTOS_src/queue.o + .text.prvCopyDataToQueue + 0x00000000 0x9c ./FreeRTOS_src/queue.o + .text.prvCopyDataFromQueue + 0x00000000 0x4c ./FreeRTOS_src/queue.o + .text.prvUnlockQueue + 0x00000000 0x98 ./FreeRTOS_src/queue.o + .text.prvIsQueueEmpty + 0x00000000 0x2a ./FreeRTOS_src/queue.o + .text.xQueueIsQueueEmptyFromISR + 0x00000000 0x24 ./FreeRTOS_src/queue.o + .text.prvIsQueueFull + 0x00000000 0x2e ./FreeRTOS_src/queue.o + .text.xQueueIsQueueFullFromISR + 0x00000000 0x28 ./FreeRTOS_src/queue.o + .text.vQueueAddToRegistry + 0x00000000 0x50 ./FreeRTOS_src/queue.o + .text.vQueueUnregisterQueue + 0x00000000 0x48 ./FreeRTOS_src/queue.o + .debug_info 0x00000000 0xa09 ./FreeRTOS_src/queue.o + .debug_abbrev 0x00000000 0x27c ./FreeRTOS_src/queue.o + .debug_aranges + 0x00000000 0xb8 ./FreeRTOS_src/queue.o + .debug_ranges 0x00000000 0xa8 ./FreeRTOS_src/queue.o + .debug_macro 0x00000000 0x11e ./FreeRTOS_src/queue.o + .debug_macro 0x00000000 0xae4 ./FreeRTOS_src/queue.o + .debug_macro 0x00000000 0x10 ./FreeRTOS_src/queue.o + .debug_macro 0x00000000 0x12e ./FreeRTOS_src/queue.o + .debug_macro 0x00000000 0x28 ./FreeRTOS_src/queue.o + .debug_macro 0x00000000 0x46 ./FreeRTOS_src/queue.o + .debug_macro 0x00000000 0x150 ./FreeRTOS_src/queue.o + .debug_macro 0x00000000 0xa3 ./FreeRTOS_src/queue.o + .debug_macro 0x00000000 0x12 ./FreeRTOS_src/queue.o + .debug_macro 0x00000000 0x1f ./FreeRTOS_src/queue.o + .debug_macro 0x00000000 0x177 ./FreeRTOS_src/queue.o + .debug_macro 0x00000000 0x49 ./FreeRTOS_src/queue.o + .debug_macro 0x00000000 0x57 ./FreeRTOS_src/queue.o + .debug_macro 0x00000000 0x49 ./FreeRTOS_src/queue.o + .debug_line 0x00000000 0x7fe ./FreeRTOS_src/queue.o + .debug_str 0x00000000 0x5f85 ./FreeRTOS_src/queue.o + .comment 0x00000000 0x45 ./FreeRTOS_src/queue.o + .debug_frame 0x00000000 0x2fc ./FreeRTOS_src/queue.o + .ARM.attributes + 0x00000000 0x2d ./FreeRTOS_src/queue.o + .group 0x00000000 0xc ./FreeRTOS_src/tasks.o + .group 0x00000000 0xc ./FreeRTOS_src/tasks.o + .group 0x00000000 0xc ./FreeRTOS_src/tasks.o + .group 0x00000000 0xc ./FreeRTOS_src/tasks.o + .group 0x00000000 0xc ./FreeRTOS_src/tasks.o + .group 0x00000000 0xc ./FreeRTOS_src/tasks.o + .group 0x00000000 0xc ./FreeRTOS_src/tasks.o + .group 0x00000000 0xc ./FreeRTOS_src/tasks.o + .group 0x00000000 0xc ./FreeRTOS_src/tasks.o + .group 0x00000000 0xc ./FreeRTOS_src/tasks.o + .group 0x00000000 0xc ./FreeRTOS_src/tasks.o + .group 0x00000000 0xc ./FreeRTOS_src/tasks.o + .group 0x00000000 0xc ./FreeRTOS_src/tasks.o + .group 0x00000000 0xc ./FreeRTOS_src/tasks.o + .group 0x00000000 0xc ./FreeRTOS_src/tasks.o + .text 0x00000000 0x0 ./FreeRTOS_src/tasks.o + .data 0x00000000 0x0 ./FreeRTOS_src/tasks.o + .bss 0x00000000 0x0 ./FreeRTOS_src/tasks.o + .bss.xDelayedTaskList1 + 0x00000000 0x14 ./FreeRTOS_src/tasks.o + .bss.xDelayedTaskList2 + 0x00000000 0x14 ./FreeRTOS_src/tasks.o + .bss.xPendingReadyList + 0x00000000 0x14 ./FreeRTOS_src/tasks.o + .bss.xTasksWaitingTermination + 0x00000000 0x14 ./FreeRTOS_src/tasks.o + .bss.uxTasksDeleted + 0x00000000 0x4 ./FreeRTOS_src/tasks.o + .bss.xSuspendedTaskList + 0x00000000 0x14 ./FreeRTOS_src/tasks.o + .bss.uxCurrentNumberOfTasks + 0x00000000 0x4 ./FreeRTOS_src/tasks.o + .bss.uxTopUsedPriority + 0x00000000 0x4 ./FreeRTOS_src/tasks.o + .bss.xSchedulerRunning + 0x00000000 0x4 ./FreeRTOS_src/tasks.o + .text.xTaskGenericCreate + 0x00000000 0x15c ./FreeRTOS_src/tasks.o + .text.vTaskDelete + 0x00000000 0x98 ./FreeRTOS_src/tasks.o + .text.vTaskDelayUntil + 0x00000000 0x98 ./FreeRTOS_src/tasks.o + .text.vTaskDelay + 0x00000000 0x54 ./FreeRTOS_src/tasks.o + .text.uxTaskPriorityGet + 0x00000000 0x34 ./FreeRTOS_src/tasks.o + .text.vTaskPrioritySet + 0x00000000 0xe8 ./FreeRTOS_src/tasks.o + .text.vTaskSuspend + 0x00000000 0x9c ./FreeRTOS_src/tasks.o + .text.xTaskIsTaskSuspended + 0x00000000 0x44 ./FreeRTOS_src/tasks.o + .text.vTaskResume + 0x00000000 0x90 ./FreeRTOS_src/tasks.o + .text.xTaskResumeFromISR + 0x00000000 0xa0 ./FreeRTOS_src/tasks.o + .rodata.vTaskStartScheduler.str1.4 + 0x00000000 0x5 ./FreeRTOS_src/tasks.o + .text.vTaskStartScheduler + 0x00000000 0x5c ./FreeRTOS_src/tasks.o + .text.vTaskEndScheduler + 0x00000000 0x20 ./FreeRTOS_src/tasks.o + .text.vTaskSuspendAll + 0x00000000 0x1c ./FreeRTOS_src/tasks.o + .text.xTaskResumeAll + 0x00000000 0xf0 ./FreeRTOS_src/tasks.o + .text.xTaskGetTickCount + 0x00000000 0x24 ./FreeRTOS_src/tasks.o + .text.xTaskGetTickCountFromISR + 0x00000000 0x30 ./FreeRTOS_src/tasks.o + .text.uxTaskGetNumberOfTasks + 0x00000000 0x14 ./FreeRTOS_src/tasks.o + .text.vTaskPlaceOnEventList + 0x00000000 0x60 ./FreeRTOS_src/tasks.o + .text.xTaskRemoveFromEventList + 0x00000000 0xa0 ./FreeRTOS_src/tasks.o + .text.vTaskSetTimeOutState + 0x00000000 0x2c ./FreeRTOS_src/tasks.o + .text.xTaskCheckForTimeOut + 0x00000000 0x88 ./FreeRTOS_src/tasks.o + .text.vTaskMissedYield + 0x00000000 0x18 ./FreeRTOS_src/tasks.o + .text.prvIdleTask + 0x00000000 0x14 ./FreeRTOS_src/tasks.o + .text.prvInitialiseTCBVariables + 0x00000000 0x66 ./FreeRTOS_src/tasks.o + .text.prvInitialiseTaskLists + 0x00000000 0x80 ./FreeRTOS_src/tasks.o + .text.prvCheckTasksWaitingTermination + 0x00000000 0x78 ./FreeRTOS_src/tasks.o + .text.prvAddCurrentTaskToDelayedList + 0x00000000 0x6c ./FreeRTOS_src/tasks.o + .text.prvAllocateTCBAndStack + 0x00000000 0x62 ./FreeRTOS_src/tasks.o + .text.usTaskCheckFreeStackSpace + 0x00000000 0x30 ./FreeRTOS_src/tasks.o + .text.uxTaskGetStackHighWaterMark + 0x00000000 0x38 ./FreeRTOS_src/tasks.o + .text.prvDeleteTCB + 0x00000000 0x20 ./FreeRTOS_src/tasks.o + .debug_macro 0x00000000 0xae4 ./FreeRTOS_src/tasks.o + .debug_macro 0x00000000 0x10 ./FreeRTOS_src/tasks.o + .debug_macro 0x00000000 0x12e ./FreeRTOS_src/tasks.o + .debug_macro 0x00000000 0xa0 ./FreeRTOS_src/tasks.o + .debug_macro 0x00000000 0x22 ./FreeRTOS_src/tasks.o + .debug_macro 0x00000000 0x46 ./FreeRTOS_src/tasks.o + .debug_macro 0x00000000 0x150 ./FreeRTOS_src/tasks.o + .debug_macro 0x00000000 0xa3 ./FreeRTOS_src/tasks.o + .debug_macro 0x00000000 0x12 ./FreeRTOS_src/tasks.o + .debug_macro 0x00000000 0x1f ./FreeRTOS_src/tasks.o + .debug_macro 0x00000000 0x177 ./FreeRTOS_src/tasks.o + .debug_macro 0x00000000 0x49 ./FreeRTOS_src/tasks.o + .debug_macro 0x00000000 0x57 ./FreeRTOS_src/tasks.o + .group 0x00000000 0xc ./FreeRTOS_src/timers.o + .group 0x00000000 0xc ./FreeRTOS_src/timers.o + .group 0x00000000 0xc ./FreeRTOS_src/timers.o + .group 0x00000000 0xc ./FreeRTOS_src/timers.o + .group 0x00000000 0xc ./FreeRTOS_src/timers.o + .group 0x00000000 0xc ./FreeRTOS_src/timers.o + .group 0x00000000 0xc ./FreeRTOS_src/timers.o + .group 0x00000000 0xc ./FreeRTOS_src/timers.o + .group 0x00000000 0xc ./FreeRTOS_src/timers.o + .group 0x00000000 0xc ./FreeRTOS_src/timers.o + .group 0x00000000 0xc ./FreeRTOS_src/timers.o + .group 0x00000000 0xc ./FreeRTOS_src/timers.o + .group 0x00000000 0xc ./FreeRTOS_src/timers.o + .group 0x00000000 0xc ./FreeRTOS_src/timers.o + .text 0x00000000 0x0 ./FreeRTOS_src/timers.o + .data 0x00000000 0x0 ./FreeRTOS_src/timers.o + .bss 0x00000000 0x0 ./FreeRTOS_src/timers.o + .debug_info 0x00000000 0x5a ./FreeRTOS_src/timers.o + .debug_abbrev 0x00000000 0x29 ./FreeRTOS_src/timers.o + .debug_aranges + 0x00000000 0x18 ./FreeRTOS_src/timers.o + .debug_macro 0x00000000 0xb6 ./FreeRTOS_src/timers.o + .debug_macro 0x00000000 0xae4 ./FreeRTOS_src/timers.o + .debug_macro 0x00000000 0x10 ./FreeRTOS_src/timers.o + .debug_macro 0x00000000 0x12e ./FreeRTOS_src/timers.o + .debug_macro 0x00000000 0x16 ./FreeRTOS_src/timers.o + .debug_macro 0x00000000 0x46 ./FreeRTOS_src/timers.o + .debug_macro 0x00000000 0x150 ./FreeRTOS_src/timers.o + .debug_macro 0x00000000 0xa3 ./FreeRTOS_src/timers.o + .debug_macro 0x00000000 0x12 ./FreeRTOS_src/timers.o + .debug_macro 0x00000000 0x1f ./FreeRTOS_src/timers.o + .debug_macro 0x00000000 0x177 ./FreeRTOS_src/timers.o + .debug_macro 0x00000000 0x49 ./FreeRTOS_src/timers.o + .debug_macro 0x00000000 0x57 ./FreeRTOS_src/timers.o + .debug_macro 0x00000000 0x6a ./FreeRTOS_src/timers.o + .debug_macro 0x00000000 0x61 ./FreeRTOS_src/timers.o + .debug_line 0x00000000 0x22f ./FreeRTOS_src/timers.o + .debug_str 0x00000000 0x5d2d ./FreeRTOS_src/timers.o + .comment 0x00000000 0x45 ./FreeRTOS_src/timers.o + .ARM.attributes + 0x00000000 0x2d ./FreeRTOS_src/timers.o + .group 0x00000000 0xc ./FreeRTOS_portable/MemMang/heap_2.o + .group 0x00000000 0xc ./FreeRTOS_portable/MemMang/heap_2.o + .group 0x00000000 0xc ./FreeRTOS_portable/MemMang/heap_2.o + .group 0x00000000 0xc ./FreeRTOS_portable/MemMang/heap_2.o + .group 0x00000000 0xc ./FreeRTOS_portable/MemMang/heap_2.o + .group 0x00000000 0xc ./FreeRTOS_portable/MemMang/heap_2.o + .group 0x00000000 0xc ./FreeRTOS_portable/MemMang/heap_2.o + .group 0x00000000 0xc ./FreeRTOS_portable/MemMang/heap_2.o + .group 0x00000000 0xc ./FreeRTOS_portable/MemMang/heap_2.o + .group 0x00000000 0xc ./FreeRTOS_portable/MemMang/heap_2.o + .group 0x00000000 0xc ./FreeRTOS_portable/MemMang/heap_2.o + .group 0x00000000 0xc ./FreeRTOS_portable/MemMang/heap_2.o + .text 0x00000000 0x0 ./FreeRTOS_portable/MemMang/heap_2.o + .data 0x00000000 0x0 ./FreeRTOS_portable/MemMang/heap_2.o + .bss 0x00000000 0x0 ./FreeRTOS_portable/MemMang/heap_2.o + .bss.xHeap 0x00000000 0x4c00 ./FreeRTOS_portable/MemMang/heap_2.o + .rodata.heapSTRUCT_SIZE + 0x00000000 0x2 ./FreeRTOS_portable/MemMang/heap_2.o + .bss.xStart 0x00000000 0x8 ./FreeRTOS_portable/MemMang/heap_2.o + .bss.xEnd 0x00000000 0x8 ./FreeRTOS_portable/MemMang/heap_2.o + .data.xFreeBytesRemaining + 0x00000000 0x4 ./FreeRTOS_portable/MemMang/heap_2.o + .text.pvPortMalloc + 0x00000000 0x144 ./FreeRTOS_portable/MemMang/heap_2.o + .text.vPortFree + 0x00000000 0x74 ./FreeRTOS_portable/MemMang/heap_2.o + .text.xPortGetFreeHeapSize + 0x00000000 0x14 ./FreeRTOS_portable/MemMang/heap_2.o + .text.vPortInitialiseBlocks + 0x00000000 0xc ./FreeRTOS_portable/MemMang/heap_2.o + .bss.xHeapHasBeenInitialised.0 + 0x00000000 0x4 ./FreeRTOS_portable/MemMang/heap_2.o + .debug_info 0x00000000 0x2bf ./FreeRTOS_portable/MemMang/heap_2.o + .debug_abbrev 0x00000000 0x1ad ./FreeRTOS_portable/MemMang/heap_2.o + .debug_aranges + 0x00000000 0x38 ./FreeRTOS_portable/MemMang/heap_2.o + .debug_ranges 0x00000000 0x28 ./FreeRTOS_portable/MemMang/heap_2.o + .debug_macro 0x00000000 0xcb ./FreeRTOS_portable/MemMang/heap_2.o + .debug_macro 0x00000000 0xae4 ./FreeRTOS_portable/MemMang/heap_2.o + .debug_macro 0x00000000 0x10 ./FreeRTOS_portable/MemMang/heap_2.o + .debug_macro 0x00000000 0x12e ./FreeRTOS_portable/MemMang/heap_2.o + .debug_macro 0x00000000 0x28 ./FreeRTOS_portable/MemMang/heap_2.o + .debug_macro 0x00000000 0x46 ./FreeRTOS_portable/MemMang/heap_2.o + .debug_macro 0x00000000 0x150 ./FreeRTOS_portable/MemMang/heap_2.o + .debug_macro 0x00000000 0xa3 ./FreeRTOS_portable/MemMang/heap_2.o + .debug_macro 0x00000000 0x12 ./FreeRTOS_portable/MemMang/heap_2.o + .debug_macro 0x00000000 0x1f ./FreeRTOS_portable/MemMang/heap_2.o + .debug_macro 0x00000000 0x177 ./FreeRTOS_portable/MemMang/heap_2.o + .debug_macro 0x00000000 0x49 ./FreeRTOS_portable/MemMang/heap_2.o + .debug_macro 0x00000000 0x57 ./FreeRTOS_portable/MemMang/heap_2.o + .debug_line 0x00000000 0x353 ./FreeRTOS_portable/MemMang/heap_2.o + .debug_str 0x00000000 0x55ab ./FreeRTOS_portable/MemMang/heap_2.o + .comment 0x00000000 0x45 ./FreeRTOS_portable/MemMang/heap_2.o + .debug_frame 0x00000000 0x98 ./FreeRTOS_portable/MemMang/heap_2.o + .ARM.attributes + 0x00000000 0x2d ./FreeRTOS_portable/MemMang/heap_2.o + .group 0x00000000 0xc ./FreeRTOS_portable/port.o + .group 0x00000000 0xc ./FreeRTOS_portable/port.o + .group 0x00000000 0xc ./FreeRTOS_portable/port.o + .group 0x00000000 0xc ./FreeRTOS_portable/port.o + .group 0x00000000 0xc ./FreeRTOS_portable/port.o + .group 0x00000000 0xc ./FreeRTOS_portable/port.o + .group 0x00000000 0xc ./FreeRTOS_portable/port.o + .group 0x00000000 0xc ./FreeRTOS_portable/port.o + .group 0x00000000 0xc ./FreeRTOS_portable/port.o + .group 0x00000000 0xc ./FreeRTOS_portable/port.o + .group 0x00000000 0xc ./FreeRTOS_portable/port.o + .group 0x00000000 0xc ./FreeRTOS_portable/port.o + .text 0x00000000 0x0 ./FreeRTOS_portable/port.o + .data 0x00000000 0x0 ./FreeRTOS_portable/port.o + .bss 0x00000000 0x0 ./FreeRTOS_portable/port.o + .rodata.ulKernelPriority + 0x00000000 0x4 ./FreeRTOS_portable/port.o + .data.uxCriticalNesting + 0x00000000 0x4 ./FreeRTOS_portable/port.o + .text.pxPortInitialiseStack + 0x00000000 0x50 ./FreeRTOS_portable/port.o + .text.vPortStartFirstTask + 0x00000000 0x18 ./FreeRTOS_portable/port.o + .text.xPortStartScheduler + 0x00000000 0x38 ./FreeRTOS_portable/port.o + .text.vPortEndScheduler + 0x00000000 0xc ./FreeRTOS_portable/port.o + .text.vPortYieldFromISR + 0x00000000 0x18 ./FreeRTOS_portable/port.o + .text.vPortEnterCritical + 0x00000000 0x24 ./FreeRTOS_portable/port.o + .text.vPortExitCritical + 0x00000000 0x2c ./FreeRTOS_portable/port.o + .text.prvSetupTimerInterrupt + 0x00000000 0x24 ./FreeRTOS_portable/port.o + .debug_macro 0x00000000 0xae4 ./FreeRTOS_portable/port.o + .debug_macro 0x00000000 0x10 ./FreeRTOS_portable/port.o + .debug_macro 0x00000000 0x12e ./FreeRTOS_portable/port.o + .debug_macro 0x00000000 0x16 ./FreeRTOS_portable/port.o + .debug_macro 0x00000000 0x46 ./FreeRTOS_portable/port.o + .debug_macro 0x00000000 0x150 ./FreeRTOS_portable/port.o + .debug_macro 0x00000000 0xa3 ./FreeRTOS_portable/port.o + .debug_macro 0x00000000 0x12 ./FreeRTOS_portable/port.o + .debug_macro 0x00000000 0x1f ./FreeRTOS_portable/port.o + .debug_macro 0x00000000 0x177 ./FreeRTOS_portable/port.o + .debug_macro 0x00000000 0x49 ./FreeRTOS_portable/port.o + .debug_macro 0x00000000 0x57 ./FreeRTOS_portable/port.o + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(accelerometer.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(accelerometer.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(accelerometer.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(accelerometer.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(accelerometer.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(accelerometer.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(accelerometer.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(accelerometer.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(accelerometer.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(accelerometer.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(accelerometer.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(accelerometer.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(accelerometer.o) + .text 0x00000000 0x0 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(accelerometer.o) + .data 0x00000000 0x0 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(accelerometer.o) + .bss 0x00000000 0x0 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(accelerometer.o) + .debug_macro 0x00000000 0x1c /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(accelerometer.o) + .debug_macro 0x00000000 0x2e /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(accelerometer.o) + .debug_macro 0x00000000 0x18 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(accelerometer.o) + .debug_macro 0x00000000 0x7af /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(accelerometer.o) + .debug_macro 0x00000000 0x2c7 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(accelerometer.o) + .debug_macro 0x00000000 0xd6 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(accelerometer.o) + .debug_macro 0x00000000 0x22 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(accelerometer.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(custom_rand.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(custom_rand.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(custom_rand.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(custom_rand.o) + .text 0x00000000 0x0 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(custom_rand.o) + .data 0x00000000 0x0 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(custom_rand.o) + .bss 0x00000000 0x0 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(custom_rand.o) + .debug_macro 0x00000000 0x898 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(custom_rand.o) + .debug_macro 0x00000000 0x10 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(custom_rand.o) + .debug_macro 0x00000000 0x12d /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(custom_rand.o) + .debug_macro 0x00000000 0x5b2 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(custom_rand.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .text 0x00000000 0x0 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .data 0x00000000 0x0 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .bss 0x00000000 0x0 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .bss.str 0x00000000 0x30c /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .text.LCD_SetPosR + 0x00000000 0x90 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .text.read_pixels + 0x00000000 0xf8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .text.read_cmd + 0x00000000 0x64 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .text.setup_scroll + 0x00000000 0x68 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .text.lcd_scroll + 0x00000000 0x60 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .text.lcd_set_fenetre_pixel + 0x00000000 0x24 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .text.Ecran_Croix + 0x00000000 0x78 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .text.lcd_lineH + 0x00000000 0x64 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .text.lcd_lineV + 0x00000000 0x60 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .text.lcd_line + 0x00000000 0x158 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .text.lcd_circle + 0x00000000 0x1ac /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .text.lcd_filled_circle + 0x00000000 0xd8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .text.lcd_filled_circle_on_square + 0x00000000 0xcc /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .text.lcd_empty_rectangle + 0x00000000 0x80 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .text.lcd_print_char + 0x00000000 0x10c /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .text.lcd_print + 0x00000000 0xe0 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .text.lcd_printf + 0x00000000 0x20c /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .text.read_bmp_file + 0x00000000 0x1d0 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .text.display_bitmap16 + 0x00000000 0x70 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .bss.is_scroll_setup.5885 + 0x00000000 0x1 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .bss.x.5882 0x00000000 0x4 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .data.offset.5884 + 0x00000000 0x4 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .data.y.5883 0x00000000 0x4 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .debug_macro 0x00000000 0x898 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .debug_macro 0x00000000 0x10 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .debug_macro 0x00000000 0x12d /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .debug_macro 0x00000000 0x1c /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .debug_macro 0x00000000 0x2e /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .debug_macro 0x00000000 0x5b2 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .debug_macro 0x00000000 0x18 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .debug_macro 0x00000000 0x7af /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .debug_macro 0x00000000 0x2c7 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .debug_macro 0x00000000 0x22 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .debug_macro 0x00000000 0x28 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .debug_macro 0x00000000 0x1c /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .debug_macro 0x00000000 0xc2 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(ssp.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(ssp.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(ssp.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(ssp.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(ssp.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(ssp.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(ssp.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(ssp.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(ssp.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(ssp.o) + .text 0x00000000 0x0 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(ssp.o) + .data 0x00000000 0x0 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(ssp.o) + .bss 0x00000000 0x0 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(ssp.o) + .text.ssp_receive_buf + 0x00000000 0x70 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(ssp.o) + .debug_macro 0x00000000 0x898 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(ssp.o) + .debug_macro 0x00000000 0x1c /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(ssp.o) + .debug_macro 0x00000000 0x2e /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(ssp.o) + .debug_macro 0x00000000 0x10 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(ssp.o) + .debug_macro 0x00000000 0x12d /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(ssp.o) + .debug_macro 0x00000000 0x5b2 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(ssp.o) + .debug_macro 0x00000000 0x18 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(ssp.o) + .debug_macro 0x00000000 0x7af /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(ssp.o) + .debug_macro 0x00000000 0x2c7 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(ssp.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(traces.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(traces.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(traces.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(traces.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(traces.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(traces.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(traces.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(traces.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(traces.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(traces.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(traces.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(traces.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(traces.o) + .text 0x00000000 0x0 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(traces.o) + .data 0x00000000 0x0 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(traces.o) + .bss 0x00000000 0x0 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(traces.o) + .text.send_traces_to_uart0 + 0x00000000 0x74 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(traces.o) + .debug_macro 0x00000000 0x898 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(traces.o) + .debug_macro 0x00000000 0x1c /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(traces.o) + .debug_macro 0x00000000 0x2e /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(traces.o) + .debug_macro 0x00000000 0x10 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(traces.o) + .debug_macro 0x00000000 0x12d /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(traces.o) + .debug_macro 0x00000000 0x5b2 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(traces.o) + .debug_macro 0x00000000 0x18 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(traces.o) + .debug_macro 0x00000000 0x7af /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(traces.o) + .debug_macro 0x00000000 0x2c7 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(traces.o) + .debug_macro 0x00000000 0x28 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(traces.o) + .debug_macro 0x00000000 0x22 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(traces.o) + .debug_macro 0x00000000 0x2e /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(traces.o) + .debug_macro 0x00000000 0x9a /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(traces.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(uart.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(uart.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(uart.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(uart.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(uart.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(uart.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(uart.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(uart.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(uart.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(uart.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(uart.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(uart.o) + .text 0x00000000 0x0 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(uart.o) + .data 0x00000000 0x0 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(uart.o) + .bss 0x00000000 0x0 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(uart.o) + .text.NVIC_DisableIRQ + 0x00000000 0x34 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(uart.o) + .text.taskYIELD + 0x00000000 0xc /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(uart.o) + .text.uart0_stop_interrupt + 0x00000000 0x10 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(uart.o) + .text.uart0_send_ref + 0x00000000 0x40 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(uart.o) + .debug_macro 0x00000000 0x898 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(uart.o) + .debug_macro 0x00000000 0x1c /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(uart.o) + .debug_macro 0x00000000 0x2e /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(uart.o) + .debug_macro 0x00000000 0x10 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(uart.o) + .debug_macro 0x00000000 0x12d /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(uart.o) + .debug_macro 0x00000000 0x5b2 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(uart.o) + .debug_macro 0x00000000 0x18 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(uart.o) + .debug_macro 0x00000000 0x7af /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(uart.o) + .debug_macro 0x00000000 0x2c7 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(uart.o) + .debug_macro 0x00000000 0x28 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(uart.o) + .debug_macro 0x00000000 0x2e /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(uart.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(I2C.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(I2C.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(I2C.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(I2C.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(I2C.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(I2C.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(I2C.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(I2C.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(I2C.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(I2C.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(I2C.o) + .text 0x00000000 0x0 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(I2C.o) + .data 0x00000000 0x0 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(I2C.o) + .bss 0x00000000 0x0 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(I2C.o) + .text.I2C_slave_read + 0x00000000 0x1c8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(I2C.o) + .text.I2C_slave_write + 0x00000000 0x168 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(I2C.o) + .debug_macro 0x00000000 0x898 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(I2C.o) + .debug_macro 0x00000000 0x1c /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(I2C.o) + .debug_macro 0x00000000 0x2e /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(I2C.o) + .debug_macro 0x00000000 0x10 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(I2C.o) + .debug_macro 0x00000000 0x12d /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(I2C.o) + .debug_macro 0x00000000 0x5b2 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(I2C.o) + .debug_macro 0x00000000 0x18 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(I2C.o) + .debug_macro 0x00000000 0x7af /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(I2C.o) + .debug_macro 0x00000000 0x2c7 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(I2C.o) + .debug_macro 0x00000000 0x22 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(I2C.o) + .debug_macro 0x00000000 0x58 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(I2C.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(fonts.o) + .group 0x00000000 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(fonts.o) + .text 0x00000000 0x0 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(fonts.o) + .data 0x00000000 0x0 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(fonts.o) + .bss 0x00000000 0x0 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(fonts.o) + .rodata.SmallFont + 0x00000000 0x478 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(fonts.o) + .rodata.BigFont + 0x00000000 0xbe4 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(fonts.o) + .rodata.SevenSegNumFont + 0x00000000 0x7d4 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(fonts.o) + .debug_info 0x00000000 0xaa /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(fonts.o) + .debug_abbrev 0x00000000 0x48 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(fonts.o) + .debug_aranges + 0x00000000 0x18 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(fonts.o) + .debug_macro 0x00000000 0x1a /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(fonts.o) + .debug_macro 0x00000000 0x898 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(fonts.o) + .debug_macro 0x00000000 0x1c /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(fonts.o) + .debug_line 0x00000000 0x7b /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(fonts.o) + .debug_str 0x00000000 0x257f /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(fonts.o) + .comment 0x00000000 0x6f /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(fonts.o) + .ARM.attributes + 0x00000000 0x33 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(fonts.o) + .group 0x00000000 0xc /home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/Debug/libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) + .group 0x00000000 0xc /home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/Debug/libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) + .group 0x00000000 0xc /home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/Debug/libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) + .group 0x00000000 0xc /home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/Debug/libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) + .group 0x00000000 0xc /home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/Debug/libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) + .group 0x00000000 0xc /home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/Debug/libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) + .group 0x00000000 0xc /home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/Debug/libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) + .group 0x00000000 0xc /home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/Debug/libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) + .group 0x00000000 0xc /home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/Debug/libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) + .text 0x00000000 0x0 /home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/Debug/libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) + .data 0x00000000 0x0 /home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/Debug/libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) + .bss 0x00000000 0x0 /home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/Debug/libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) + .text.SystemCoreClockUpdate + 0x00000000 0xb8 /home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/Debug/libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) + .debug_macro 0x00000000 0x10 /home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/Debug/libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) + .debug_macro 0x00000000 0x12e /home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/Debug/libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) + .debug_macro 0x00000000 0x5b3 /home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/Debug/libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) + .debug_macro 0x00000000 0x1c /home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/Debug/libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) + .debug_macro 0x00000000 0x2e /home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/Debug/libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) + .debug_macro 0x00000000 0x18 /home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/Debug/libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) + .debug_macro 0x00000000 0x7af /home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/Debug/libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) + .debug_macro 0x00000000 0x2c7 /home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/Debug/libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) + .text 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(_cr__main.o) + .data 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(_cr__main.o) + .bss 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(_cr__main.o) + .text 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(_cr_assert.o) + .data 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(_cr_assert.o) + .bss 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(_cr_assert.o) + .text 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__ciob.o) + .data 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__ciob.o) + .bss 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__ciob.o) + .text 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_appexit.o) + .data 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_appexit.o) + .bss 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_appexit.o) + .text 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(memcpy.o) + .data 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(memcpy.o) + .bss 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(memcpy.o) + .text.memcpy 0x00000000 0x4 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(memcpy.o) + .debug_info 0x00000000 0x12b /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(memcpy.o) + .debug_abbrev 0x00000000 0xb6 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(memcpy.o) + .debug_loc 0x00000000 0x81 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(memcpy.o) + .debug_aranges + 0x00000000 0x20 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(memcpy.o) + .debug_ranges 0x00000000 0x10 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(memcpy.o) + .debug_line 0x00000000 0x9b /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(memcpy.o) + .debug_str 0x00000000 0x1b7 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(memcpy.o) + .comment 0x00000000 0x45 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(memcpy.o) + .debug_frame 0x00000000 0x20 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(memcpy.o) + .ARM.attributes + 0x00000000 0x2d /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(memcpy.o) + .text 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(memset.o) + .data 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(memset.o) + .bss 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(memset.o) + .text 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_deferredlazyseek.o) + .data 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_deferredlazyseek.o) + .bss 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_deferredlazyseek.o) + .text 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_fflush.o) + .data 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_fflush.o) + .bss 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_fflush.o) + .text 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_writebuf.o) + .data 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_writebuf.o) + .bss 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_writebuf.o) + .text 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(alloc.o) + .data 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(alloc.o) + .bss 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(alloc.o) + .text.calloc 0x00000000 0x50 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(alloc.o) + .text.realloc 0x00000000 0x24 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(alloc.o) + .text 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(ceil.o) + .data 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(ceil.o) + .bss 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(ceil.o) + .text.ceil 0x00000000 0x8c /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(ceil.o) + .debug_info 0x00000000 0x15d /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(ceil.o) + .debug_abbrev 0x00000000 0xfb /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(ceil.o) + .debug_loc 0x00000000 0xaf /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(ceil.o) + .debug_aranges + 0x00000000 0x20 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(ceil.o) + .debug_ranges 0x00000000 0x10 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(ceil.o) + .debug_line 0x00000000 0x137 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(ceil.o) + .debug_str 0x00000000 0x17d /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(ceil.o) + .comment 0x00000000 0x45 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(ceil.o) + .debug_frame 0x00000000 0x30 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(ceil.o) + .ARM.attributes + 0x00000000 0x2d /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(ceil.o) + .text 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fclose.o) + .data 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fclose.o) + .bss 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fclose.o) + .text 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fflush.o) + .data 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fflush.o) + .bss 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fflush.o) + .text 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(floor.o) + .data 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(floor.o) + .bss 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(floor.o) + .text.floor 0x00000000 0x90 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(floor.o) + .debug_info 0x00000000 0x15d /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(floor.o) + .debug_abbrev 0x00000000 0xfb /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(floor.o) + .debug_loc 0x00000000 0xaf /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(floor.o) + .debug_aranges + 0x00000000 0x20 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(floor.o) + .debug_ranges 0x00000000 0x10 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(floor.o) + .debug_line 0x00000000 0x13c /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(floor.o) + .debug_str 0x00000000 0x17f /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(floor.o) + .comment 0x00000000 0x45 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(floor.o) + .debug_frame 0x00000000 0x30 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(floor.o) + .ARM.attributes + 0x00000000 0x2d /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(floor.o) + .text 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fopen.o) + .data 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fopen.o) + .bss 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fopen.o) + .text.fopen 0x00000000 0x38 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fopen.o) + .debug_info 0x00000000 0x227 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fopen.o) + .debug_abbrev 0x00000000 0x122 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fopen.o) + .debug_loc 0x00000000 0xc3 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fopen.o) + .debug_aranges + 0x00000000 0x20 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fopen.o) + .debug_ranges 0x00000000 0x28 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fopen.o) + .debug_line 0x00000000 0xd3 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fopen.o) + .debug_str 0x00000000 0x23f /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fopen.o) + .comment 0x00000000 0x45 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fopen.o) + .debug_frame 0x00000000 0x3c /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fopen.o) + .ARM.attributes + 0x00000000 0x2d /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fopen.o) + .text 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fpprintf.o) + .data 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fpprintf.o) + .bss 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fpprintf.o) + .text.fprintf 0x00000000 0x30 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fpprintf.o) + .text.printf_char + 0x00000000 0x34 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fpprintf.o) + .text.snprintf + 0x00000000 0x78 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fpprintf.o) + .text.vfprintf + 0x00000000 0x20 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fpprintf.o) + .text.vprintf 0x00000000 0x28 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fpprintf.o) + .text.vsprintf + 0x00000000 0x5c /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fpprintf.o) + .text 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fputs.o) + .data 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fputs.o) + .bss 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fputs.o) + .text 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fread.o) + .data 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fread.o) + .bss 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fread.o) + .text.fread 0x00000000 0x18 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fread.o) + .debug_info 0x00000000 0x230 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fread.o) + .debug_abbrev 0x00000000 0xf8 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fread.o) + .debug_loc 0x00000000 0xb0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fread.o) + .debug_aranges + 0x00000000 0x20 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fread.o) + .debug_ranges 0x00000000 0x10 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fread.o) + .debug_line 0x00000000 0xac /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fread.o) + .debug_str 0x00000000 0x230 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fread.o) + .comment 0x00000000 0x45 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fread.o) + .debug_frame 0x00000000 0x2c /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fread.o) + .ARM.attributes + 0x00000000 0x2d /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fread.o) + .text 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(freopen.o) + .data 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(freopen.o) + .bss 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(freopen.o) + .text.freopen 0x00000000 0x84 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(freopen.o) + .debug_info 0x00000000 0x2df /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(freopen.o) + .debug_abbrev 0x00000000 0x12b /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(freopen.o) + .debug_loc 0x00000000 0x17b /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(freopen.o) + .debug_aranges + 0x00000000 0x20 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(freopen.o) + .debug_ranges 0x00000000 0x10 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(freopen.o) + .debug_line 0x00000000 0x14f /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(freopen.o) + .debug_str 0x00000000 0x255 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(freopen.o) + .comment 0x00000000 0x45 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(freopen.o) + .debug_frame 0x00000000 0x30 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(freopen.o) + .ARM.attributes + 0x00000000 0x2d /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(freopen.o) + .text 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fseek.o) + .data 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fseek.o) + .bss 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fseek.o) + .text 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(ftell.o) + .data 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(ftell.o) + .bss 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(ftell.o) + .text 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(initio.o) + .data 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(initio.o) + .bss 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(initio.o) + .text 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(printf.o) + .data 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(printf.o) + .bss 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(printf.o) + .text.no_fp_display + 0x00000000 0x4 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(printf.o) + .text._fprintf + 0x00000000 0x30 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(printf.o) + .text._printf_char + 0x00000000 0x34 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(printf.o) + .text._sprintf + 0x00000000 0x6c /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(printf.o) + .text._snprintf + 0x00000000 0x78 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(printf.o) + .text._vfprintf + 0x00000000 0x20 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(printf.o) + .text._vprintf + 0x00000000 0x28 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(printf.o) + .text._vsprintf + 0x00000000 0x5c /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(printf.o) + .text._vsnprintf + 0x00000000 0x68 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(printf.o) + .text._printf 0x00000000 0x54 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(printf.o) + .text 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(remove.o) + .data 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(remove.o) + .bss 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(remove.o) + .text.rename 0x00000000 0x28 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(remove.o) + .text 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(setvbuf.o) + .data 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(setvbuf.o) + .bss 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(setvbuf.o) + .text 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(sqrt.o) + .data 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(sqrt.o) + .bss 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(sqrt.o) + .text.sqrt 0x00000000 0x10c /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(sqrt.o) + .debug_info 0x00000000 0x203 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(sqrt.o) + .debug_abbrev 0x00000000 0x10f /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(sqrt.o) + .debug_loc 0x00000000 0xd6 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(sqrt.o) + .debug_aranges + 0x00000000 0x20 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(sqrt.o) + .debug_ranges 0x00000000 0x30 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(sqrt.o) + .debug_line 0x00000000 0x158 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(sqrt.o) + .debug_str 0x00000000 0x198 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(sqrt.o) + .comment 0x00000000 0x45 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(sqrt.o) + .debug_frame 0x00000000 0x34 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(sqrt.o) + .ARM.attributes + 0x00000000 0x2d /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(sqrt.o) + .text 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(stdlib.o) + .data 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(stdlib.o) + .bss 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(stdlib.o) + .text.__rand 0x00000000 0x20 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(stdlib.o) + .text.__srand 0x00000000 0xc /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(stdlib.o) + .text.rand 0x00000000 0x48 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(stdlib.o) + .text.srand 0x00000000 0x40 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(stdlib.o) + .text._exit_init + 0x00000000 0xc /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(stdlib.o) + .text.atexit 0x00000000 0x24 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(stdlib.o) + .text.abort 0x00000000 0x12 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(stdlib.o) + .text.abs 0x00000000 0x8 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(stdlib.o) + .text.labs 0x00000000 0x8 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(stdlib.o) + .text.llabs 0x00000000 0xc /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(stdlib.o) + .text.div 0x00000000 0x10 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(stdlib.o) + .text.ldiv 0x00000000 0x10 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(stdlib.o) + .text.lldiv 0x00000000 0x1c /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(stdlib.o) + .data._random_k + 0x00000000 0x4 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(stdlib.o) + .data._random_j + 0x00000000 0x4 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(stdlib.o) + .data._random_number_seed + 0x00000000 0xdc /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(stdlib.o) + .data.next 0x00000000 0x4 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(stdlib.o) + .text 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(strlen.o) + .data 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(strlen.o) + .bss 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(strlen.o) + .text 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(strncpy.o) + .data 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(strncpy.o) + .bss 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(strncpy.o) + .text.strncpy 0x00000000 0x58 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(strncpy.o) + .debug_info 0x00000000 0xfa /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(strncpy.o) + .debug_abbrev 0x00000000 0xb6 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(strncpy.o) + .debug_loc 0x00000000 0x16d /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(strncpy.o) + .debug_aranges + 0x00000000 0x20 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(strncpy.o) + .debug_ranges 0x00000000 0x28 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(strncpy.o) + .debug_line 0x00000000 0xfa /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(strncpy.o) + .debug_str 0x00000000 0x165 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(strncpy.o) + .comment 0x00000000 0x45 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(strncpy.o) + .debug_frame 0x00000000 0x2c /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(strncpy.o) + .ARM.attributes + 0x00000000 0x2d /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(strncpy.o) + .text 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(__init_alloc.o) + .data 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(__init_alloc.o) + .bss 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(__init_alloc.o) + .text._init_alloc + 0x00000000 0x14 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(__init_alloc.o) + .text 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_cr_sbrk.o) + .data 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_cr_sbrk.o) + .bss 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_cr_sbrk.o) + .text 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_do_fflush.o) + .data 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_do_fflush.o) + .bss 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_do_fflush.o) + .text 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_fdopen.o) + .data 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_fdopen.o) + .bss 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_fdopen.o) + .text 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_frexpl.o) + .data 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_frexpl.o) + .bss 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_frexpl.o) + .text 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_ldexpl.o) + .data 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_ldexpl.o) + .bss 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_ldexpl.o) + .text 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_read.o) + .data 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_read.o) + .bss 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_read.o) + .text._Cread 0x00000000 0x7c /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_read.o) + .debug_info 0x00000000 0x2b6 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_read.o) + .debug_abbrev 0x00000000 0x13a /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_read.o) + .debug_loc 0x00000000 0x138 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_read.o) + .debug_aranges + 0x00000000 0x20 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_read.o) + .debug_ranges 0x00000000 0x10 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_read.o) + .debug_line 0x00000000 0x162 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_read.o) + .debug_str 0x00000000 0x24c /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_read.o) + .comment 0x00000000 0x45 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_read.o) + .debug_frame 0x00000000 0x30 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_read.o) + .ARM.attributes + 0x00000000 0x2d /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_read.o) + .text 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(errno.o) + .data 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(errno.o) + .bss 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(errno.o) + .text 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(raise.o) + .data 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(raise.o) + .bss 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(raise.o) + .text.raise 0x00000000 0x6 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(raise.o) + .debug_info 0x00000000 0x82 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(raise.o) + .debug_abbrev 0x00000000 0x5a /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(raise.o) + .debug_loc 0x00000000 0x2b /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(raise.o) + .debug_aranges + 0x00000000 0x20 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(raise.o) + .debug_ranges 0x00000000 0x10 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(raise.o) + .debug_line 0x00000000 0x48 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(raise.o) + .debug_str 0x00000000 0x164 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(raise.o) + .comment 0x00000000 0x45 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(raise.o) + .debug_frame 0x00000000 0x20 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(raise.o) + .ARM.attributes + 0x00000000 0x2d /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(raise.o) + .text 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(__fillbuf.o) + .data 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(__fillbuf.o) + .bss 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(__fillbuf.o) + .text._Csys_read_ + 0x00000000 0x22 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(__fillbuf.o) + .text.__filbuf + 0x00000000 0x178 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(__fillbuf.o) + .text._fillb2 0x00000000 0x1c /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(__fillbuf.o) + .debug_info 0x00000000 0x46d /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(__fillbuf.o) + .debug_abbrev 0x00000000 0x228 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(__fillbuf.o) + .debug_loc 0x00000000 0x2ce /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(__fillbuf.o) + .debug_aranges + 0x00000000 0x30 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(__fillbuf.o) + .debug_ranges 0x00000000 0x48 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(__fillbuf.o) + .debug_line 0x00000000 0x39a /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(__fillbuf.o) + .debug_str 0x00000000 0x29e /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(__fillbuf.o) + .comment 0x00000000 0x45 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(__fillbuf.o) + .debug_frame 0x00000000 0x70 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(__fillbuf.o) + .ARM.attributes + 0x00000000 0x2d /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(__fillbuf.o) + .text 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_cr_check_heap.o) + .data 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_cr_check_heap.o) + .bss 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_cr_check_heap.o) + .text 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(division_64.o) + .data 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(division_64.o) + .bss 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(division_64.o) + .text.__aeabi_division_ldivmod + 0x00000000 0x26 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(division_64.o) + .text.__aeabi_division_uldivmod + 0x00000000 0x174 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(division_64.o) + .ARM.attributes + 0x00000000 0x1b /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(division_64.o) + .text 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(division_idiv0.o) + .data 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(division_idiv0.o) + .bss 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(division_idiv0.o) + .text.__aeabi_division_idiv0 + 0x00000000 0x2 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(division_idiv0.o) + .ARM.attributes + 0x00000000 0x1b /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(division_idiv0.o) + .text 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(double.o) + .data 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(double.o) + .bss 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(double.o) + .text.__aeabi_drsub + 0x00000000 0x18 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(double.o) + .text.__aeabi_dneg + 0x00000000 0xe /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(double.o) + .text.__aeabi_d2f + 0x00000000 0x58 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(double.o) + .text.__aeabi_d2uiz + 0x00000000 0x34 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(double.o) + .text.__aeabi_d2lz + 0x00000000 0x74 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(double.o) + .text.__aeabi_d2ulz + 0x00000000 0x54 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(double.o) + .text.__bhs_ul2d + 0x00000000 0x8a /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(double.o) + .text.__aeabi_ui2d + 0x00000000 0x8 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(double.o) + .text.__aeabi_l2d + 0x00000000 0x1c /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(double.o) + .text.__aeabi_ul2d + 0x00000000 0x8 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(double.o) + .text.__aeabi_dcmpgt + 0x00000000 0x56 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(double.o) + .text.__aeabi_dcmpun + 0x00000000 0x1a /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(double.o) + .text.__aeabi_cdcmple + 0x00000000 0x2c /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(double.o) + .text.__aeabi_cdrcmple + 0x00000000 0x14 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(double.o) + .text 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(float.o) + .data 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(float.o) + .bss 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(float.o) + .text.__aeabi_fmul + 0x00000000 0xac /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(float.o) + .text.__aeabi_fsub + 0x00000000 0xe4 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(float.o) + .text.__aeabi_fadd + 0x00000000 0xb8 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(float.o) + .text.__aeabi_frsub + 0x00000000 0xc /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(float.o) + .text.__aeabi_fneg + 0x00000000 0x6 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(float.o) + .text.__aeabi_f2iz + 0x00000000 0x34 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(float.o) + .text.__aeabi_f2uiz + 0x00000000 0x26 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(float.o) + .text.__aeabi_f2lz + 0x00000000 0x5c /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(float.o) + .text.__aeabi_f2ulz + 0x00000000 0x3e /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(float.o) + .text.__bhs_ul2f + 0x00000000 0x46 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(float.o) + .text.__aeabi_ui2f + 0x00000000 0x8 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(float.o) + .text.__aeabi_l2f + 0x00000000 0x1c /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(float.o) + .text.__aeabi_ul2f + 0x00000000 0x8 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(float.o) + .text.__aeabi_f2d + 0x00000000 0x38 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(float.o) + .text.__aeabi_fcmpeq + 0x00000000 0x1e /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(float.o) + .text.__aeabi_fcmplt + 0x00000000 0x3a /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(float.o) + .text.__aeabi_fcmpgt + 0x00000000 0x3a /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(float.o) + .text.__aeabi_fcmple + 0x00000000 0x3e /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(float.o) + .text.__aeabi_fcmpge + 0x00000000 0x3e /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(float.o) + .text.__aeabi_fcmpun + 0x00000000 0x1a /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(float.o) + .text.__aeabi_cfcmple + 0x00000000 0x20 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(float.o) + .text.__aeabi_cfrcmple + 0x00000000 0xa /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(float.o) + .text 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(memcpy.o) + .data 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(memcpy.o) + .bss 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(memcpy.o) + .text.__aeabi_memcpy + 0x00000000 0x34 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(memcpy.o) + .text.__aeabi_memmove + 0x00000000 0x1c /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(memcpy.o) + .text.__aeabi_memclr + 0x00000000 0x8 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(memcpy.o) + .text.__aeabi_memset + 0x00000000 0xa /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(memcpy.o) + .text 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_close.o) + .data 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_close.o) + .bss 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_close.o) + .text 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_flen.o) + .data 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_flen.o) + .bss 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_flen.o) + .text 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_istty.o) + .data 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_istty.o) + .bss 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_istty.o) + .text 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_open.o) + .data 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_open.o) + .bss 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_open.o) + .text.__sys_open + 0x00000000 0xc /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_open.o) + .ARM.attributes + 0x00000000 0x1b /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_open.o) + .text 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_read.o) + .data 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_read.o) + .bss 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_read.o) + .text.__sys_read + 0x00000000 0xc /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_read.o) + .ARM.attributes + 0x00000000 0x1b /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_read.o) + .text 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_readc.o) + .data 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_readc.o) + .bss 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_readc.o) + .text.__sys_readc + 0x00000000 0x8 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_readc.o) + .ARM.attributes + 0x00000000 0x1b /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_readc.o) + .text 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_remove.o) + .data 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_remove.o) + .bss 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_remove.o) + .text 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_rename.o) + .data 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_rename.o) + .bss 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_rename.o) + .text.__sys_rename + 0x00000000 0xc /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_rename.o) + .ARM.attributes + 0x00000000 0x1b /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_rename.o) + .text 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_seek.o) + .data 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_seek.o) + .bss 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_seek.o) + .text 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_tmpnam.o) + .data 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_tmpnam.o) + .bss 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_tmpnam.o) + .text 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_write.o) + .data 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_write.o) + .bss 0x00000000 0x0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_write.o) + +Memory Configuration + +Name Origin Length Attributes +MFlash512 0x00000000 0x00080000 xr +RamLoc32 0x10000000 0x00008000 xrw +RamAHB32 0x2007c000 0x00008000 xrw +*default* 0x00000000 0xffffffff + +Linker script and memory map + +LOAD ./src/cr_startup_lpc17.o +LOAD ./src/labyrinth.o +LOAD ./src/tools.o +LOAD ./src/trace_mgt.o +LOAD ./FreeRTOS_src/croutine.o +LOAD ./FreeRTOS_src/list.o +LOAD ./FreeRTOS_src/queue.o +LOAD ./FreeRTOS_src/tasks.o +LOAD ./FreeRTOS_src/timers.o +LOAD ./FreeRTOS_portable/MemMang/heap_2.o +LOAD ./FreeRTOS_portable/port.o +LOAD /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a +LOAD /home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/Debug/libCMSISv2p00_LPC17xx.a +START GROUP +LOAD /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a +LOAD /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a +LOAD /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a +LOAD /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libgcc.a +END GROUP + 0x00000000 __base_MFlash512 = 0x0 + 0x00000000 __base_Flash = 0x0 + 0x00080000 __top_MFlash512 = 0x80000 + 0x00080000 __top_Flash = 0x80000 + 0x10000000 __base_RamLoc32 = 0x10000000 + 0x10000000 __base_RAM = 0x10000000 + 0x10008000 __top_RamLoc32 = 0x10008000 + 0x10008000 __top_RAM = 0x10008000 + 0x2007c000 __base_RamAHB32 = 0x2007c000 + 0x2007c000 __base_RAM2 = 0x2007c000 + 0x20084000 __top_RamAHB32 = 0x20084000 + 0x20084000 __top_RAM2 = 0x20084000 + +.text 0x00000000 0x44d8 + FILL mask 0xff + 0x00000000 __vectors_start__ = ABSOLUTE (.) + *(.isr_vector) + .isr_vector 0x00000000 0xcc ./src/cr_startup_lpc17.o + 0x00000000 g_pfnVectors + 0x000000cc . = ALIGN (0x4) + 0x000000cc __section_table_start = . + 0x000000cc __data_section_table = . + 0x000000cc 0x4 LONG 0x44d8 LOADADDR (.data) + 0x000000d0 0x4 LONG 0x10000000 ADDR (.data) + 0x000000d4 0x4 LONG 0x210 SIZEOF (.data) + 0x000000d8 0x4 LONG 0x44d8 LOADADDR (.data_RAM2) + 0x000000dc 0x4 LONG 0x2007c000 ADDR (.data_RAM2) + 0x000000e0 0x4 LONG 0x0 SIZEOF (.data_RAM2) + 0x000000e4 __data_section_table_end = . + 0x000000e4 __bss_section_table = . + 0x000000e4 0x4 LONG 0x10000210 ADDR (.bss) + 0x000000e8 0x4 LONG 0xb28 SIZEOF (.bss) + 0x000000ec 0x4 LONG 0x2007c000 ADDR (.bss_RAM2) + 0x000000f0 0x4 LONG 0x0 SIZEOF (.bss_RAM2) + 0x000000f4 __bss_section_table_end = . + 0x000000f4 __section_table_end = . + *(.after_vectors*) + .after_vectors + 0x000000f4 0x130 ./src/cr_startup_lpc17.o + 0x000000f4 data_init + 0x00000138 bss_init + 0x00000170 ResetISR + 0x000001ec NMI_Handler + 0x000001f4 HardFault_Handler + 0x000001fc MemManage_Handler + 0x00000204 BusFault_Handler + 0x0000020c UsageFault_Handler + 0x00000214 DebugMon_Handler + 0x0000021c TIMER2_IRQHandler + 0x0000021c RIT_IRQHandler + 0x0000021c I2C0_IRQHandler + 0x0000021c USBActivity_IRQHandler + 0x0000021c PWM1_IRQHandler + 0x0000021c I2C1_IRQHandler + 0x0000021c EINT2_IRQHandler + 0x0000021c UART1_IRQHandler + 0x0000021c EINT3_IRQHandler + 0x0000021c CANActivity_IRQHandler + 0x0000021c TIMER3_IRQHandler + 0x0000021c IntDefaultHandler + 0x0000021c PLL0_IRQHandler + 0x0000021c CAN_IRQHandler + 0x0000021c PLL1_IRQHandler + 0x0000021c SSP0_IRQHandler + 0x0000021c I2S_IRQHandler + 0x0000021c I2C2_IRQHandler + 0x0000021c RTC_IRQHandler + 0x0000021c TIMER0_IRQHandler + 0x0000021c SPI_IRQHandler + 0x0000021c EINT1_IRQHandler + 0x0000021c TIMER1_IRQHandler + 0x0000021c UART2_IRQHandler + 0x0000021c ADC_IRQHandler + 0x0000021c SSP1_IRQHandler + 0x0000021c USB_IRQHandler + 0x0000021c BOD_IRQHandler + 0x0000021c WDT_IRQHandler + 0x0000021c QEI_IRQHandler + 0x0000021c EINT0_IRQHandler + 0x0000021c DMA_IRQHandler + 0x0000021c UART3_IRQHandler + 0x0000021c MCPWM_IRQHandler + 0x0000021c ENET_IRQHandler + *(.text*) + .text.main 0x00000224 0x54 ./src/labyrinth.o + 0x00000224 main + .text.draw_labyrinth + 0x00000278 0x152 ./src/tools.o + 0x00000278 draw_labyrinth + .text.write_trace + 0x000003ca 0x26 ./src/trace_mgt.o + 0x000003ca write_trace + .text.vListInsertEnd + 0x000003f0 0x4e ./FreeRTOS_src/list.o + 0x000003f0 vListInsertEnd + .text.vListRemove + 0x0000043e 0x4e ./FreeRTOS_src/list.o + 0x0000043e vListRemove + .text.vTaskIncrementTick + 0x0000048c 0x12c ./FreeRTOS_src/tasks.o + 0x0000048c vTaskIncrementTick + .text.vTaskSwitchContext + 0x000005b8 0x100 ./FreeRTOS_src/tasks.o + 0x000005b8 vTaskSwitchContext + .text.vPortSVCHandler + 0x000006b8 0x24 ./FreeRTOS_portable/port.o + 0x000006b8 vPortSVCHandler + .text.xPortPendSVHandler + 0x000006dc 0x40 ./FreeRTOS_portable/port.o + 0x000006dc xPortPendSVHandler + .text.xPortSysTickHandler + 0x0000071c 0x26 ./FreeRTOS_portable/port.o + 0x0000071c xPortSysTickHandler + *fill* 0x00000742 0x2 ff + .text.accel_write_byte + 0x00000744 0x44 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(accelerometer.o) + 0x00000744 accel_write_byte + .text.accel_read_byte + 0x00000788 0x54 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(accelerometer.o) + 0x00000788 accel_read_byte + .text.accel_init + 0x000007dc 0xb8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(accelerometer.o) + 0x000007dc accel_init + .text.accel_read + 0x00000894 0xcc /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(accelerometer.o) + 0x00000894 accel_read + .text.rnd32 0x00000960 0x78 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(custom_rand.o) + 0x00000960 rnd32 + .text.init_rnd32 + 0x000009d8 0x6c /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(custom_rand.o) + 0x000009d8 init_rnd32 + .text.LCD_RS_ENA + 0x00000a44 0x38 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .text.LCD_RS_DIS + 0x00000a7c 0x38 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .text.Write_Cmd_Data + 0x00000ab4 0x28 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + 0x00000ab4 Write_Cmd_Data + .text.Write_Cmd + 0x00000adc 0x28 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + 0x00000adc Write_Cmd + .text.Write_Data + 0x00000b04 0x30 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + 0x00000b04 Write_Data + .text.Write_Data_U16 + 0x00000b34 0x28 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + 0x00000b34 Write_Data_U16 + .text.Delay 0x00000b5c 0x30 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + 0x00000b5c Delay + .text.ILI9341_Initial + 0x00000b8c 0x220 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + 0x00000b8c ILI9341_Initial + .text.init_lcd + 0x00000dac 0x54 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + 0x00000dac init_lcd + .text.LCD_SetPos + 0x00000e00 0xb8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + 0x00000e00 LCD_SetPos + .text.clear_screen + 0x00000eb8 0x4c /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + 0x00000eb8 clear_screen + .text.lcd_filled_rectangle + 0x00000f04 0xa4 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + 0x00000f04 lcd_filled_rectangle + .text.ssp_init_custom + 0x00000fa8 0x84 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(ssp.o) + 0x00000fa8 ssp_init_custom + .text.ssp_send_buf + 0x0000102c 0x48 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(ssp.o) + 0x0000102c ssp_send_buf + .text.start_timer + 0x00001074 0xa8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(traces.o) + 0x00001074 start_timer + .text.write_trace_ref + 0x0000111c 0x174 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(traces.o) + 0x0000111c write_trace_ref + .text.tx_handler + 0x00001290 0x7c /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(traces.o) + 0x00001290 tx_handler + .text.init_traces + 0x0000130c 0x4c /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(traces.o) + 0x0000130c init_traces + .text.NVIC_EnableIRQ + 0x00001358 0x30 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(uart.o) + .text.UART0_IRQHandler + 0x00001388 0x70 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(uart.o) + 0x00001388 UART0_IRQHandler + .text.uart0_init_ref + 0x000013f8 0xf8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(uart.o) + 0x000013f8 uart0_init_ref + .text.init_i2c + 0x000014f0 0x180 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(I2C.o) + 0x000014f0 init_i2c + .text.wait_SI 0x00001670 0x44 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(I2C.o) + 0x00001670 wait_SI + .text.I2C_master_write + 0x000016b4 0xec /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(I2C.o) + 0x000016b4 I2C_master_write + .text.I2C_master_read + 0x000017a0 0x120 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(I2C.o) + 0x000017a0 I2C_master_read + .text.SystemInit + 0x000018c0 0xd8 /home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/Debug/libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) + 0x000018c0 SystemInit + .text.__main 0x00001998 0xe /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(_cr__main.o) + 0x00001998 __main + 0x00001998 __CR_SEMIHOST + *fill* 0x000019a6 0x2 ff + .text.__assertion_failed + 0x000019a8 0x4c /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(_cr_assert.o) + 0x000019a8 __assertion_failed + .text.__sys_appexit + 0x000019f4 0xc /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_appexit.o) + 0x000019f4 __exit + 0x000019f4 __sys_appexit + .text.memset 0x00001a00 0x4 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(memset.o) + 0x00001a00 memset + .text._deferredlazyseek + 0x00001a04 0x40 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_deferredlazyseek.o) + 0x00001a04 _deferredlazyseek + .text.__flsbuf + 0x00001a44 0x126 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_deferredlazyseek.o) + 0x00001a44 __flsbuf + .text._fflush 0x00001b6a 0x52 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_fflush.o) + 0x00001b6a _fflush + .text._Cwritebuf + 0x00001bbc 0x6c /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_writebuf.o) + 0x00001bbc _Cwritebuf + .text.malloc 0x00001c28 0xc8 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(alloc.o) + 0x00001c28 malloc + .text.free 0x00001cf0 0x30 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(alloc.o) + 0x00001cf0 free + .text._Csys_alloc + 0x00001d20 0x20 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(alloc.o) + 0x00001d20 _Csys_alloc + .text.fclose 0x00001d40 0x58 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fclose.o) + 0x00001d40 fclose + .text.fflush 0x00001d98 0x3c /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fflush.o) + 0x00001d98 fflush + .text.fp_round + 0x00001dd4 0x4c /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fpprintf.o) + .text.pr_dec.constprop.0 + 0x00001e20 0x24 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fpprintf.o) + .text.sprintf 0x00001e44 0x6c /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fpprintf.o) + 0x00001e44 sprintf + .text.fp_display + 0x00001eb0 0x9ac /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fpprintf.o) + .text.vsnprintf + 0x0000285c 0x68 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fpprintf.o) + 0x0000285c vsnprintf + .text.printf 0x000028c4 0x54 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fpprintf.o) + 0x000028c4 printf + .text.fputs 0x00002918 0x2c /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fputs.o) + 0x00002918 fputs + .text.fseek 0x00002944 0xf8 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fseek.o) + 0x00002944 fseek + .text.ftell 0x00002a3c 0x44 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(ftell.o) + 0x00002a3c ftell + .text._initio 0x00002a80 0x78 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(initio.o) + 0x00002a80 _initio + .text._terminateio + 0x00002af8 0x50 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(initio.o) + 0x00002af8 _terminateio + .text.__vfprintf + 0x00002b48 0xb70 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(printf.o) + 0x00002b48 __vfprintf + .text.remove 0x000036b8 0x14 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(remove.o) + 0x000036b8 remove + .text.setvbuf 0x000036cc 0x3e /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(setvbuf.o) + 0x000036cc setvbuf + *fill* 0x0000370a 0x2 ff + .text.exit 0x0000370c 0x2c /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(stdlib.o) + 0x0000370c exit + .text.strlen 0x00003738 0x4e /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(strlen.o) + 0x00003738 strlen + *fill* 0x00003786 0x2 ff + .text._sbrk 0x00003788 0x3c /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_cr_sbrk.o) + 0x00003788 _sbrk + .text._do_fflush + 0x000037c4 0x40 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_do_fflush.o) + 0x000037c4 _do_fflush + .text._fdopen 0x00003804 0x68 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_fdopen.o) + 0x00003804 _fdopen + .text._frexpl 0x0000386c 0x5a /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_frexpl.o) + 0x0000386c _frexpl + *fill* 0x000038c6 0x2 ff + .text._ldexpl 0x000038c8 0x48 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_ldexpl.o) + 0x000038c8 _ldexpl + .text.__check_heap_overflow + 0x00003910 0x18 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_cr_check_heap.o) + 0x00003910 __check_heap_overflow + .text.__aeabi_dmul + 0x00003928 0xfc /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(double.o) + 0x00003928 __aeabi_dmul + .text.__aeabi_ddiv + 0x00003a24 0x134 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(double.o) + 0x00003a24 __aeabi_ddiv + .text.__aeabi_dsub + 0x00003b58 0x1b4 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(double.o) + 0x00003b58 __aeabi_dsub + .text.__aeabi_dadd + 0x00003d0c 0x118 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(double.o) + 0x00003d0c __aeabi_dadd + .text.__aeabi_d2iz + 0x00003e24 0x42 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(double.o) + 0x00003e24 __aeabi_d2iz + .text.__bhs_ui2d + 0x00003e66 0x46 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(double.o) + 0x00003e66 __bhs_ui2d + .text.__aeabi_i2d + 0x00003eac 0x10 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(double.o) + 0x00003eac __aeabi_i2d + .text.__aeabi_dcmpeq + 0x00003ebc 0x30 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(double.o) + 0x00003ebc __aeabi_dcmpeq + .text.__aeabi_dcmplt + 0x00003eec 0x56 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(double.o) + 0x00003eec __aeabi_dcmplt + .text.__aeabi_dcmple + 0x00003f42 0x54 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(double.o) + 0x00003f42 __aeabi_dcmple + .text.__aeabi_dcmpge + 0x00003f96 0x5a /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(double.o) + 0x00003f96 __aeabi_dcmpge + .text.__aeabi_fdiv + 0x00003ff0 0xbc /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(float.o) + 0x00003ff0 __aeabi_fdiv + .text.__bhs_ui2f + 0x000040ac 0x26 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(float.o) + 0x000040ac __bhs_ui2f + .text.__aeabi_i2f + 0x000040d2 0x10 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(float.o) + 0x000040d2 __aeabi_i2f + .text.__aeabi_memset_lowlevel + 0x000040e2 0x32 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(memcpy.o) + 0x000040e2 __aeabi_lowlevel_memset + .text.__sys_close + 0x00004114 0xc /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_close.o) + 0x00004114 __sys_close + .text.__sys_flen + 0x00004120 0xc /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_flen.o) + 0x00004120 __sys_flen + .text.__sys_istty + 0x0000412c 0xc /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_istty.o) + 0x0000412c __sys_istty + .text.__sys_remove + 0x00004138 0xc /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_remove.o) + 0x00004138 __sys_remove + .text.__sys_seek + 0x00004144 0xc /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_seek.o) + 0x00004144 __sys_seek + .text.__sys_tmpnam + 0x00004150 0xc /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_tmpnam.o) + 0x00004150 __sys_tmpnam + .text.__sys_write + 0x0000415c 0xc /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_write.o) + 0x0000415c __sys_write + *(.rodata .rodata.* .constdata .constdata.*) + .rodata.main.str1.4 + 0x00004168 0x26 ./src/labyrinth.o + *fill* 0x0000418e 0x2 ff + .rodata 0x00004190 0x19b /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + *fill* 0x0000432b 0x1 ff + .rodata 0x0000432c 0xcc /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(traces.o) + .rodata 0x000043f8 0x48 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(uart.o) + .rodata.__assertion_failed.str1.1 + 0x00004440 0x94 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(_cr_assert.o) + 0x15 (size before relaxing) + .rodata.__num_Ciob_streams + 0x000044d4 0x4 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__ciob.o) + 0x000044d4 __num_Ciob_streams + .rodata._Csys_alloc.str1.1 + 0x000044d8 0x18 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(alloc.o) + .rodata.fp_display.str1.1 + 0x000044d8 0x35 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fpprintf.o) + .rodata._initio.str1.1 + 0x000044d8 0x4 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(initio.o) + .rodata.__vfprintf.str1.1 + 0x000044d8 0x38 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(printf.o) + 0x00004510 . = ALIGN (0x4) + +.glue_7 0x000044d8 0x0 + .glue_7 0x000044d8 0x0 linker stubs + +.glue_7t 0x000044d8 0x0 + .glue_7t 0x000044d8 0x0 linker stubs + +.vfp11_veneer 0x000044d8 0x0 + .vfp11_veneer 0x000044d8 0x0 linker stubs + +.v4_bx 0x000044d8 0x0 + .v4_bx 0x000044d8 0x0 linker stubs + +.iplt 0x000044d8 0x0 + .iplt 0x000044d8 0x0 ./src/cr_startup_lpc17.o + +.rel.dyn 0x000044d8 0x0 + .rel.iplt 0x000044d8 0x0 ./src/cr_startup_lpc17.o + +.ARM.extab + *(.ARM.extab* .gnu.linkonce.armextab.*) + +.ARM.exidx 0x000044d8 0x0 + 0x000044d8 __exidx_start = . + *(.ARM.exidx* .gnu.linkonce.armexidx.*) + 0x000044d8 __exidx_end = . + 0x000044d8 _etext = . + +.data_RAM2 0x2007c000 0x0 load address 0x000044d8 + FILL mask 0xff + [!provide] PROVIDE (__start_data_RAM2 = .) + [!provide] PROVIDE (__start_data_RamAHB32 = .) + *(.ramfunc.$RAM2) + *(.ramfunc.$RamAHB32) + *(.data.$RAM2) + *(.data.$RamAHB32) + *(.data.$RAM2.*) + *(.data.$RamAHB32.*) + 0x2007c000 . = ALIGN (0x4) + [!provide] PROVIDE (__end_data_RAM2 = .) + [!provide] PROVIDE (__end_data_RamAHB32 = .) + +.uninit_RESERVED + 0x10000000 0x0 + 0x10000000 _start_uninit_RESERVED = . + *(.bss.$RESERVED*) + 0x10000000 . = ALIGN (0x4) + 0x10000000 _end_uninit_RESERVED = . + +.data 0x10000000 0x210 load address 0x000044d8 + FILL mask 0xff + 0x10000000 _data = . + [!provide] PROVIDE (__start_data_RAM = .) + [!provide] PROVIDE (__start_data_RamLoc32 = .) + *(vtable) + *(.ramfunc*) + *(CodeQuickAccess) + *(DataQuickAccess) + *(RamFunction) + *(.data*) + .data.labyrinth_points + 0x10000000 0x128 ./src/labyrinth.o + .data.previous_id_in + 0x10000128 0x4 ./FreeRTOS_src/tasks.o + .data.xNextTaskUnblockTime + 0x1000012c 0x4 ./FreeRTOS_src/tasks.o + .data.olds 0x10000130 0xdc /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(custom_rand.o) + 0x10000130 olds + .data.SystemCoreClock + 0x1000020c 0x4 /home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/Debug/libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) + 0x1000020c SystemCoreClock + 0x10000210 . = ALIGN (0x4) + 0x10000210 _edata = . + [!provide] PROVIDE (__end_data_RAM = .) + [!provide] PROVIDE (__end_data_RamLoc32 = .) + +.igot.plt 0x10000210 0x0 load address 0x000046e8 + .igot.plt 0x10000210 0x0 ./src/cr_startup_lpc17.o + +.bss_RAM2 0x2007c000 0x0 + [!provide] PROVIDE (__start_bss_RAM2 = .) + [!provide] PROVIDE (__start_bss_RamAHB32 = .) + *(.bss.$RAM2) + *(.bss.$RamAHB32) + *(.bss.$RAM2.*) + *(.bss.$RamAHB32.*) + 0x2007c000 . = ALIGN ((. != 0x0)?0x4:0x1) + [!provide] PROVIDE (__end_bss_RAM2 = .) + [!provide] PROVIDE (__end_bss_RamAHB32 = .) + +.bss 0x10000210 0xb28 + 0x10000210 _bss = . + [!provide] PROVIDE (__start_bss_RAM = .) + [!provide] PROVIDE (__start_bss_RamLoc32 = .) + *(.bss*) + .bss.pxCurrentTCB + 0x10000210 0x4 ./FreeRTOS_src/tasks.o + 0x10000210 pxCurrentTCB + .bss.pxReadyTasksLists + 0x10000214 0x64 ./FreeRTOS_src/tasks.o + .bss.pxDelayedTaskList + 0x10000278 0x4 ./FreeRTOS_src/tasks.o + .bss.pxOverflowDelayedTaskList + 0x1000027c 0x4 ./FreeRTOS_src/tasks.o + .bss.xTickCount + 0x10000280 0x4 ./FreeRTOS_src/tasks.o + .bss.uxTopReadyPriority + 0x10000284 0x4 ./FreeRTOS_src/tasks.o + .bss.uxSchedulerSuspended + 0x10000288 0x4 ./FreeRTOS_src/tasks.o + .bss.uxMissedTicks + 0x1000028c 0x4 ./FreeRTOS_src/tasks.o + .bss.xMissedYield + 0x10000290 0x4 ./FreeRTOS_src/tasks.o + .bss.xNumOfOverflows + 0x10000294 0x4 ./FreeRTOS_src/tasks.o + .bss.uxTaskNumber + 0x10000298 0x4 ./FreeRTOS_src/tasks.o + .bss.i2c_h 0x1000029c 0x4 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(accelerometer.o) + .bss.trace_buffer + 0x100002a0 0x800 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(traces.o) + .bss.write_idx + 0x10000aa0 0x4 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(traces.o) + .bss.read_idx 0x10000aa4 0x4 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(traces.o) + .bss.w_byte_idx + 0x10000aa8 0x4 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(traces.o) + .bss.timer_counter + 0x10000aac 0x4 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(traces.o) + .bss.int_enabled + 0x10000ab0 0x1 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(traces.o) + .bss.trace_init_done + 0x10000ab1 0x1 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(traces.o) + *fill* 0x10000ab2 0x2 + .bss.tx_callbck + 0x10000ab4 0x4 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(uart.o) + .bss.rx_callbck + 0x10000ab8 0x4 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(uart.o) + .bss.__Ciob 0x10000abc 0x1e0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__ciob.o) + 0x10000abc __Ciob + .bss._number_of_exit_functions + 0x10000c9c 0x4 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(stdlib.o) + 0x10000c9c _number_of_exit_functions + .bss._exitvector + 0x10000ca0 0x84 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(stdlib.o) + 0x10000ca0 _exitvector + .bss.__end_of_heap + 0x10000d24 0x4 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(__init_alloc.o) + 0x10000d24 __end_of_heap + .bss.__heaps 0x10000d28 0x4 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(__init_alloc.o) + 0x10000d28 __heaps + .bss.errno 0x10000d2c 0x4 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(errno.o) + 0x10000d2c errno + *(COMMON) + COMMON 0x10000d30 0x8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(custom_rand.o) + 0x10000d30 _j + 0x10000d34 _k + 0x10000d38 . = ALIGN (0x4) + 0x10000d38 _ebss = . + [!provide] PROVIDE (__end_bss_RAM = .) + [!provide] PROVIDE (__end_bss_RamLoc32 = .) + [!provide] PROVIDE (end = .) + +.noinit_RAM2 0x2007c000 0x0 + [!provide] PROVIDE (__start_noinit_RAM2 = .) + [!provide] PROVIDE (__start_noinit_RamAHB32 = .) + *(.noinit.$RAM2) + *(.noinit.$RamAHB32) + *(.noinit.$RAM2.*) + *(.noinit.$RamAHB32.*) + 0x2007c000 . = ALIGN (0x4) + [!provide] PROVIDE (__end_noinit_RAM2 = .) + [!provide] PROVIDE (__end_noinit_RamAHB32 = .) + +.noinit 0x10000d38 0x0 + 0x10000d38 _noinit = . + [!provide] PROVIDE (__start_noinit_RAM = .) + [!provide] PROVIDE (__start_noinit_RamLoc32 = .) + *(.noinit*) + 0x10000d38 . = ALIGN (0x4) + 0x10000d38 _end_noinit = . + [!provide] PROVIDE (__end_noinit_RAM = .) + [!provide] PROVIDE (__end_noinit_RamLoc32 = .) + 0x10000d38 PROVIDE (_pvHeapStart = DEFINED (__user_heap_base)?__user_heap_base:.) + 0x10008000 PROVIDE (_vStackTop = DEFINED (__user_stack_top)?__user_stack_top:(__top_RamLoc32 - 0x0)) + [!provide] PROVIDE (__valid_user_code_checksum = (0x0 - ((((((_vStackTop + (ResetISR + 0x1)) + (NMI_Handler + 0x1)) + (HardFault_Handler + 0x1)) + (DEFINED (MemManage_Handler)?MemManage_Handler:0x0 + 0x1)) + (DEFINED (BusFault_Handler)?BusFault_Handler:0x0 + 0x1)) + (DEFINED (UsageFault_Handler)?UsageFault_Handler:0x0 + 0x1)))) + 0x00000000 _image_start = LOADADDR (.text) + 0x000046e8 _image_end = (LOADADDR (.data) + SIZEOF (.data)) + 0x000046e8 _image_size = (_image_end - _image_start) +OUTPUT(TP1_labyrinth_etu.axf elf32-littlearm) +LOAD linker stubs + +.debug_info 0x00000000 0xee33 + .debug_info 0x00000000 0x2bc ./src/cr_startup_lpc17.o + .debug_info 0x000002bc 0x37d ./src/labyrinth.o + .debug_info 0x00000639 0x32d ./src/tools.o + .debug_info 0x00000966 0xcb ./src/trace_mgt.o + .debug_info 0x00000a31 0x286 ./FreeRTOS_src/list.o + .debug_info 0x00000cb7 0xeca ./FreeRTOS_src/tasks.o + .debug_info 0x00001b81 0x1d7 ./FreeRTOS_portable/port.o + .debug_info 0x00001d58 0x362 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(accelerometer.o) + .debug_info 0x000020ba 0x126 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(custom_rand.o) + .debug_info 0x000021e0 0x127b /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .debug_info 0x0000345b 0x5ab /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(ssp.o) + .debug_info 0x00003a06 0x786 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(traces.o) + .debug_info 0x0000418c 0x993 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(uart.o) + .debug_info 0x00004b1f 0x836 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(I2C.o) + .debug_info 0x00005355 0x347 /home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/Debug/libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) + .debug_info 0x0000569c 0x85 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(_cr__main.o) + .debug_info 0x00005721 0x235 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(_cr_assert.o) + .debug_info 0x00005956 0x18b /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__ciob.o) + .debug_info 0x00005ae1 0xfc /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(memset.o) + .debug_info 0x00005bdd 0x369 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_deferredlazyseek.o) + .debug_info 0x00005f46 0x1e3 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_fflush.o) + .debug_info 0x00006129 0x289 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_writebuf.o) + .debug_info 0x000063b2 0x520 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(alloc.o) + .debug_info 0x000068d2 0x318 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fclose.o) + .debug_info 0x00006bea 0x209 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fflush.o) + .debug_info 0x00006df3 0x1569 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fpprintf.o) + .debug_info 0x0000835c 0x1e0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fputs.o) + .debug_info 0x0000853c 0x276 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fseek.o) + .debug_info 0x000087b2 0x197 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(ftell.o) + .debug_info 0x00008949 0x339 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(initio.o) + .debug_info 0x00008c82 0x1280 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(printf.o) + .debug_info 0x00009f02 0x1d7 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(remove.o) + .debug_info 0x0000a0d9 0x1fd /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(setvbuf.o) + .debug_info 0x0000a2d6 0x4bb /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(stdlib.o) + .debug_info 0x0000a791 0xe1 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(strlen.o) + .debug_info 0x0000a872 0xd4 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(__init_alloc.o) + .debug_info 0x0000a946 0x107 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_cr_sbrk.o) + .debug_info 0x0000aa4d 0x23a /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_do_fflush.o) + .debug_info 0x0000ac87 0x24b /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_fdopen.o) + .debug_info 0x0000aed2 0x15e /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_frexpl.o) + .debug_info 0x0000b030 0x146 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_ldexpl.o) + .debug_info 0x0000b176 0x44 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(errno.o) + .debug_info 0x0000b1ba 0x78 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_cr_check_heap.o) + .debug_info 0x0000b232 0x2131 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(double.o) + .debug_info 0x0000d363 0x1ad0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(float.o) + +.debug_abbrev 0x00000000 0x4017 + .debug_abbrev 0x00000000 0x140 ./src/cr_startup_lpc17.o + .debug_abbrev 0x00000140 0x18d ./src/labyrinth.o + .debug_abbrev 0x000002cd 0x171 ./src/tools.o + .debug_abbrev 0x0000043e 0x94 ./src/trace_mgt.o + .debug_abbrev 0x000004d2 0xcd ./FreeRTOS_src/list.o + .debug_abbrev 0x0000059f 0x2b9 ./FreeRTOS_src/tasks.o + .debug_abbrev 0x00000858 0x142 ./FreeRTOS_portable/port.o + .debug_abbrev 0x0000099a 0x111 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(accelerometer.o) + .debug_abbrev 0x00000aab 0xc2 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(custom_rand.o) + .debug_abbrev 0x00000b6d 0x274 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .debug_abbrev 0x00000de1 0x13a /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(ssp.o) + .debug_abbrev 0x00000f1b 0x1a2 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(traces.o) + .debug_abbrev 0x000010bd 0x202 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(uart.o) + .debug_abbrev 0x000012bf 0x1b0 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(I2C.o) + .debug_abbrev 0x0000146f 0x10e /home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/Debug/libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) + .debug_abbrev 0x0000157d 0x70 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(_cr__main.o) + .debug_abbrev 0x000015ed 0x12f /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(_cr_assert.o) + .debug_abbrev 0x0000171c 0xb5 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__ciob.o) + .debug_abbrev 0x000017d1 0xa8 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(memset.o) + .debug_abbrev 0x00001879 0x152 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_deferredlazyseek.o) + .debug_abbrev 0x000019cb 0xf1 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_fflush.o) + .debug_abbrev 0x00001abc 0x126 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_writebuf.o) + .debug_abbrev 0x00001be2 0x284 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(alloc.o) + .debug_abbrev 0x00001e66 0x155 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fclose.o) + .debug_abbrev 0x00001fbb 0x125 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fflush.o) + .debug_abbrev 0x000020e0 0x46c /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fpprintf.o) + .debug_abbrev 0x0000254c 0x10c /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fputs.o) + .debug_abbrev 0x00002658 0x11b /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fseek.o) + .debug_abbrev 0x00002773 0xc2 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(ftell.o) + .debug_abbrev 0x00002835 0x169 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(initio.o) + .debug_abbrev 0x0000299e 0x3ba /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(printf.o) + .debug_abbrev 0x00002d58 0xfb /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(remove.o) + .debug_abbrev 0x00002e53 0xe1 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(setvbuf.o) + .debug_abbrev 0x00002f34 0x2b7 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(stdlib.o) + .debug_abbrev 0x000031eb 0xa7 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(strlen.o) + .debug_abbrev 0x00003292 0xaf /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(__init_alloc.o) + .debug_abbrev 0x00003341 0xd3 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_cr_sbrk.o) + .debug_abbrev 0x00003414 0x12c /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_do_fflush.o) + .debug_abbrev 0x00003540 0x119 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_fdopen.o) + .debug_abbrev 0x00003659 0x123 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_frexpl.o) + .debug_abbrev 0x0000377c 0x115 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_ldexpl.o) + .debug_abbrev 0x00003891 0x44 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(errno.o) + .debug_abbrev 0x000038d5 0x6b /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_cr_check_heap.o) + .debug_abbrev 0x00003940 0x378 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(double.o) + .debug_abbrev 0x00003cb8 0x35f /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(float.o) + +.debug_aranges 0x00000000 0xbc8 + .debug_aranges + 0x00000000 0x68 ./src/cr_startup_lpc17.o + .debug_aranges + 0x00000068 0x28 ./src/labyrinth.o + .debug_aranges + 0x00000090 0x30 ./src/tools.o + .debug_aranges + 0x000000c0 0x20 ./src/trace_mgt.o + .debug_aranges + 0x000000e0 0x40 ./FreeRTOS_src/list.o + .debug_aranges + 0x00000120 0x120 ./FreeRTOS_src/tasks.o + .debug_aranges + 0x00000240 0x70 ./FreeRTOS_portable/port.o + .debug_aranges + 0x000002b0 0x38 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(accelerometer.o) + .debug_aranges + 0x000002e8 0x28 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(custom_rand.o) + .debug_aranges + 0x00000310 0x110 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .debug_aranges + 0x00000420 0x30 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(ssp.o) + .debug_aranges + 0x00000450 0x40 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(traces.o) + .debug_aranges + 0x00000490 0x50 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(uart.o) + .debug_aranges + 0x000004e0 0x48 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(I2C.o) + .debug_aranges + 0x00000528 0x28 /home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/Debug/libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) + .debug_aranges + 0x00000550 0x20 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(_cr__main.o) + .debug_aranges + 0x00000570 0x20 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(_cr_assert.o) + .debug_aranges + 0x00000590 0x18 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__ciob.o) + .debug_aranges + 0x000005a8 0x20 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(memset.o) + .debug_aranges + 0x000005c8 0x28 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_deferredlazyseek.o) + .debug_aranges + 0x000005f0 0x20 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_fflush.o) + .debug_aranges + 0x00000610 0x20 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_writebuf.o) + .debug_aranges + 0x00000630 0x40 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(alloc.o) + .debug_aranges + 0x00000670 0x20 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fclose.o) + .debug_aranges + 0x00000690 0x20 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fflush.o) + .debug_aranges + 0x000006b0 0x78 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fpprintf.o) + .debug_aranges + 0x00000728 0x20 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fputs.o) + .debug_aranges + 0x00000748 0x20 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fseek.o) + .debug_aranges + 0x00000768 0x20 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(ftell.o) + .debug_aranges + 0x00000788 0x28 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(initio.o) + .debug_aranges + 0x000007b0 0x70 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(printf.o) + .debug_aranges + 0x00000820 0x28 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(remove.o) + .debug_aranges + 0x00000848 0x20 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(setvbuf.o) + .debug_aranges + 0x00000868 0x88 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(stdlib.o) + .debug_aranges + 0x000008f0 0x20 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(strlen.o) + .debug_aranges + 0x00000910 0x20 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(__init_alloc.o) + .debug_aranges + 0x00000930 0x20 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_cr_sbrk.o) + .debug_aranges + 0x00000950 0x20 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_do_fflush.o) + .debug_aranges + 0x00000970 0x20 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_fdopen.o) + .debug_aranges + 0x00000990 0x20 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_frexpl.o) + .debug_aranges + 0x000009b0 0x20 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_ldexpl.o) + .debug_aranges + 0x000009d0 0x18 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(errno.o) + .debug_aranges + 0x000009e8 0x20 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_cr_check_heap.o) + .debug_aranges + 0x00000a08 0xe0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(double.o) + .debug_aranges + 0x00000ae8 0xe0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(float.o) + +.debug_ranges 0x00000000 0xed8 + .debug_ranges 0x00000000 0x58 ./src/cr_startup_lpc17.o + .debug_ranges 0x00000058 0x18 ./src/labyrinth.o + .debug_ranges 0x00000070 0x20 ./src/tools.o + .debug_ranges 0x00000090 0x10 ./src/trace_mgt.o + .debug_ranges 0x000000a0 0x30 ./FreeRTOS_src/list.o + .debug_ranges 0x000000d0 0x110 ./FreeRTOS_src/tasks.o + .debug_ranges 0x000001e0 0x60 ./FreeRTOS_portable/port.o + .debug_ranges 0x00000240 0x28 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(accelerometer.o) + .debug_ranges 0x00000268 0x18 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(custom_rand.o) + .debug_ranges 0x00000280 0x130 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .debug_ranges 0x000003b0 0x20 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(ssp.o) + .debug_ranges 0x000003d0 0x30 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(traces.o) + .debug_ranges 0x00000400 0x40 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(uart.o) + .debug_ranges 0x00000440 0x38 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(I2C.o) + .debug_ranges 0x00000478 0x18 /home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/Debug/libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) + .debug_ranges 0x00000490 0x10 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(_cr__main.o) + .debug_ranges 0x000004a0 0x10 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(_cr_assert.o) + .debug_ranges 0x000004b0 0x10 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(memset.o) + .debug_ranges 0x000004c0 0x30 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_deferredlazyseek.o) + .debug_ranges 0x000004f0 0x10 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_fflush.o) + .debug_ranges 0x00000500 0x10 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_writebuf.o) + .debug_ranges 0x00000510 0x48 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(alloc.o) + .debug_ranges 0x00000558 0x10 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fclose.o) + .debug_ranges 0x00000568 0x28 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fflush.o) + .debug_ranges 0x00000590 0x120 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fpprintf.o) + .debug_ranges 0x000006b0 0x10 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fputs.o) + .debug_ranges 0x000006c0 0x10 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fseek.o) + .debug_ranges 0x000006d0 0x10 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(ftell.o) + .debug_ranges 0x000006e0 0x18 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(initio.o) + .debug_ranges 0x000006f8 0x248 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(printf.o) + .debug_ranges 0x00000940 0x18 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(remove.o) + .debug_ranges 0x00000958 0x10 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(setvbuf.o) + .debug_ranges 0x00000968 0x78 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(stdlib.o) + .debug_ranges 0x000009e0 0x10 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(strlen.o) + .debug_ranges 0x000009f0 0x10 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(__init_alloc.o) + .debug_ranges 0x00000a00 0x10 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_cr_sbrk.o) + .debug_ranges 0x00000a10 0x28 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_do_fflush.o) + .debug_ranges 0x00000a38 0x10 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_fdopen.o) + .debug_ranges 0x00000a48 0x10 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_frexpl.o) + .debug_ranges 0x00000a58 0x10 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_ldexpl.o) + .debug_ranges 0x00000a68 0x10 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_cr_check_heap.o) + .debug_ranges 0x00000a78 0x270 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(double.o) + .debug_ranges 0x00000ce8 0x1f0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(float.o) + +.debug_macro 0x00000000 0x5228 + .debug_macro 0x00000000 0x52 ./src/cr_startup_lpc17.o + .debug_macro 0x00000052 0xae4 ./src/cr_startup_lpc17.o + .debug_macro 0x00000b36 0x10 ./src/cr_startup_lpc17.o + .debug_macro 0x00000b46 0x12e ./src/cr_startup_lpc17.o + .debug_macro 0x00000c74 0x5b3 ./src/cr_startup_lpc17.o + .debug_macro 0x00001227 0x1fa ./src/labyrinth.o + .debug_macro 0x00001421 0xa0 ./src/labyrinth.o + .debug_macro 0x000014c1 0x22 ./src/labyrinth.o + .debug_macro 0x000014e3 0x22 ./src/labyrinth.o + .debug_macro 0x00001505 0xc4 ./src/labyrinth.o + .debug_macro 0x000015c9 0x46 ./src/labyrinth.o + .debug_macro 0x0000160f 0x150 ./src/labyrinth.o + .debug_macro 0x0000175f 0xa3 ./src/labyrinth.o + .debug_macro 0x00001802 0x12 ./src/labyrinth.o + .debug_macro 0x00001814 0x1f ./src/labyrinth.o + .debug_macro 0x00001833 0x177 ./src/labyrinth.o + .debug_macro 0x000019aa 0x49 ./src/labyrinth.o + .debug_macro 0x000019f3 0x57 ./src/labyrinth.o + .debug_macro 0x00001a4a 0x6a ./src/labyrinth.o + .debug_macro 0x00001ab4 0x62 ./src/labyrinth.o + .debug_macro 0x00001b16 0x1c ./src/labyrinth.o + .debug_macro 0x00001b32 0x2e ./src/labyrinth.o + .debug_macro 0x00001b60 0x18 ./src/labyrinth.o + .debug_macro 0x00001b78 0x7af ./src/labyrinth.o + .debug_macro 0x00002327 0x2c7 ./src/labyrinth.o + .debug_macro 0x000025ee 0x1c ./src/labyrinth.o + .debug_macro 0x0000260a 0x28 ./src/labyrinth.o + .debug_macro 0x00002632 0x1c ./src/labyrinth.o + .debug_macro 0x0000264e 0xc2 ./src/labyrinth.o + .debug_macro 0x00002710 0xd6 ./src/labyrinth.o + .debug_macro 0x000027e6 0x22 ./src/labyrinth.o + .debug_macro 0x00002808 0x10 ./src/labyrinth.o + .debug_macro 0x00002818 0xc0 ./src/tools.o + .debug_macro 0x000028d8 0xc4 ./src/tools.o + .debug_macro 0x0000299c 0x1c ./src/tools.o + .debug_macro 0x000029b8 0x135 ./src/trace_mgt.o + .debug_macro 0x00002aed 0x10 ./src/trace_mgt.o + .debug_macro 0x00002afd 0x150 ./src/trace_mgt.o + .debug_macro 0x00002c4d 0x2e ./src/trace_mgt.o + .debug_macro 0x00002c7b 0x9d ./FreeRTOS_src/list.o + .debug_macro 0x00002d18 0x28 ./FreeRTOS_src/list.o + .debug_macro 0x00002d40 0x130 ./FreeRTOS_src/tasks.o + .debug_macro 0x00002e70 0x61 ./FreeRTOS_src/tasks.o + .debug_macro 0x00002ed1 0x16 ./FreeRTOS_src/tasks.o + .debug_macro 0x00002ee7 0xda ./FreeRTOS_portable/port.o + .debug_macro 0x00002fc1 0xaf /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(accelerometer.o) + .debug_macro 0x00003070 0x898 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(accelerometer.o) + .debug_macro 0x00003908 0x10 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(accelerometer.o) + .debug_macro 0x00003918 0x12d /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(accelerometer.o) + .debug_macro 0x00003a45 0x28 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(accelerometer.o) + .debug_macro 0x00003a6d 0x5b2 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(accelerometer.o) + .debug_macro 0x0000401f 0x58 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(accelerometer.o) + .debug_macro 0x00004077 0x46 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(custom_rand.o) + .debug_macro 0x000040bd 0x108 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .debug_macro 0x000041c5 0x9a /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .debug_macro 0x0000425f 0x22 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .debug_macro 0x00004281 0xc4 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .debug_macro 0x00004345 0x1c /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .debug_macro 0x00004361 0x90 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(ssp.o) + .debug_macro 0x000043f1 0x22 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(ssp.o) + .debug_macro 0x00004413 0xcf /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(traces.o) + .debug_macro 0x000044e2 0xa0 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(uart.o) + .debug_macro 0x00004582 0x16 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(uart.o) + .debug_macro 0x00004598 0x8d /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(I2C.o) + .debug_macro 0x00004625 0x12b /home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/Debug/libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) + .debug_macro 0x00004750 0xad8 /home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/Debug/libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) + +.debug_line 0x00000000 0xac00 + .debug_line 0x00000000 0x29a ./src/cr_startup_lpc17.o + .debug_line 0x0000029a 0x3bd ./src/labyrinth.o + .debug_line 0x00000657 0x67c ./src/tools.o + .debug_line 0x00000cd3 0x30c ./src/trace_mgt.o + .debug_line 0x00000fdf 0x332 ./FreeRTOS_src/list.o + .debug_line 0x00001311 0xb27 ./FreeRTOS_src/tasks.o + .debug_line 0x00001e38 0x367 ./FreeRTOS_portable/port.o + .debug_line 0x0000219f 0x289 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(accelerometer.o) + .debug_line 0x00002428 0x196 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(custom_rand.o) + .debug_line 0x000025be 0x7fc /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .debug_line 0x00002dba 0x24a /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(ssp.o) + .debug_line 0x00003004 0x2f9 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(traces.o) + .debug_line 0x000032fd 0x2b7 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(uart.o) + .debug_line 0x000035b4 0x358 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(I2C.o) + .debug_line 0x0000390c 0x41e /home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/Debug/libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) + .debug_line 0x00003d2a 0xc4 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(_cr__main.o) + .debug_line 0x00003dee 0x122 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(_cr_assert.o) + .debug_line 0x00003f10 0xea /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__ciob.o) + .debug_line 0x00003ffa 0x7b /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(memset.o) + .debug_line 0x00004075 0x2e9 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_deferredlazyseek.o) + .debug_line 0x0000435e 0x11f /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_fflush.o) + .debug_line 0x0000447d 0x12d /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_writebuf.o) + .debug_line 0x000045aa 0x37d /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(alloc.o) + .debug_line 0x00004927 0x10f /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fclose.o) + .debug_line 0x00004a36 0xe1 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fflush.o) + .debug_line 0x00004b17 0x109b /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fpprintf.o) + .debug_line 0x00005bb2 0xbc /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fputs.o) + .debug_line 0x00005c6e 0x232 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fseek.o) + .debug_line 0x00005ea0 0x10a /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(ftell.o) + .debug_line 0x00005faa 0x149 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(initio.o) + .debug_line 0x000060f3 0x108d /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(printf.o) + .debug_line 0x00007180 0xec /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(remove.o) + .debug_line 0x0000726c 0xec /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(setvbuf.o) + .debug_line 0x00007358 0x337 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(stdlib.o) + .debug_line 0x0000768f 0x109 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(strlen.o) + .debug_line 0x00007798 0x59 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(__init_alloc.o) + .debug_line 0x000077f1 0xfb /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_cr_sbrk.o) + .debug_line 0x000078ec 0xfc /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_do_fflush.o) + .debug_line 0x000079e8 0x11c /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_fdopen.o) + .debug_line 0x00007b04 0x113 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_frexpl.o) + .debug_line 0x00007c17 0xfb /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_ldexpl.o) + .debug_line 0x00007d12 0x4e /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(errno.o) + .debug_line 0x00007d60 0x61 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_cr_check_heap.o) + .debug_line 0x00007dc1 0x1b3e /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(double.o) + .debug_line 0x000098ff 0x1301 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(float.o) + +.debug_str 0x00000000 0x10c81 + .debug_str 0x00000000 0x10c81 ./src/cr_startup_lpc17.o + 0x4761 (size before relaxing) + .debug_str 0x00010c81 0xc30a ./src/labyrinth.o + .debug_str 0x00010c81 0x920c ./src/tools.o + .debug_str 0x00010c81 0xb23a ./src/trace_mgt.o + .debug_str 0x00010c81 0x4ed2 ./FreeRTOS_src/list.o + .debug_str 0x00010c81 0x668c ./FreeRTOS_src/tasks.o + .debug_str 0x00010c81 0x5404 ./FreeRTOS_portable/port.o + .debug_str 0x00010c81 0x83a7 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(accelerometer.o) + .debug_str 0x00010c81 0x3ca7 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(custom_rand.o) + .debug_str 0x00010c81 0x8ffe /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .debug_str 0x00010c81 0x80da /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(ssp.o) + .debug_str 0x00010c81 0x83b3 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(traces.o) + .debug_str 0x00010c81 0x8474 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(uart.o) + .debug_str 0x00010c81 0x8278 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(I2C.o) + .debug_str 0x00010c81 0x8a3b /home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/Debug/libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) + .debug_str 0x00010c81 0x168 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(_cr__main.o) + .debug_str 0x00010c81 0x242 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(_cr_assert.o) + .debug_str 0x00010c81 0x200 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__ciob.o) + .debug_str 0x00010c81 0x180 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(memset.o) + .debug_str 0x00010c81 0x277 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_deferredlazyseek.o) + .debug_str 0x00010c81 0x212 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_fflush.o) + .debug_str 0x00010c81 0x243 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_writebuf.o) + .debug_str 0x00010c81 0x233 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(alloc.o) + .debug_str 0x00010c81 0x247 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fclose.o) + .debug_str 0x00010c81 0x235 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fflush.o) + .debug_str 0x00010c81 0x4b0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fpprintf.o) + .debug_str 0x00010c81 0x205 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fputs.o) + .debug_str 0x00010c81 0x237 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fseek.o) + .debug_str 0x00010c81 0x214 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(ftell.o) + .debug_str 0x00010c81 0x23d /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(initio.o) + .debug_str 0x00010c81 0x407 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(printf.o) + .debug_str 0x00010c81 0x1d3 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(remove.o) + .debug_str 0x00010c81 0x233 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(setvbuf.o) + .debug_str 0x00010c81 0x277 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(stdlib.o) + .debug_str 0x00010c81 0x17a /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(strlen.o) + .debug_str 0x00010c81 0x17f /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(__init_alloc.o) + .debug_str 0x00010c81 0x1c1 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_cr_sbrk.o) + .debug_str 0x00010c81 0x228 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_do_fflush.o) + .debug_str 0x00010c81 0x230 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_fdopen.o) + .debug_str 0x00010c81 0x167 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_frexpl.o) + .debug_str 0x00010c81 0x168 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_ldexpl.o) + .debug_str 0x00010c81 0x114 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(errno.o) + .debug_str 0x00010c81 0x173 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_cr_check_heap.o) + .debug_str 0x00010c81 0x374 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(double.o) + .debug_str 0x00010c81 0x361 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(float.o) + +.comment 0x00000000 0xb2 + .comment 0x00000000 0xb2 ./src/cr_startup_lpc17.o + 0x45 (size before relaxing) + .comment 0x000000b2 0x45 ./src/labyrinth.o + .comment 0x000000b2 0x45 ./src/tools.o + .comment 0x000000b2 0x45 ./src/trace_mgt.o + .comment 0x000000b2 0x45 ./FreeRTOS_src/list.o + .comment 0x000000b2 0x45 ./FreeRTOS_src/tasks.o + .comment 0x000000b2 0x45 ./FreeRTOS_portable/port.o + .comment 0x000000b2 0x6f /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(accelerometer.o) + .comment 0x000000b2 0x6f /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(custom_rand.o) + .comment 0x000000b2 0x6f /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .comment 0x000000b2 0x6f /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(ssp.o) + .comment 0x000000b2 0x6f /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(traces.o) + .comment 0x000000b2 0x6f /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(uart.o) + .comment 0x000000b2 0x6f /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(I2C.o) + .comment 0x000000b2 0x45 /home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/Debug/libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) + .comment 0x000000b2 0x45 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(_cr__main.o) + .comment 0x000000b2 0x45 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(_cr_assert.o) + .comment 0x000000b2 0x45 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__ciob.o) + .comment 0x000000b2 0x45 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(memset.o) + .comment 0x000000b2 0x45 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_deferredlazyseek.o) + .comment 0x000000b2 0x45 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_fflush.o) + .comment 0x000000b2 0x45 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_writebuf.o) + .comment 0x000000b2 0x45 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(alloc.o) + .comment 0x000000b2 0x45 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fclose.o) + .comment 0x000000b2 0x45 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fflush.o) + .comment 0x000000b2 0x45 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fpprintf.o) + .comment 0x000000b2 0x45 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fputs.o) + .comment 0x000000b2 0x45 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fseek.o) + .comment 0x000000b2 0x45 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(ftell.o) + .comment 0x000000b2 0x45 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(initio.o) + .comment 0x000000b2 0x45 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(printf.o) + .comment 0x000000b2 0x45 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(remove.o) + .comment 0x000000b2 0x45 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(setvbuf.o) + .comment 0x000000b2 0x45 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(stdlib.o) + .comment 0x000000b2 0x45 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(strlen.o) + .comment 0x000000b2 0x45 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(__init_alloc.o) + .comment 0x000000b2 0x45 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_cr_sbrk.o) + .comment 0x000000b2 0x45 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_do_fflush.o) + .comment 0x000000b2 0x45 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_fdopen.o) + .comment 0x000000b2 0x45 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_frexpl.o) + .comment 0x000000b2 0x45 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_ldexpl.o) + .comment 0x000000b2 0x45 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(errno.o) + .comment 0x000000b2 0x45 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_cr_check_heap.o) + .comment 0x000000b2 0x45 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(double.o) + .comment 0x000000b2 0x45 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(float.o) + +.ARM.attributes + 0x00000000 0x2b + .ARM.attributes + 0x00000000 0x2d ./src/cr_startup_lpc17.o + .ARM.attributes + 0x0000002d 0x2d ./src/labyrinth.o + .ARM.attributes + 0x0000005a 0x2d ./src/tools.o + .ARM.attributes + 0x00000087 0x2d ./src/trace_mgt.o + .ARM.attributes + 0x000000b4 0x2d ./FreeRTOS_src/list.o + .ARM.attributes + 0x000000e1 0x2d ./FreeRTOS_src/tasks.o + .ARM.attributes + 0x0000010e 0x2d ./FreeRTOS_portable/port.o + .ARM.attributes + 0x0000013b 0x33 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(accelerometer.o) + .ARM.attributes + 0x0000016e 0x33 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(custom_rand.o) + .ARM.attributes + 0x000001a1 0x33 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .ARM.attributes + 0x000001d4 0x33 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(ssp.o) + .ARM.attributes + 0x00000207 0x33 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(traces.o) + .ARM.attributes + 0x0000023a 0x33 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(uart.o) + .ARM.attributes + 0x0000026d 0x33 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(I2C.o) + .ARM.attributes + 0x000002a0 0x2d /home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/Debug/libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) + .ARM.attributes + 0x000002cd 0x2d /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(_cr__main.o) + .ARM.attributes + 0x000002fa 0x2d /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(_cr_assert.o) + .ARM.attributes + 0x00000327 0x2d /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__ciob.o) + .ARM.attributes + 0x00000354 0x1b /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_appexit.o) + .ARM.attributes + 0x0000036f 0x2d /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(memset.o) + .ARM.attributes + 0x0000039c 0x2d /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_deferredlazyseek.o) + .ARM.attributes + 0x000003c9 0x2d /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_fflush.o) + .ARM.attributes + 0x000003f6 0x2d /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_writebuf.o) + .ARM.attributes + 0x00000423 0x2d /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(alloc.o) + .ARM.attributes + 0x00000450 0x2d /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fclose.o) + .ARM.attributes + 0x0000047d 0x2d /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fflush.o) + .ARM.attributes + 0x000004aa 0x2d /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fpprintf.o) + .ARM.attributes + 0x000004d7 0x2d /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fputs.o) + .ARM.attributes + 0x00000504 0x2d /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fseek.o) + .ARM.attributes + 0x00000531 0x2d /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(ftell.o) + .ARM.attributes + 0x0000055e 0x2d /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(initio.o) + .ARM.attributes + 0x0000058b 0x2d /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(printf.o) + .ARM.attributes + 0x000005b8 0x2d /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(remove.o) + .ARM.attributes + 0x000005e5 0x2d /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(setvbuf.o) + .ARM.attributes + 0x00000612 0x2d /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(stdlib.o) + .ARM.attributes + 0x0000063f 0x2d /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(strlen.o) + .ARM.attributes + 0x0000066c 0x2d /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(__init_alloc.o) + .ARM.attributes + 0x00000699 0x2d /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_cr_sbrk.o) + .ARM.attributes + 0x000006c6 0x2d /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_do_fflush.o) + .ARM.attributes + 0x000006f3 0x2d /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_fdopen.o) + .ARM.attributes + 0x00000720 0x2d /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_frexpl.o) + .ARM.attributes + 0x0000074d 0x2d /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_ldexpl.o) + .ARM.attributes + 0x0000077a 0x2d /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(errno.o) + .ARM.attributes + 0x000007a7 0x2d /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_cr_check_heap.o) + .ARM.attributes + 0x000007d4 0x2d /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(double.o) + .ARM.attributes + 0x00000801 0x2d /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(float.o) + .ARM.attributes + 0x0000082e 0x1b /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(memcpy.o) + .ARM.attributes + 0x00000849 0x1b /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_close.o) + .ARM.attributes + 0x00000864 0x1b /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_flen.o) + .ARM.attributes + 0x0000087f 0x1b /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_istty.o) + .ARM.attributes + 0x0000089a 0x1b /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_remove.o) + .ARM.attributes + 0x000008b5 0x1b /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_seek.o) + .ARM.attributes + 0x000008d0 0x1b /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_tmpnam.o) + .ARM.attributes + 0x000008eb 0x1b /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(__sys_write.o) + +.debug_frame 0x00000000 0x2084 + .debug_frame 0x00000000 0x128 ./src/cr_startup_lpc17.o + .debug_frame 0x00000128 0x5c ./src/labyrinth.o + .debug_frame 0x00000184 0x8c ./src/tools.o + .debug_frame 0x00000210 0x34 ./src/trace_mgt.o + .debug_frame 0x00000244 0xd8 ./FreeRTOS_src/list.o + .debug_frame 0x0000031c 0x4b4 ./FreeRTOS_src/tasks.o + .debug_frame 0x000007d0 0x148 ./FreeRTOS_portable/port.o + .debug_frame 0x00000918 0xa0 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(accelerometer.o) + .debug_frame 0x000009b8 0x5c /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(custom_rand.o) + .debug_frame 0x00000a14 0x48c /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(lcd.o) + .debug_frame 0x00000ea0 0x88 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(ssp.o) + .debug_frame 0x00000f28 0xcc /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(traces.o) + .debug_frame 0x00000ff4 0x108 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(uart.o) + .debug_frame 0x000010fc 0xf8 /home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug/libMyLab_lib.a(I2C.o) + .debug_frame 0x000011f4 0x38 /home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/Debug/libCMSISv2p00_LPC17xx.a(system_LPC17xx.o) + .debug_frame 0x0000122c 0x2c /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(_cr__main.o) + .debug_frame 0x00001258 0x30 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(_cr_assert.o) + .debug_frame 0x00001288 0x20 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(memset.o) + .debug_frame 0x000012a8 0x44 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_deferredlazyseek.o) + .debug_frame 0x000012ec 0x2c /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_fflush.o) + .debug_frame 0x00001318 0x30 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_writebuf.o) + .debug_frame 0x00001348 0x90 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(alloc.o) + .debug_frame 0x000013d8 0x38 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fclose.o) + .debug_frame 0x00001410 0x3c /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fflush.o) + .debug_frame 0x0000144c 0x1f4 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fpprintf.o) + .debug_frame 0x00001640 0x2c /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fputs.o) + .debug_frame 0x0000166c 0x34 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fseek.o) + .debug_frame 0x000016a0 0x20 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(ftell.o) + .debug_frame 0x000016c0 0x58 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(initio.o) + .debug_frame 0x00001718 0x1cc /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(printf.o) + .debug_frame 0x000018e4 0x48 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(remove.o) + .debug_frame 0x0000192c 0x2c /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(setvbuf.o) + .debug_frame 0x00001958 0x144 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(stdlib.o) + .debug_frame 0x00001a9c 0x28 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(strlen.o) + .debug_frame 0x00001ac4 0x20 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(__init_alloc.o) + .debug_frame 0x00001ae4 0x2c /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_cr_sbrk.o) + .debug_frame 0x00001b10 0x2c /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_do_fflush.o) + .debug_frame 0x00001b3c 0x2c /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_fdopen.o) + .debug_frame 0x00001b68 0x2c /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_frexpl.o) + .debug_frame 0x00001b94 0x2c /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_ldexpl.o) + .debug_frame 0x00001bc0 0x20 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_cr_check_heap.o) + .debug_frame 0x00001be0 0x298 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(double.o) + .debug_frame 0x00001e78 0x20c /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(float.o) + +.debug_loc 0x00000000 0x9da9 + .debug_loc 0x00000000 0x45 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_semihost.a(_cr_assert.o) + .debug_loc 0x00000045 0x81 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(memset.o) + .debug_loc 0x000000c6 0x18f /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_deferredlazyseek.o) + .debug_loc 0x00000255 0xfa /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_fflush.o) + .debug_loc 0x0000034f 0x12b /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_writebuf.o) + .debug_loc 0x0000047a 0x8a8 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(alloc.o) + .debug_loc 0x00000d22 0x73 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fclose.o) + .debug_loc 0x00000d95 0xae /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fflush.o) + .debug_loc 0x00000e43 0x1359 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fpprintf.o) + .debug_loc 0x0000219c 0x75 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fputs.o) + .debug_loc 0x00002211 0xee /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(fseek.o) + .debug_loc 0x000022ff 0xb7 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(ftell.o) + .debug_loc 0x000023b6 0x68 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(initio.o) + .debug_loc 0x0000241e 0x1b0d /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(printf.o) + .debug_loc 0x00003f2b 0xcd /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(remove.o) + .debug_loc 0x00003ff8 0x11e /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(setvbuf.o) + .debug_loc 0x00004116 0x2cf /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(stdlib.o) + .debug_loc 0x000043e5 0xe1 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(strlen.o) + .debug_loc 0x000044c6 0x62 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_cr_sbrk.o) + .debug_loc 0x00004528 0x73 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_do_fflush.o) + .debug_loc 0x0000459b 0x12d /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_fdopen.o) + .debug_loc 0x000046c8 0xa1 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_frexpl.o) + .debug_loc 0x00004769 0xa0 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_ldexpl.o) + .debug_loc 0x00004809 0x4e /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/lib/thumb/v7-m/nofp/libcr_c.a(_cr_check_heap.o) + .debug_loc 0x00004857 0x2bf8 /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(double.o) + .debug_loc 0x0000744f 0x295a /usr/local/mcuxpressoide-11.10.0_3148/ide/plugins/com.nxp.mcuxpresso.tools.linux_11.10.0.202311280810/tools/bin/../lib/gcc/arm-none-eabi/13.2.1/thumb/v7-m/nofp/libcr_eabihelpers.a(float.o) diff --git a/TP1_labyrinth_etu/Debug/TP1_labyrinth_etu_Debug.ld b/TP1_labyrinth_etu/Debug/TP1_labyrinth_etu_Debug.ld new file mode 100644 index 0000000000000000000000000000000000000000..1618dd7b779174ba03a3fadf63526574b231be28 --- /dev/null +++ b/TP1_labyrinth_etu/Debug/TP1_labyrinth_etu_Debug.ld @@ -0,0 +1,193 @@ +/* + * GENERATED FILE - DO NOT EDIT + * Copyright 2008-2013 Code Red Technologies Ltd, + * Copyright 2013-2025 NXP + * Generated linker script file for LPC1769 + * Created from linkscript.ldt by FMCreateLinkLibraries + * Using Freemarker v2.3.30 + * MCUXpresso IDE v11.10.0 [Build 3148] [2024-07-03] on Mar 19, 2025, 10:46:33 AM + */ + +INCLUDE "TP1_labyrinth_etu_Debug_library.ld" +INCLUDE "TP1_labyrinth_etu_Debug_memory.ld" + +ENTRY(ResetISR) + +SECTIONS +{ + /* MAIN TEXT SECTION */ + .text : ALIGN(4) + { + FILL(0xff) + __vectors_start__ = ABSOLUTE(.) ; + KEEP(*(.isr_vector)) + /* Global Section Table */ + . = ALIGN(4) ; + __section_table_start = .; + __data_section_table = .; + LONG(LOADADDR(.data)); + LONG( ADDR(.data)); + LONG( SIZEOF(.data)); + LONG(LOADADDR(.data_RAM2)); + LONG( ADDR(.data_RAM2)); + LONG( SIZEOF(.data_RAM2)); + __data_section_table_end = .; + __bss_section_table = .; + LONG( ADDR(.bss)); + LONG( SIZEOF(.bss)); + LONG( ADDR(.bss_RAM2)); + LONG( SIZEOF(.bss_RAM2)); + __bss_section_table_end = .; + __section_table_end = . ; + /* End of Global Section Table */ + + *(.after_vectors*) + + *(.text*) + *(.rodata .rodata.* .constdata .constdata.*) + . = ALIGN(4); + } > MFlash512 + /* + * for exception handling/unwind - some Newlib functions (in common + * with C++ and STDC++) use this. + */ + .ARM.extab : ALIGN(4) + { + *(.ARM.extab* .gnu.linkonce.armextab.*) + } > MFlash512 + + .ARM.exidx : ALIGN(4) + { + __exidx_start = .; + *(.ARM.exidx* .gnu.linkonce.armexidx.*) + __exidx_end = .; + } > MFlash512 + + _etext = .; + + /* DATA section for RamAHB32 */ + + .data_RAM2 : ALIGN(4) + { + FILL(0xff) + PROVIDE(__start_data_RAM2 = .) ; + PROVIDE(__start_data_RamAHB32 = .) ; + *(.ramfunc.$RAM2) + *(.ramfunc.$RamAHB32) + *(.data.$RAM2) + *(.data.$RamAHB32) + *(.data.$RAM2.*) + *(.data.$RamAHB32.*) + . = ALIGN(4) ; + PROVIDE(__end_data_RAM2 = .) ; + PROVIDE(__end_data_RamAHB32 = .) ; + } > RamAHB32 AT>MFlash512 + + /* MAIN DATA SECTION */ + .uninit_RESERVED (NOLOAD) : ALIGN(4) + { + _start_uninit_RESERVED = .; + KEEP(*(.bss.$RESERVED*)) + . = ALIGN(4) ; + _end_uninit_RESERVED = .; + } > RamLoc32 AT> RamLoc32 + + /* Main DATA section (RamLoc32) */ + .data : ALIGN(4) + { + FILL(0xff) + _data = . ; + PROVIDE(__start_data_RAM = .) ; + PROVIDE(__start_data_RamLoc32 = .) ; + *(vtable) + *(.ramfunc*) + KEEP(*(CodeQuickAccess)) + KEEP(*(DataQuickAccess)) + *(RamFunction) + *(.data*) + . = ALIGN(4) ; + _edata = . ; + PROVIDE(__end_data_RAM = .) ; + PROVIDE(__end_data_RamLoc32 = .) ; + } > RamLoc32 AT>MFlash512 + + /* BSS section for RamAHB32 */ + .bss_RAM2 (NOLOAD) : ALIGN(4) + { + PROVIDE(__start_bss_RAM2 = .) ; + PROVIDE(__start_bss_RamAHB32 = .) ; + *(.bss.$RAM2) + *(.bss.$RamAHB32) + *(.bss.$RAM2.*) + *(.bss.$RamAHB32.*) + . = ALIGN (. != 0 ? 4 : 1) ; /* avoid empty segment */ + PROVIDE(__end_bss_RAM2 = .) ; + PROVIDE(__end_bss_RamAHB32 = .) ; + } > RamAHB32 AT> RamAHB32 + + /* MAIN BSS SECTION */ + .bss (NOLOAD) : ALIGN(4) + { + _bss = .; + PROVIDE(__start_bss_RAM = .) ; + PROVIDE(__start_bss_RamLoc32 = .) ; + *(.bss*) + *(COMMON) + . = ALIGN(4) ; + _ebss = .; + PROVIDE(__end_bss_RAM = .) ; + PROVIDE(__end_bss_RamLoc32 = .) ; + PROVIDE(end = .); + } > RamLoc32 AT> RamLoc32 + + /* NOINIT section for RamAHB32 */ + .noinit_RAM2 (NOLOAD) : ALIGN(4) + { + PROVIDE(__start_noinit_RAM2 = .) ; + PROVIDE(__start_noinit_RamAHB32 = .) ; + *(.noinit.$RAM2) + *(.noinit.$RamAHB32) + *(.noinit.$RAM2.*) + *(.noinit.$RamAHB32.*) + . = ALIGN(4) ; + PROVIDE(__end_noinit_RAM2 = .) ; + PROVIDE(__end_noinit_RamAHB32 = .) ; + } > RamAHB32 AT> RamAHB32 + + /* DEFAULT NOINIT SECTION */ + .noinit (NOLOAD): ALIGN(4) + { + _noinit = .; + PROVIDE(__start_noinit_RAM = .) ; + PROVIDE(__start_noinit_RamLoc32 = .) ; + *(.noinit*) + . = ALIGN(4) ; + _end_noinit = .; + PROVIDE(__end_noinit_RAM = .) ; + PROVIDE(__end_noinit_RamLoc32 = .) ; + } > RamLoc32 AT> RamLoc32 + + PROVIDE(_pvHeapStart = DEFINED(__user_heap_base) ? __user_heap_base : .); + + PROVIDE(_vStackTop = DEFINED(__user_stack_top) ? __user_stack_top : __top_RamLoc32 - 0); + + /* ## Create checksum value (used in startup) ## */ + PROVIDE(__valid_user_code_checksum = 0 - + (_vStackTop + + (ResetISR + 1) + + (NMI_Handler + 1) + + (HardFault_Handler + 1) + + (( DEFINED(MemManage_Handler) ? MemManage_Handler : 0 ) + 1) /* MemManage_Handler may not be defined */ + + (( DEFINED(BusFault_Handler) ? BusFault_Handler : 0 ) + 1) /* BusFault_Handler may not be defined */ + + (( DEFINED(UsageFault_Handler) ? UsageFault_Handler : 0 ) + 1) /* UsageFault_Handler may not be defined */ + ) ); + + /* Provide basic symbols giving location and size of main text + * block, including initial values of RW data sections. Note that + * these will need extending to give a complete picture with + * complex images (e.g multiple Flash banks). + */ + _image_start = LOADADDR(.text); + _image_end = LOADADDR(.data) + SIZEOF(.data); + _image_size = _image_end - _image_start; +} \ No newline at end of file diff --git a/TP1_labyrinth_etu/Debug/TP1_labyrinth_etu_Debug_library.ld b/TP1_labyrinth_etu/Debug/TP1_labyrinth_etu_Debug_library.ld new file mode 100644 index 0000000000000000000000000000000000000000..fb882f02075c26cb112b3f919f20be67be87d412 --- /dev/null +++ b/TP1_labyrinth_etu/Debug/TP1_labyrinth_etu_Debug_library.ld @@ -0,0 +1,16 @@ +/* + * GENERATED FILE - DO NOT EDIT + * Copyright 2008-2013 Code Red Technologies Ltd, + * Copyright 2013-2025 NXP + * Generated linker script file for LPC1769 + * Created from library.ldt by FMCreateLinkLibraries + * Using Freemarker v2.3.30 + * MCUXpresso IDE v11.10.0 [Build 3148] [2024-07-03] on Mar 19, 2025, 10:46:33 AM + */ + +GROUP ( + "libcr_semihost.a" + "libcr_c.a" + "libcr_eabihelpers.a" + "libgcc.a" +) diff --git a/TP1_labyrinth_etu/Debug/TP1_labyrinth_etu_Debug_memory.ld b/TP1_labyrinth_etu/Debug/TP1_labyrinth_etu_Debug_memory.ld new file mode 100644 index 0000000000000000000000000000000000000000..6220ba1f4b02769061a22a1490e976f1960e4372 --- /dev/null +++ b/TP1_labyrinth_etu/Debug/TP1_labyrinth_etu_Debug_memory.ld @@ -0,0 +1,31 @@ +/* + * GENERATED FILE - DO NOT EDIT + * Copyright 2008-2013 Code Red Technologies Ltd, + * Copyright 2013-2025 NXP + * Generated linker script file for LPC1769 + * Created from memory.ldt by FMCreateLinkMemory + * Using Freemarker v2.3.30 + * MCUXpresso IDE v11.10.0 [Build 3148] [2024-07-03] on Mar 19, 2025, 10:46:33 AM + */ + +MEMORY +{ + /* Define each memory region */ + MFlash512 (rx) : ORIGIN = 0x0, LENGTH = 0x80000 /* 512K bytes (alias Flash) */ + RamLoc32 (rwx) : ORIGIN = 0x10000000, LENGTH = 0x8000 /* 32K bytes (alias RAM) */ + RamAHB32 (rwx) : ORIGIN = 0x2007c000, LENGTH = 0x8000 /* 32K bytes (alias RAM2) */ +} + + /* Define a symbol for the top of each memory region */ + __base_MFlash512 = 0x0 ; /* MFlash512 */ + __base_Flash = 0x0 ; /* Flash */ + __top_MFlash512 = 0x0 + 0x80000 ; /* 512K bytes */ + __top_Flash = 0x0 + 0x80000 ; /* 512K bytes */ + __base_RamLoc32 = 0x10000000 ; /* RamLoc32 */ + __base_RAM = 0x10000000 ; /* RAM */ + __top_RamLoc32 = 0x10000000 + 0x8000 ; /* 32K bytes */ + __top_RAM = 0x10000000 + 0x8000 ; /* 32K bytes */ + __base_RamAHB32 = 0x2007c000 ; /* RamAHB32 */ + __base_RAM2 = 0x2007c000 ; /* RAM2 */ + __top_RamAHB32 = 0x2007c000 + 0x8000 ; /* 32K bytes */ + __top_RAM2 = 0x2007c000 + 0x8000 ; /* 32K bytes */ diff --git a/TP1_labyrinth_etu/Debug/makefile b/TP1_labyrinth_etu/Debug/makefile index 2a97db90e3fb5b17f74472b82e5a0becffe5727a..d5529530f085b9437ee8c6694ba97ce5725eeeff 100644 --- a/TP1_labyrinth_etu/Debug/makefile +++ b/TP1_labyrinth_etu/Debug/makefile @@ -1,53 +1,63 @@ -################################################################################ -# Automatically-generated file. Do not edit! -################################################################################ - --include ../makefile.init - -RM := rm -rf - -# All of the sources participating in the build are defined here --include sources.mk --include src/subdir.mk --include FreeRTOS_src/subdir.mk --include FreeRTOS_portable/MemMang/subdir.mk --include FreeRTOS_portable/subdir.mk --include subdir.mk --include objects.mk - -ifneq ($(MAKECMDGOALS),clean) -ifneq ($(strip $(C_DEPS)),) --include $(C_DEPS) -endif -endif - --include ../makefile.defs - -# Add inputs and outputs from these tool invocations to the build variables - -# All Target -all: TP1_labyrinth_etu.axf - -# Tool invocations -TP1_labyrinth_etu.axf: $(OBJS) $(USER_OBJS) - @echo 'Building target: $@' - @echo 'Invoking: MCU Linker' - arm-none-eabi-gcc -nostdlib -L"C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\TP1_labyrinth_etu\Debug" -L"C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\Debug" -Xlinker -Map="TP1_labyrinth_etu.map" -Xlinker --gc-sections -mcpu=cortex-m3 -mthumb -T "TP1_labyrinth_Debug.ld" -o "TP1_labyrinth_etu.axf" $(OBJS) $(USER_OBJS) $(LIBS) - @echo 'Finished building target: $@' - @echo ' ' - $(MAKE) --no-print-directory post-build - -# Other Targets -clean: - -$(RM) $(EXECUTABLES)$(OBJS)$(C_DEPS) TP1_labyrinth_etu.axf - -@echo ' ' - -post-build: - -@echo 'Performing post-build steps' - -arm-none-eabi-size "TP1_labyrinth_etu.axf"; # arm-none-eabi-objcopy -O binary "TP1_labyrinth_etu.axf" "TP1_labyrinth_etu.bin" ; checksum -p LPC1769 -d "TP1_labyrinth_etu.bin"; - -@echo ' ' - -.PHONY: all clean dependents -.SECONDARY: post-build - --include ../makefile.targets +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +-include ../makefile.init + +RM := rm -rf + +# All of the sources participating in the build are defined here +-include sources.mk +-include src/subdir.mk +-include FreeRTOS_src/subdir.mk +-include FreeRTOS_portable/MemMang/subdir.mk +-include FreeRTOS_portable/subdir.mk +ifneq ($(MAKECMDGOALS),clean) +ifneq ($(strip $(C_DEPS)),) +-include $(C_DEPS) +endif +endif + +-include ../makefile.defs + +OPTIONAL_TOOL_DEPS := \ +$(wildcard ../makefile.defs) \ +$(wildcard ../makefile.init) \ +$(wildcard ../makefile.targets) \ + + +BUILD_ARTIFACT_NAME := TP1_labyrinth_etu +BUILD_ARTIFACT_EXTENSION := axf +BUILD_ARTIFACT_PREFIX := +BUILD_ARTIFACT := $(BUILD_ARTIFACT_PREFIX)$(BUILD_ARTIFACT_NAME)$(if $(BUILD_ARTIFACT_EXTENSION),.$(BUILD_ARTIFACT_EXTENSION),) + +# Add inputs and outputs from these tool invocations to the build variables + +# All Target +all: + +@$(MAKE) --no-print-directory main-build && $(MAKE) --no-print-directory post-build + +# Main-build Target +main-build: TP1_labyrinth_etu.axf + +# Tool invocations +TP1_labyrinth_etu.axf: $(OBJS) $(USER_OBJS) makefile $(OPTIONAL_TOOL_DEPS) + @echo 'Building target: $@' + @echo 'Invoking: MCU Linker' + arm-none-eabi-gcc -nostdlib -L"/home/yoda/cours/prog_RealTime/tp_labyrinth/TP1_labyrinth_etu/Debug" -L"/home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/Debug" -Xlinker -Map="TP1_labyrinth_etu.map" -Xlinker --gc-sections -mcpu=cortex-m3 -mthumb -T TP1_labyrinth_etu_Debug.ld -o "TP1_labyrinth_etu.axf" $(OBJS) $(USER_OBJS) $(LIBS) -lMyLab_lib -lCMSISv2p00_LPC17xx + @echo 'Finished building target: $@' + @echo ' ' + +# Other Targets +clean: + -$(RM) TP1_labyrinth_etu.axf + -@echo ' ' + +post-build: + -@echo 'Performing post-build steps' + -arm-none-eabi-size "TP1_labyrinth_etu.axf"; # arm-none-eabi-objcopy -O binary "TP1_labyrinth_etu.axf" "TP1_labyrinth_etu.bin" ; checksum -p LPC1769 -d "TP1_labyrinth_etu.bin"; + -@echo ' ' + +.PHONY: all clean dependents main-build post-build + +-include ../makefile.targets diff --git a/TP1_labyrinth_etu/Debug/sources.mk b/TP1_labyrinth_etu/Debug/sources.mk index 4c81af4a8c05fe72af0729002a5d7e53b980ee72..e1c6063f3ffe80daba5b0e50c5c7e5c6e021497d 100644 --- a/TP1_labyrinth_etu/Debug/sources.mk +++ b/TP1_labyrinth_etu/Debug/sources.mk @@ -1,21 +1,21 @@ -################################################################################ -# Automatically-generated file. Do not edit! -################################################################################ - -OBJ_SRCS := -S_SRCS := -ASM_SRCS := -C_SRCS := -S_UPPER_SRCS := -O_SRCS := -EXECUTABLES := -OBJS := -C_DEPS := - -# Every subdirectory with source files must be described here +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +ASM_SRCS := +C_SRCS := +OBJ_SRCS := +O_SRCS := +S_SRCS := +S_UPPER_SRCS := +C_DEPS := +EXECUTABLES := +OBJS := + +# Every subdirectory with source files must be described here SUBDIRS := \ FreeRTOS_portable/MemMang \ FreeRTOS_portable \ FreeRTOS_src \ src \ - + diff --git a/TP1_labyrinth_etu/Debug/src/cr_startup_lpc17.d b/TP1_labyrinth_etu/Debug/src/cr_startup_lpc17.d index 9cc23ef37d474b41d05839cf4dcaf229d2973130..0445c18e005900c513e69a9f38f509faef3a7261 100644 --- a/TP1_labyrinth_etu/Debug/src/cr_startup_lpc17.d +++ b/TP1_labyrinth_etu/Debug/src/cr_startup_lpc17.d @@ -1,4 +1,3 @@ -src/cr_startup_lpc17.o src/cr_startup_lpc17.d: ../src/cr_startup_lpc17.c \ - C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\inc/system_LPC17xx.h - -C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\inc/system_LPC17xx.h: +src/cr_startup_lpc17.o src/cr_startup_lpc17.d: ../src/cr_startup_lpc17.c \ + /home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/inc/system_LPC17xx.h +/home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/inc/system_LPC17xx.h: diff --git a/TP1_labyrinth_etu/Debug/src/cr_startup_lpc17.o b/TP1_labyrinth_etu/Debug/src/cr_startup_lpc17.o index 6533a9fc0a377e2fe3da170548f26f73da5e841d..14eb0fe61c132a6168a224e7c0cc1a3a917b59d8 100644 Binary files a/TP1_labyrinth_etu/Debug/src/cr_startup_lpc17.o and b/TP1_labyrinth_etu/Debug/src/cr_startup_lpc17.o differ diff --git a/TP1_labyrinth_etu/Debug/src/cr_startup_lpc17.su b/TP1_labyrinth_etu/Debug/src/cr_startup_lpc17.su new file mode 100644 index 0000000000000000000000000000000000000000..7c06c0184f310639ae2eacbc5024a14098ba0d01 --- /dev/null +++ b/TP1_labyrinth_etu/Debug/src/cr_startup_lpc17.su @@ -0,0 +1,10 @@ +../src/cr_startup_lpc17.c:220:6:data_init 40 static +../src/cr_startup_lpc17.c:229:6:bss_init 24 static +../src/cr_startup_lpc17.c:264:1:ResetISR 24 static +../src/cr_startup_lpc17.c:344:6:NMI_Handler 4 static +../src/cr_startup_lpc17.c:352:6:HardFault_Handler 4 static +../src/cr_startup_lpc17.c:359:6:MemManage_Handler 4 static +../src/cr_startup_lpc17.c:366:6:BusFault_Handler 4 static +../src/cr_startup_lpc17.c:373:6:UsageFault_Handler 4 static +../src/cr_startup_lpc17.c:381:6:DebugMon_Handler 4 static +../src/cr_startup_lpc17.c:395:6:IntDefaultHandler 4 static diff --git a/TP1_labyrinth_etu/Debug/src/labyrinth.d b/TP1_labyrinth_etu/Debug/src/labyrinth.d index a512ad631bc1473c2f2584b0d822b27ae31bbdcd..4b8a5cfdef5b513ad475a7887ab40ef9eb3b5dd7 100644 --- a/TP1_labyrinth_etu/Debug/src/labyrinth.d +++ b/TP1_labyrinth_etu/Debug/src/labyrinth.d @@ -1,62 +1,38 @@ -src/labyrinth.o src/labyrinth.d: ../src/labyrinth.c \ - ../FreeRTOS_include/FreeRTOS.h ../FreeRTOS_include/projdefs.h \ - ../src/FreeRTOSConfig.h ../FreeRTOS_include/portable.h \ - ../FreeRTOS_portable/portmacro.h ../FreeRTOS_include/mpu_wrappers.h \ - ../FreeRTOS_include/task.h ../FreeRTOS_include/list.h \ - ../FreeRTOS_include/queue.h ../FreeRTOS_include/semphr.h \ - ../FreeRTOS_include/queue.h ../src/lcd.h \ - C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\inc/LPC17xx.h \ - C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\inc/core_cm3.h \ - C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\inc/core_cmInstr.h \ - C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\inc/core_cmFunc.h \ - C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\inc/system_LPC17xx.h \ - ../src/ssp.h ../src/fonts.h ../src/accelerometer.h ../src/ethernet_mgt.h \ - ../src/tools.h ../src/custom_rand.h ../src/traces_ref.h - -../FreeRTOS_include/FreeRTOS.h: - -../FreeRTOS_include/projdefs.h: - -../src/FreeRTOSConfig.h: - -../FreeRTOS_include/portable.h: - -../FreeRTOS_portable/portmacro.h: - -../FreeRTOS_include/mpu_wrappers.h: - -../FreeRTOS_include/task.h: - -../FreeRTOS_include/list.h: - -../FreeRTOS_include/queue.h: - -../FreeRTOS_include/semphr.h: - -../FreeRTOS_include/queue.h: - -../src/lcd.h: - -C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\inc/LPC17xx.h: - -C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\inc/core_cm3.h: - -C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\inc/core_cmInstr.h: - -C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\inc/core_cmFunc.h: - -C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\inc/system_LPC17xx.h: - -../src/ssp.h: - -../src/fonts.h: - -../src/accelerometer.h: - -../src/ethernet_mgt.h: - -../src/tools.h: - -../src/custom_rand.h: - -../src/traces_ref.h: +src/labyrinth.o src/labyrinth.d: ../src/labyrinth.c \ + ../FreeRTOS_include/FreeRTOS.h ../FreeRTOS_include/projdefs.h \ + ../src/FreeRTOSConfig.h ../FreeRTOS_include/portable.h \ + ../FreeRTOS_portable/portmacro.h ../FreeRTOS_include/mpu_wrappers.h \ + ../FreeRTOS_include/task.h ../FreeRTOS_include/list.h \ + ../FreeRTOS_include/queue.h ../FreeRTOS_include/semphr.h \ + ../FreeRTOS_include/queue.h ../src/lcd.h \ + /home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/inc/LPC17xx.h \ + /home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/inc/core_cm3.h \ + /home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/inc/core_cmInstr.h \ + /home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/inc/core_cmFunc.h \ + /home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/inc/system_LPC17xx.h \ + ../src/ssp.h ../src/fonts.h ../src/accelerometer.h ../src/ethernet_mgt.h \ + ../src/tools.h ../src/custom_rand.h ../src/traces_ref.h +../FreeRTOS_include/FreeRTOS.h: +../FreeRTOS_include/projdefs.h: +../src/FreeRTOSConfig.h: +../FreeRTOS_include/portable.h: +../FreeRTOS_portable/portmacro.h: +../FreeRTOS_include/mpu_wrappers.h: +../FreeRTOS_include/task.h: +../FreeRTOS_include/list.h: +../FreeRTOS_include/queue.h: +../FreeRTOS_include/semphr.h: +../FreeRTOS_include/queue.h: +../src/lcd.h: +/home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/inc/LPC17xx.h: +/home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/inc/core_cm3.h: +/home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/inc/core_cmInstr.h: +/home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/inc/core_cmFunc.h: +/home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/inc/system_LPC17xx.h: +../src/ssp.h: +../src/fonts.h: +../src/accelerometer.h: +../src/ethernet_mgt.h: +../src/tools.h: +../src/custom_rand.h: +../src/traces_ref.h: diff --git a/TP1_labyrinth_etu/Debug/src/labyrinth.o b/TP1_labyrinth_etu/Debug/src/labyrinth.o index 1946169dd5ffb324a7c3084ca9581e2afb75f8e5..51697f113f561cdf5cd2e2581373c078b8ab0e6f 100644 Binary files a/TP1_labyrinth_etu/Debug/src/labyrinth.o and b/TP1_labyrinth_etu/Debug/src/labyrinth.o differ diff --git a/TP1_labyrinth_etu/Debug/src/labyrinth.su b/TP1_labyrinth_etu/Debug/src/labyrinth.su new file mode 100644 index 0000000000000000000000000000000000000000..a3bcf2e2838987376a5443ba0ad77f3341d536b2 --- /dev/null +++ b/TP1_labyrinth_etu/Debug/src/labyrinth.su @@ -0,0 +1,2 @@ +../src/labyrinth.c:83:6:slave_info_rx 16 static +../src/labyrinth.c:88:5:main 32 static diff --git a/TP1_labyrinth_etu/Debug/src/subdir.mk b/TP1_labyrinth_etu/Debug/src/subdir.mk index e9d4204e65323825fd3bd6a56cad71104c6f8800..3498e6053db84723af02e7576ac5e209b82f90a7 100644 --- a/TP1_labyrinth_etu/Debug/src/subdir.mk +++ b/TP1_labyrinth_etu/Debug/src/subdir.mk @@ -1,33 +1,40 @@ -################################################################################ -# Automatically-generated file. Do not edit! -################################################################################ - -# Add inputs and outputs from these tool invocations to the build variables +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +# Add inputs and outputs from these tool invocations to the build variables C_SRCS += \ ../src/cr_startup_lpc17.c \ ../src/labyrinth.c \ ../src/tools.c \ -../src/trace_mgt.c - -OBJS += \ -./src/cr_startup_lpc17.o \ -./src/labyrinth.o \ -./src/tools.o \ -./src/trace_mgt.o - +../src/trace_mgt.c + C_DEPS += \ ./src/cr_startup_lpc17.d \ ./src/labyrinth.d \ ./src/tools.d \ -./src/trace_mgt.d - - -# Each subdirectory must supply rules for building sources it contributes -src/%.o: ../src/%.c - @echo 'Building file: $<' - @echo 'Invoking: MCU C Compiler' - arm-none-eabi-gcc -D__REDLIB__ -D__USE_CMSIS=CMSISv2p00_LPC17xx -DDEBUG -D__CODE_RED -DPACK_STRUCT_END=__attribute\(\(packed\)\) -DGCC_ARMCM3 -I../src -I"C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\inc" -I../FreeRTOS_include -I../FreeRTOS_portable -O0 -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -mcpu=cortex-m3 -mthumb -D__REDLIB__ -specs=redlib.specs -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -MT"$(@:%.o=%.d)" -o "$@" "$<" - @echo 'Finished building: $<' - @echo ' ' - - +./src/trace_mgt.d + +OBJS += \ +./src/cr_startup_lpc17.o \ +./src/labyrinth.o \ +./src/tools.o \ +./src/trace_mgt.o + + +# Each subdirectory must supply rules for building sources it contributes +src/%.o: ../src/%.c src/subdir.mk + @echo 'Building file: $<' + @echo 'Invoking: MCU C Compiler' + arm-none-eabi-gcc -D__REDLIB__ -D__USE_CMSIS=CMSISv2p00_LPC17xx -DDEBUG -D__CODE_RED -DPACK_STRUCT_END=__attribute\(\(packed\)\) -DGCC_ARMCM3 -I../src -I"/home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/inc" -I../FreeRTOS_include -I../FreeRTOS_portable -O0 -g3 -gdwarf-4 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fmerge-constants -fmacro-prefix-map="$(<D)/"= -mcpu=cortex-m3 -mthumb -D__REDLIB__ -fstack-usage -specs=redlib.specs -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -MT"$(@:%.o=%.d)" -o "$@" "$<" + @echo 'Finished building: $<' + @echo ' ' + + +clean: clean-src + +clean-src: + -$(RM) ./src/cr_startup_lpc17.d ./src/cr_startup_lpc17.o ./src/labyrinth.d ./src/labyrinth.o ./src/tools.d ./src/tools.o ./src/trace_mgt.d ./src/trace_mgt.o + +.PHONY: clean-src + diff --git a/TP1_labyrinth_etu/Debug/src/tools.d b/TP1_labyrinth_etu/Debug/src/tools.d index 11be791ca2eff3d9e55794e982f9407a551f5248..2693f9950ddb64abb321872a7f49e511e44e0d1a 100644 --- a/TP1_labyrinth_etu/Debug/src/tools.d +++ b/TP1_labyrinth_etu/Debug/src/tools.d @@ -1,25 +1,16 @@ -src/tools.o src/tools.d: ../src/tools.c ../src/tools.h ../src/lcd.h \ - C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\inc/LPC17xx.h \ - C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\inc/core_cm3.h \ - C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\inc/core_cmInstr.h \ - C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\inc/core_cmFunc.h \ - C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\inc/system_LPC17xx.h \ - ../src/ssp.h ../src/fonts.h - -../src/tools.h: - -../src/lcd.h: - -C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\inc/LPC17xx.h: - -C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\inc/core_cm3.h: - -C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\inc/core_cmInstr.h: - -C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\inc/core_cmFunc.h: - -C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\inc/system_LPC17xx.h: - -../src/ssp.h: - -../src/fonts.h: +src/tools.o src/tools.d: ../src/tools.c ../src/tools.h ../src/lcd.h \ + /home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/inc/LPC17xx.h \ + /home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/inc/core_cm3.h \ + /home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/inc/core_cmInstr.h \ + /home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/inc/core_cmFunc.h \ + /home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/inc/system_LPC17xx.h \ + ../src/ssp.h ../src/fonts.h +../src/tools.h: +../src/lcd.h: +/home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/inc/LPC17xx.h: +/home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/inc/core_cm3.h: +/home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/inc/core_cmInstr.h: +/home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/inc/core_cmFunc.h: +/home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/inc/system_LPC17xx.h: +../src/ssp.h: +../src/fonts.h: diff --git a/TP1_labyrinth_etu/Debug/src/tools.o b/TP1_labyrinth_etu/Debug/src/tools.o index 2b5c61b1fde2427607bc9929fb19a6f1dbb87b96..9facd06786369eaa6be5a632fe61b07f38964d06 100644 Binary files a/TP1_labyrinth_etu/Debug/src/tools.o and b/TP1_labyrinth_etu/Debug/src/tools.o differ diff --git a/TP1_labyrinth_etu/Debug/src/tools.su b/TP1_labyrinth_etu/Debug/src/tools.su new file mode 100644 index 0000000000000000000000000000000000000000..91afddf4f41611497e6651f2b40d45ac89c6f056 --- /dev/null +++ b/TP1_labyrinth_etu/Debug/src/tools.su @@ -0,0 +1,3 @@ +../src/tools.c:12:5:round 16 static +../src/tools.c:22:6:draw_labyrinth 40 static +../src/tools.c:46:5:test_collision 136 static diff --git a/TP1_labyrinth_etu/Debug/src/trace_mgt.d b/TP1_labyrinth_etu/Debug/src/trace_mgt.d index a60cfe19c16052f30ced55b8be40c0924838f465..6cbe9d0916b33483716e723170d7d8e5ab2be81c 100644 --- a/TP1_labyrinth_etu/Debug/src/trace_mgt.d +++ b/TP1_labyrinth_etu/Debug/src/trace_mgt.d @@ -1,48 +1,30 @@ -src/trace_mgt.o src/trace_mgt.d: ../src/trace_mgt.c \ - C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\inc/LPC17xx.h \ - C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\inc/core_cm3.h \ - C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\inc/core_cmInstr.h \ - C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\inc/core_cmFunc.h \ - C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\inc/system_LPC17xx.h \ - ../src/traces_ref.h ../FreeRTOS_include/FreeRTOS.h \ - ../FreeRTOS_include/projdefs.h ../src/FreeRTOSConfig.h \ - ../FreeRTOS_include/portable.h ../FreeRTOS_portable/portmacro.h \ - ../FreeRTOS_include/mpu_wrappers.h ../FreeRTOS_include/task.h \ - ../FreeRTOS_include/list.h ../FreeRTOS_include/queue.h \ - ../FreeRTOS_include/semphr.h ../FreeRTOS_include/queue.h ../src/uart.h - -C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\inc/LPC17xx.h: - -C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\inc/core_cm3.h: - -C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\inc/core_cmInstr.h: - -C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\inc/core_cmFunc.h: - -C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\inc/system_LPC17xx.h: - -../src/traces_ref.h: - -../FreeRTOS_include/FreeRTOS.h: - -../FreeRTOS_include/projdefs.h: - -../src/FreeRTOSConfig.h: - -../FreeRTOS_include/portable.h: - -../FreeRTOS_portable/portmacro.h: - -../FreeRTOS_include/mpu_wrappers.h: - -../FreeRTOS_include/task.h: - -../FreeRTOS_include/list.h: - -../FreeRTOS_include/queue.h: - -../FreeRTOS_include/semphr.h: - -../FreeRTOS_include/queue.h: - -../src/uart.h: +src/trace_mgt.o src/trace_mgt.d: ../src/trace_mgt.c \ + /home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/inc/LPC17xx.h \ + /home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/inc/core_cm3.h \ + /home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/inc/core_cmInstr.h \ + /home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/inc/core_cmFunc.h \ + /home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/inc/system_LPC17xx.h \ + ../src/traces_ref.h ../FreeRTOS_include/FreeRTOS.h \ + ../FreeRTOS_include/projdefs.h ../src/FreeRTOSConfig.h \ + ../FreeRTOS_include/portable.h ../FreeRTOS_portable/portmacro.h \ + ../FreeRTOS_include/mpu_wrappers.h ../FreeRTOS_include/task.h \ + ../FreeRTOS_include/list.h ../FreeRTOS_include/queue.h \ + ../FreeRTOS_include/semphr.h ../FreeRTOS_include/queue.h ../src/uart.h +/home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/inc/LPC17xx.h: +/home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/inc/core_cm3.h: +/home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/inc/core_cmInstr.h: +/home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/inc/core_cmFunc.h: +/home/yoda/cours/prog_RealTime/tp_labyrinth/CMSISv2p00_LPC17xx/inc/system_LPC17xx.h: +../src/traces_ref.h: +../FreeRTOS_include/FreeRTOS.h: +../FreeRTOS_include/projdefs.h: +../src/FreeRTOSConfig.h: +../FreeRTOS_include/portable.h: +../FreeRTOS_portable/portmacro.h: +../FreeRTOS_include/mpu_wrappers.h: +../FreeRTOS_include/task.h: +../FreeRTOS_include/list.h: +../FreeRTOS_include/queue.h: +../FreeRTOS_include/semphr.h: +../FreeRTOS_include/queue.h: +../src/uart.h: diff --git a/TP1_labyrinth_etu/Debug/src/trace_mgt.o b/TP1_labyrinth_etu/Debug/src/trace_mgt.o index f5c0923138230dad26de82be1b4cea54dc043967..d1fde573704cc015695010e4605275ae151dc80c 100644 Binary files a/TP1_labyrinth_etu/Debug/src/trace_mgt.o and b/TP1_labyrinth_etu/Debug/src/trace_mgt.o differ diff --git a/TP1_labyrinth_etu/Debug/src/trace_mgt.su b/TP1_labyrinth_etu/Debug/src/trace_mgt.su new file mode 100644 index 0000000000000000000000000000000000000000..a29349c922840630d9fd4f6d3cc7e2d7944ec0dd --- /dev/null +++ b/TP1_labyrinth_etu/Debug/src/trace_mgt.su @@ -0,0 +1 @@ +../src/trace_mgt.c:23:6:write_trace 16 static diff --git a/TP1_labyrinth_etu/TP1_labyrinth_etu Debug.launch b/TP1_labyrinth_etu/TP1_labyrinth_etu Debug.launch index 1d67fe31b425ed55412058e8c975c5839f2ca142..6d409ca75e318716db923125b19653e6d5e41ac6 100644 --- a/TP1_labyrinth_etu/TP1_labyrinth_etu Debug.launch +++ b/TP1_labyrinth_etu/TP1_labyrinth_etu Debug.launch @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <launchConfiguration type="com.crt.dsfdebug.crtmcu.launchType"> -<stringAttribute key="com.crt.ctrlcenter.OFSemuDetails" value="LinkServer"/> -<booleanAttribute key="com.crt.ctrlcenter.crtInit" value="true"/> -<stringAttribute key="com.crt.ctrlcenter.currentWireType" value="SWD"/> -<stringAttribute key="com.crt.ctrlcenter.serialNumber" value="LinkServerNXPNXP CMSIS-DAP"/> -<stringAttribute key="com.crt.ctrlcenter.targetbase" value="NXP LPC17xx"/> -<stringAttribute key="com.crt.ctrlcenter.targetconfig" value="<?xml version="1.0" encoding="UTF-8"?> <config chipvendor="NXP" genname="NXP LPC17xx" id="config.gdb.stub"><parameters><params><param default="true" description="Vector catch" name="Vector catch" value="false" var="vector.catch"><enum value="True"/> <enum value="False"/> </param> </params> <initValue value="false" var="vector.catch"/> <params><param default="On" description="Enablement of semihosting support" name="Semihosting support" value="On" var="internal.semihost"><enum value="On"/> <enum value="Off"/> <enum value="Auto"/> </param> </params> <params><param default="" description="Maximum wire speed in KHz (leave blank to Auto-detect). Not all values are supported by all targets" name="Maximum wire speed" probe="^(?!Redlink Server|LinkServer$).*$" type="nullString" value="" var="emu.speed"><enum value=""/> <enum value="30000"/> <enum value="15000"/> <enum value="10000"/> <enum value="7500"/> <enum value="6000"/> <enum value="5000"/> <enum value="3750"/> <enum value="3000"/> <enum value="2500"/> <enum value="2000"/> <enum value="1500"/> <enum value="1250"/> <enum value="1200"/> <enum value="1000"/> <enum value="750"/> <enum value="600"/> <enum value="500"/> <enum value="400"/> <enum value="300"/> <enum value="250"/> <enum value="200"/> <enum value="150"/> </param> </params> <params><param content="serverScript" description="Connect script" name="Connect Script" probe="(?i)(Redlink\s+Server|CMSIS-DAP|LinkServer)" required="false" type="nullString" var="internal.connect.script"/> <param content="serverScript" description="Reset script" name="Reset Script" probe="(?i)(Redlink\s+Server|CMSIS-DAP|LinkServer)" required="false" type="nullString" var="internal.reset.script"/> <param default="" description="Select the reset handling type for this debug connection" name="Reset Handling" probe="(?i)(Redlink\s+Server|CMSIS-DAP|LinkServer)" value="VECTRESET" var="internal.resethandling"><enum value="SYSRESETREQ"/> <enum value="VECTRESET"/> <enum value="Default"/> <enum value=""/> </param> <param default="" description="Additional options" name="Additional options" value="" var="misc.options"/> <param default="2" description="Set stub debug level (1-4)" name="Debug Level " value="2" var="debug.level"/> <param default="False" description="when True, attach to running target only (without loading image)" name="Attach only" required="true" value="False" var="attach"><enum value="True"/> <enum value="False"/> </param> <param default="True" description="Deprecated. Functionality superseded by &apos;Attach only&apos;" name="Load image" type="boolean" value="True" var="load"><enum value="True"/> <enum value="False"/> </param> <param default="cont" description="Run, continue or (do nothing)" name="Run/Continue image" value="cont" var="run"><enum value="run"/> <enum value="cont"/> <enum value=""/> </param> <param default="off" description="If on is specified, make the debugger treat unknown memory as non-existent and refuse \naccesses to such memory. If off is specified, treat the memory as RAM" name="Memory Access Checking" value="off" var="mem.access"><enum value="on"/> <enum value="off"/> </param> <param default="cont" description="choose the disconnect behavior for the target" name="Disconnect behavior" value="cont" var="ondisconnect"><enum value="nochange"/> <enum value="stop"/> <enum value="cont"/> <enum value="run_cont"/> </param> <param default="" description="Command to run before starting the debugger" name="Pre launch command" value="" var="internal.prelaunch.command"/> <param default="" description="Target Wirespeed in Hz" name="Wirespeed (Hz)" probe="(?i)(Redlink\s+Server|CMSIS-DAP|LinkServer)" value="" var="internal.wirespeed"/> </params> <initvalue value="VECTRESET" var="internal.resethandling"/> <params><param default="SWD" description="Internal wiretypes" mode="hidden" name="Wiretype" probe="NEVER" value="SWD*,JTAG" var="internal.wiretype"></param> <param default="false" description="Chip supports SWO" mode="hidden" name="Has SWO" probe="NEVER" value="true" var="internal.has_swo"></param> </params> <initvalue value="SWD*,JTAG" var="internal.wiretype"/> <initvalue value="true" var="internal.has_swo"/> </parameters> <script emulators="${gdb.stub} -mi -info-emu" silent="false" swv="true" type="init">set remotetimeout 60000&#x0A;##target_extended_remote##&#x0A;set mem inaccessible-by-default ${mem.access}&#x0A;mon ondisconnect ${ondisconnect}&#x0A;set arm force-mode thumb&#x0A;${load}</script> <script silent="false" type="run">${run}</script> </config> "/> -<intAttribute key="com.crt.ctrlcenter.version" value="3"/> -<stringAttribute key="org.eclipse.cdt.debug.mi.core.DEBUG_NAME" value="arm-none-eabi-gdb"/> -<stringAttribute key="org.eclipse.cdt.debug.mi.core.GDB_INIT" value=""/> -<stringAttribute key="org.eclipse.cdt.dsf.gdb.DEBUG_NAME" value="arm-none-eabi-gdb"/> -<booleanAttribute key="org.eclipse.cdt.dsf.gdb.NON_STOP" value="false"/> -<stringAttribute key="org.eclipse.cdt.launch.DEBUGGER_START_MODE" value="remote"/> -<booleanAttribute key="org.eclipse.cdt.launch.DEBUGGER_STOP_AT_MAIN" value="true"/> -<stringAttribute key="org.eclipse.cdt.launch.DEBUGGER_STOP_AT_MAIN_SYMBOL" value="main"/> -<stringAttribute key="org.eclipse.cdt.launch.PROGRAM_NAME" value="Debug\TP1_labyrinth_etu.axf"/> -<stringAttribute key="org.eclipse.cdt.launch.PROJECT_ATTR" value="TP1_labyrinth_etu"/> -<stringAttribute key="org.eclipse.cdt.launch.PROJECT_BUILD_CONFIG_ID_ATTR" value="com.crt.advproject.config.exe.debug.215110136"/> -<booleanAttribute key="org.eclipse.cdt.launch.use_terminal" value="false"/> -<stringAttribute key="org.eclipse.dsf.launch.MEMORY_BLOCKS" value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <memoryBlockExpressionList context="reserved-for-future-use"/> "/> -<stringAttribute key="process_factory_id" value="org.eclipse.cdt.dsf.gdb.GdbProcessFactory"/> + <stringAttribute key="com.crt.ctrlcenter.OFSemuDetails" value="LinkServer"/> + <booleanAttribute key="com.crt.ctrlcenter.crtInit" value="true"/> + <stringAttribute key="com.crt.ctrlcenter.currentWireType" value="SWD"/> + <stringAttribute key="com.crt.ctrlcenter.serialNumber" value="LinkServerNXPNXP CMSIS-DAP"/> + <stringAttribute key="com.crt.ctrlcenter.targetbase" value="NXP LPC17xx"/> + <stringAttribute key="com.crt.ctrlcenter.targetconfig" value="<?xml version="1.0" encoding="UTF-8"?> <config chipvendor="NXP" genname="NXP LPC17xx" id="config.gdb.stub"><parameters><params><param default="true" description="Vector catch" name="Vector catch" value="false" var="vector.catch"><enum value="True"/> <enum value="False"/> </param> </params> <initValue value="false" var="vector.catch"/> <params><param default="On" description="Enablement of semihosting support" name="Semihosting support" value="On" var="internal.semihost"><enum value="On"/> <enum value="Off"/> <enum value="Auto"/> </param> </params> <params><param default="" description="Maximum wire speed in KHz (leave blank to Auto-detect). Not all values are supported by all targets" name="Maximum wire speed" probe="^(?!Redlink Server|LinkServer$).*$" type="nullString" value="" var="emu.speed"><enum value=""/> <enum value="30000"/> <enum value="15000"/> <enum value="10000"/> <enum value="7500"/> <enum value="6000"/> <enum value="5000"/> <enum value="3750"/> <enum value="3000"/> <enum value="2500"/> <enum value="2000"/> <enum value="1500"/> <enum value="1250"/> <enum value="1200"/> <enum value="1000"/> <enum value="750"/> <enum value="600"/> <enum value="500"/> <enum value="400"/> <enum value="300"/> <enum value="250"/> <enum value="200"/> <enum value="150"/> </param> </params> <params><param content="serverScript" description="Connect script" name="Connect Script" probe="(?i)(Redlink\s+Server|CMSIS-DAP|LinkServer)" required="false" type="nullString" var="internal.connect.script"/> <param content="serverScript" description="Reset script" name="Reset Script" probe="(?i)(Redlink\s+Server|CMSIS-DAP|LinkServer)" required="false" type="nullString" var="internal.reset.script"/> <param default="" description="Select the reset handling type for this debug connection" name="Reset Handling" probe="(?i)(Redlink\s+Server|CMSIS-DAP|LinkServer)" value="VECTRESET" var="internal.resethandling"><enum value="SYSRESETREQ"/> <enum value="VECTRESET"/> <enum value="Default"/> <enum value=""/> </param> <param default="" description="Additional options" name="Additional options" value="" var="misc.options"/> <param default="2" description="Set stub debug level (1-4)" name="Debug Level " value="2" var="debug.level"/> <param default="False" description="when True, attach to running target only (without loading image)" name="Attach only" required="true" value="False" var="attach"><enum value="True"/> <enum value="False"/> </param> <param default="True" description="Deprecated. Functionality superseded by &apos;Attach only&apos;" name="Load image" type="boolean" value="True" var="load"><enum value="True"/> <enum value="False"/> </param> <param default="cont" description="Run, continue or (do nothing)" name="Run/Continue image" value="cont" var="run"><enum value="run"/> <enum value="cont"/> <enum value=""/> </param> <param default="off" description="If on is specified, make the debugger treat unknown memory as non-existent and refuse \naccesses to such memory. If off is specified, treat the memory as RAM" name="Memory Access Checking" value="off" var="mem.access"><enum value="on"/> <enum value="off"/> </param> <param default="cont" description="choose the disconnect behavior for the target" name="Disconnect behavior" value="cont" var="ondisconnect"><enum value="nochange"/> <enum value="stop"/> <enum value="cont"/> <enum value="run_cont"/> </param> <param default="" description="Command to run before starting the debugger" name="Pre launch command" value="" var="internal.prelaunch.command"/> <param default="" description="Target Wirespeed in Hz" name="Wirespeed (Hz)" probe="(?i)(Redlink\s+Server|CMSIS-DAP|LinkServer)" value="" var="internal.wirespeed"/> </params> <initvalue value="VECTRESET" var="internal.resethandling"/> <params><param default="SWD" description="Internal wiretypes" mode="hidden" name="Wiretype" probe="NEVER" value="SWD*,JTAG" var="internal.wiretype"></param> <param default="false" description="Chip supports SWO" mode="hidden" name="Has SWO" probe="NEVER" value="true" var="internal.has_swo"></param> </params> <initvalue value="SWD*,JTAG" var="internal.wiretype"/> <initvalue value="true" var="internal.has_swo"/> </parameters> <script emulators="${gdb.stub} -mi -info-emu" silent="false" swv="true" type="init">set remotetimeout 60000&#x0A;##target_extended_remote##&#x0A;set mem inaccessible-by-default ${mem.access}&#x0A;mon ondisconnect ${ondisconnect}&#x0A;set arm force-mode thumb&#x0A;${load}</script> <script silent="false" type="run">${run}</script> </config> "/> + <intAttribute key="com.crt.ctrlcenter.version" value="3"/> + <stringAttribute key="org.eclipse.cdt.debug.mi.core.DEBUG_NAME" value="arm-none-eabi-gdb"/> + <stringAttribute key="org.eclipse.cdt.debug.mi.core.GDB_INIT" value=""/> + <stringAttribute key="org.eclipse.cdt.dsf.gdb.DEBUG_NAME" value="arm-none-eabi-gdb"/> + <booleanAttribute key="org.eclipse.cdt.dsf.gdb.NON_STOP" value="false"/> + <stringAttribute key="org.eclipse.cdt.launch.DEBUGGER_START_MODE" value="remote"/> + <booleanAttribute key="org.eclipse.cdt.launch.DEBUGGER_STOP_AT_MAIN" value="true"/> + <stringAttribute key="org.eclipse.cdt.launch.DEBUGGER_STOP_AT_MAIN_SYMBOL" value="main"/> + <stringAttribute key="org.eclipse.cdt.launch.PROGRAM_NAME" value="Debug\TP1_labyrinth_etu.axf"/> + <stringAttribute key="org.eclipse.cdt.launch.PROJECT_ATTR" value="G3_TP1_labyrinth_etu"/> + <stringAttribute key="org.eclipse.cdt.launch.PROJECT_BUILD_CONFIG_ID_ATTR" value="com.crt.advproject.config.exe.debug.215110136"/> + <booleanAttribute key="org.eclipse.cdt.launch.use_terminal" value="false"/> + <stringAttribute key="org.eclipse.dsf.launch.MEMORY_BLOCKS" value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <memoryBlockExpressionList context="reserved-for-future-use"/> "/> + <stringAttribute key="process_factory_id" value="org.eclipse.cdt.dsf.gdb.GdbProcessFactory"/> </launchConfiguration> diff --git a/TP1_labyrinth_etu/TP1_labyrinth_etu Release.launch b/TP1_labyrinth_etu/TP1_labyrinth_etu Release.launch index f616365a3116ce8f9a375eb7a70f1b8fd79ef8b1..234e3634fe17f4fafa22d8231bf1dd5c6a9c4455 100644 --- a/TP1_labyrinth_etu/TP1_labyrinth_etu Release.launch +++ b/TP1_labyrinth_etu/TP1_labyrinth_etu Release.launch @@ -1,18 +1,18 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <launchConfiguration type="com.crt.dsfdebug.crtmcu.launchType"> -<booleanAttribute key="com.crt.ctrlcenter.crtInit" value="true"/> -<stringAttribute key="com.crt.ctrlcenter.targetbase" value="NXP LPC17xx"/> -<stringAttribute key="com.crt.ctrlcenter.targetconfig" value="<?xml version="1.0" encoding="UTF-8"?> <config chipvendor="NXP" genname="NXP LPC17xx" id="config.gdb.stub"><parameters><params><param default="true" description="Vector catch" name="Vector catch" value="false" var="vector.catch"><enum value="True"/> <enum value="False"/> </param> </params> <initValue value="false" var="vector.catch"/> <params><param default="On" description="Enablement of semihosting support" name="Semihosting support" value="On" var="internal.semihost"><enum value="On"/> <enum value="Off"/> <enum value="Auto"/> </param> </params> <params><param default="" description="Maximum wire speed in KHz (leave blank to Auto-detect). Not all values are supported by all targets" name="Maximum wire speed" probe="^(?!Redlink Server|LinkServer$).*$" type="nullString" value="" var="emu.speed"><enum value=""/> <enum value="30000"/> <enum value="15000"/> <enum value="10000"/> <enum value="7500"/> <enum value="6000"/> <enum value="5000"/> <enum value="3750"/> <enum value="3000"/> <enum value="2500"/> <enum value="2000"/> <enum value="1500"/> <enum value="1250"/> <enum value="1200"/> <enum value="1000"/> <enum value="750"/> <enum value="600"/> <enum value="500"/> <enum value="400"/> <enum value="300"/> <enum value="250"/> <enum value="200"/> <enum value="150"/> </param> </params> <params><param content="serverScript" description="Connect script" name="Connect Script" probe="(?i)(Redlink\s+Server|CMSIS-DAP|LinkServer)" required="false" type="nullString" var="internal.connect.script"/> <param content="serverScript" description="Reset script" name="Reset Script" probe="(?i)(Redlink\s+Server|CMSIS-DAP|LinkServer)" required="false" type="nullString" var="internal.reset.script"/> <param default="" description="Select the reset handling type for this debug connection" name="Reset Handling" probe="(?i)(Redlink\s+Server|CMSIS-DAP|LinkServer)" value="VECTRESET" var="internal.resethandling"><enum value="SYSRESETREQ"/> <enum value="VECTRESET"/> <enum value="Default"/> <enum value=""/> </param> <param default="" description="Additional options" name="Additional options" value="" var="misc.options"/> <param default="2" description="Set stub debug level (1-4)" name="Debug Level " value="2" var="debug.level"/> <param default="False" description="when True, attach to running target only (without loading image)" name="Attach only" required="true" value="False" var="attach"><enum value="True"/> <enum value="False"/> </param> <param default="True" description="Deprecated. Functionality superseded by &apos;Attach only&apos;" name="Load image" type="boolean" value="True" var="load"><enum value="True"/> <enum value="False"/> </param> <param default="cont" description="Run, continue or (do nothing)" name="Run/Continue image" value="cont" var="run"><enum value="run"/> <enum value="cont"/> <enum value=""/> </param> <param default="off" description="If on is specified, make the debugger treat unknown memory as non-existent and refuse \naccesses to such memory. If off is specified, treat the memory as RAM" name="Memory Access Checking" value="off" var="mem.access"><enum value="on"/> <enum value="off"/> </param> <param default="cont" description="choose the disconnect behavior for the target" name="Disconnect behavior" value="cont" var="ondisconnect"><enum value="nochange"/> <enum value="stop"/> <enum value="cont"/> <enum value="run_cont"/> </param> <param default="" description="Command to run before starting the debugger" name="Pre launch command" value="" var="internal.prelaunch.command"/> <param default="" description="Target Wirespeed in Hz" name="Wirespeed (Hz)" probe="(?i)(Redlink\s+Server|CMSIS-DAP|LinkServer)" value="" var="internal.wirespeed"/> </params> <initvalue value="VECTRESET" var="internal.resethandling"/> <params><param default="SWD" description="Internal wiretypes" mode="hidden" name="Wiretype" probe="NEVER" value="SWD*,JTAG" var="internal.wiretype"></param> <param default="false" description="Chip supports SWO" mode="hidden" name="Has SWO" probe="NEVER" value="true" var="internal.has_swo"></param> </params> <initvalue value="SWD*,JTAG" var="internal.wiretype"/> <initvalue value="true" var="internal.has_swo"/> </parameters> <script emulators="${gdb.stub} -mi -info-emu" silent="false" swv="true" type="init">set remotetimeout 60000&#x0A;##target_extended_remote##&#x0A;set mem inaccessible-by-default ${mem.access}&#x0A;mon ondisconnect ${ondisconnect}&#x0A;set arm force-mode thumb&#x0A;${load}</script> <script silent="false" type="run">${run}</script> </config> "/> -<intAttribute key="com.crt.ctrlcenter.version" value="3"/> -<stringAttribute key="org.eclipse.cdt.debug.mi.core.DEBUG_NAME" value="arm-none-eabi-gdb"/> -<stringAttribute key="org.eclipse.cdt.debug.mi.core.GDB_INIT" value=""/> -<stringAttribute key="org.eclipse.cdt.dsf.gdb.DEBUG_NAME" value="arm-none-eabi-gdb"/> -<booleanAttribute key="org.eclipse.cdt.dsf.gdb.NON_STOP" value="false"/> -<stringAttribute key="org.eclipse.cdt.launch.DEBUGGER_START_MODE" value="remote"/> -<booleanAttribute key="org.eclipse.cdt.launch.DEBUGGER_STOP_AT_MAIN" value="true"/> -<stringAttribute key="org.eclipse.cdt.launch.DEBUGGER_STOP_AT_MAIN_SYMBOL" value="main"/> -<stringAttribute key="org.eclipse.cdt.launch.PROGRAM_NAME" value="Release\TP1_labyrinth_etu.axf"/> -<stringAttribute key="org.eclipse.cdt.launch.PROJECT_ATTR" value="TP1_labyrinth_etu"/> -<stringAttribute key="org.eclipse.cdt.launch.PROJECT_BUILD_CONFIG_ID_ATTR" value="com.crt.advproject.config.exe.release.888357251"/> -<booleanAttribute key="org.eclipse.cdt.launch.use_terminal" value="false"/> + <booleanAttribute key="com.crt.ctrlcenter.crtInit" value="true"/> + <stringAttribute key="com.crt.ctrlcenter.targetbase" value="NXP LPC17xx"/> + <stringAttribute key="com.crt.ctrlcenter.targetconfig" value="<?xml version="1.0" encoding="UTF-8"?> <config chipvendor="NXP" genname="NXP LPC17xx" id="config.gdb.stub"><parameters><params><param default="true" description="Vector catch" name="Vector catch" value="false" var="vector.catch"><enum value="True"/> <enum value="False"/> </param> </params> <initValue value="false" var="vector.catch"/> <params><param default="On" description="Enablement of semihosting support" name="Semihosting support" value="On" var="internal.semihost"><enum value="On"/> <enum value="Off"/> <enum value="Auto"/> </param> </params> <params><param default="" description="Maximum wire speed in KHz (leave blank to Auto-detect). Not all values are supported by all targets" name="Maximum wire speed" probe="^(?!Redlink Server|LinkServer$).*$" type="nullString" value="" var="emu.speed"><enum value=""/> <enum value="30000"/> <enum value="15000"/> <enum value="10000"/> <enum value="7500"/> <enum value="6000"/> <enum value="5000"/> <enum value="3750"/> <enum value="3000"/> <enum value="2500"/> <enum value="2000"/> <enum value="1500"/> <enum value="1250"/> <enum value="1200"/> <enum value="1000"/> <enum value="750"/> <enum value="600"/> <enum value="500"/> <enum value="400"/> <enum value="300"/> <enum value="250"/> <enum value="200"/> <enum value="150"/> </param> </params> <params><param content="serverScript" description="Connect script" name="Connect Script" probe="(?i)(Redlink\s+Server|CMSIS-DAP|LinkServer)" required="false" type="nullString" var="internal.connect.script"/> <param content="serverScript" description="Reset script" name="Reset Script" probe="(?i)(Redlink\s+Server|CMSIS-DAP|LinkServer)" required="false" type="nullString" var="internal.reset.script"/> <param default="" description="Select the reset handling type for this debug connection" name="Reset Handling" probe="(?i)(Redlink\s+Server|CMSIS-DAP|LinkServer)" value="VECTRESET" var="internal.resethandling"><enum value="SYSRESETREQ"/> <enum value="VECTRESET"/> <enum value="Default"/> <enum value=""/> </param> <param default="" description="Additional options" name="Additional options" value="" var="misc.options"/> <param default="2" description="Set stub debug level (1-4)" name="Debug Level " value="2" var="debug.level"/> <param default="False" description="when True, attach to running target only (without loading image)" name="Attach only" required="true" value="False" var="attach"><enum value="True"/> <enum value="False"/> </param> <param default="True" description="Deprecated. Functionality superseded by &apos;Attach only&apos;" name="Load image" type="boolean" value="True" var="load"><enum value="True"/> <enum value="False"/> </param> <param default="cont" description="Run, continue or (do nothing)" name="Run/Continue image" value="cont" var="run"><enum value="run"/> <enum value="cont"/> <enum value=""/> </param> <param default="off" description="If on is specified, make the debugger treat unknown memory as non-existent and refuse \naccesses to such memory. If off is specified, treat the memory as RAM" name="Memory Access Checking" value="off" var="mem.access"><enum value="on"/> <enum value="off"/> </param> <param default="cont" description="choose the disconnect behavior for the target" name="Disconnect behavior" value="cont" var="ondisconnect"><enum value="nochange"/> <enum value="stop"/> <enum value="cont"/> <enum value="run_cont"/> </param> <param default="" description="Command to run before starting the debugger" name="Pre launch command" value="" var="internal.prelaunch.command"/> <param default="" description="Target Wirespeed in Hz" name="Wirespeed (Hz)" probe="(?i)(Redlink\s+Server|CMSIS-DAP|LinkServer)" value="" var="internal.wirespeed"/> </params> <initvalue value="VECTRESET" var="internal.resethandling"/> <params><param default="SWD" description="Internal wiretypes" mode="hidden" name="Wiretype" probe="NEVER" value="SWD*,JTAG" var="internal.wiretype"></param> <param default="false" description="Chip supports SWO" mode="hidden" name="Has SWO" probe="NEVER" value="true" var="internal.has_swo"></param> </params> <initvalue value="SWD*,JTAG" var="internal.wiretype"/> <initvalue value="true" var="internal.has_swo"/> </parameters> <script emulators="${gdb.stub} -mi -info-emu" silent="false" swv="true" type="init">set remotetimeout 60000&#x0A;##target_extended_remote##&#x0A;set mem inaccessible-by-default ${mem.access}&#x0A;mon ondisconnect ${ondisconnect}&#x0A;set arm force-mode thumb&#x0A;${load}</script> <script silent="false" type="run">${run}</script> </config> "/> + <intAttribute key="com.crt.ctrlcenter.version" value="3"/> + <stringAttribute key="org.eclipse.cdt.debug.mi.core.DEBUG_NAME" value="arm-none-eabi-gdb"/> + <stringAttribute key="org.eclipse.cdt.debug.mi.core.GDB_INIT" value=""/> + <stringAttribute key="org.eclipse.cdt.dsf.gdb.DEBUG_NAME" value="arm-none-eabi-gdb"/> + <booleanAttribute key="org.eclipse.cdt.dsf.gdb.NON_STOP" value="false"/> + <stringAttribute key="org.eclipse.cdt.launch.DEBUGGER_START_MODE" value="remote"/> + <booleanAttribute key="org.eclipse.cdt.launch.DEBUGGER_STOP_AT_MAIN" value="true"/> + <stringAttribute key="org.eclipse.cdt.launch.DEBUGGER_STOP_AT_MAIN_SYMBOL" value="main"/> + <stringAttribute key="org.eclipse.cdt.launch.PROGRAM_NAME" value="Release\TP1_labyrinth_etu.axf"/> + <stringAttribute key="org.eclipse.cdt.launch.PROJECT_ATTR" value="G3_TP1_labyrinth_etu"/> + <stringAttribute key="org.eclipse.cdt.launch.PROJECT_BUILD_CONFIG_ID_ATTR" value="com.crt.advproject.config.exe.release.888357251"/> + <booleanAttribute key="org.eclipse.cdt.launch.use_terminal" value="false"/> </launchConfiguration> diff --git a/TP1_labyrinth_slave_etu/.cproject b/TP1_labyrinth_slave_etu/.cproject index 414114adba1805e05d3a13c48435be8b254e93eb..d28f6defda13714f708245b941d69161b1ae66eb 100644 --- a/TP1_labyrinth_slave_etu/.cproject +++ b/TP1_labyrinth_slave_etu/.cproject @@ -20,11 +20,15 @@ <toolChain id="com.crt.advproject.toolchain.exe.debug.830538228" name="Code Red MCU Tools" superClass="com.crt.advproject.toolchain.exe.debug"> <targetPlatform binaryParser="org.eclipse.cdt.core.ELF;org.eclipse.cdt.core.GNU_ELF" id="com.crt.advproject.platform.exe.debug.1482556786" name="ARM-based MCU (Debug)" superClass="com.crt.advproject.platform.exe.debug"/> <builder buildPath="${workspace_loc:/Labo1}/Debug" id="com.crt.advproject.builder.exe.debug.766322327" keepEnvironmentInBuildfile="false" managedBuildOn="true" name="Gnu Make Builder" superClass="com.crt.advproject.builder.exe.debug"/> - <tool id="com.crt.advproject.cpp.exe.debug.2114699748" name="MCU C++ Compiler" superClass="com.crt.advproject.cpp.exe.debug"/> + <tool id="com.crt.advproject.cpp.exe.debug.2114699748" name="MCU C++ Compiler" superClass="com.crt.advproject.cpp.exe.debug"> + <option id="com.crt.advproject.cpp.hdrlib.1106606720" name="Library headers" superClass="com.crt.advproject.cpp.hdrlib" useByScannerDiscovery="false"/> + <option id="com.crt.advproject.cpp.fpu.1220277842" name="Floating point" superClass="com.crt.advproject.cpp.fpu" useByScannerDiscovery="true"/> + <option id="gnu.cpp.compiler.option.preprocessor.def.1794799165" name="Defined symbols (-D)" superClass="gnu.cpp.compiler.option.preprocessor.def"/> + </tool> <tool id="com.crt.advproject.gcc.exe.debug.504230289" name="MCU C Compiler" superClass="com.crt.advproject.gcc.exe.debug"> - <option id="com.crt.advproject.gcc.arch.1052075906" name="Architecture" superClass="com.crt.advproject.gcc.arch" value="com.crt.advproject.gcc.target.cm3" valueType="enumerated"/> - <option id="com.crt.advproject.gcc.thumb.559004851" name="Thumb mode" superClass="com.crt.advproject.gcc.thumb" value="true" valueType="boolean"/> - <option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="false" id="gnu.c.compiler.option.preprocessor.def.symbols.1212555079" name="Defined symbols (-D)" superClass="gnu.c.compiler.option.preprocessor.def.symbols" valueType="definedSymbols"> + <option id="com.crt.advproject.gcc.arch.1052075906" name="Architecture" superClass="com.crt.advproject.gcc.arch" useByScannerDiscovery="true" value="com.crt.advproject.gcc.target.cm3" valueType="enumerated"/> + <option id="com.crt.advproject.gcc.thumb.559004851" name="Thumb mode" superClass="com.crt.advproject.gcc.thumb" useByScannerDiscovery="false" value="true" valueType="boolean"/> + <option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="false" id="gnu.c.compiler.option.preprocessor.def.symbols.1212555079" name="Defined symbols (-D)" superClass="gnu.c.compiler.option.preprocessor.def.symbols" useByScannerDiscovery="false" valueType="definedSymbols"> <listOptionValue builtIn="false" value="__REDLIB__"/> <listOptionValue builtIn="false" value="DEBUG"/> <listOptionValue builtIn="false" value="__CODE_RED"/> @@ -32,12 +36,67 @@ <listOptionValue builtIn="false" value="__USE_CMSIS=CMSIS_CORE_LPC17xx"/> <listOptionValue builtIn="false" value="__LPC17XX__"/> </option> - <option id="gnu.c.compiler.option.misc.other.2130493681" name="Other flags" superClass="gnu.c.compiler.option.misc.other" value="-c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections" valueType="string"/> - <option id="com.crt.advproject.gcc.hdrlib.1230238397" name="Library headers" superClass="com.crt.advproject.gcc.hdrlib" value="com.crt.advproject.gcc.hdrlib.codered" valueType="enumerated"/> - <option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="false" id="gnu.c.compiler.option.include.paths.587235853" name="Include paths (-I)" superClass="gnu.c.compiler.option.include.paths" valueType="includePath"> + <option id="gnu.c.compiler.option.misc.other.2130493681" name="Other flags" superClass="gnu.c.compiler.option.misc.other" useByScannerDiscovery="false" value="-c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections" valueType="string"/> + <option id="com.crt.advproject.gcc.hdrlib.1230238397" name="Library headers" superClass="com.crt.advproject.gcc.hdrlib" useByScannerDiscovery="false" value="com.crt.advproject.gcc.hdrlib.codered" valueType="enumerated"/> + <option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="false" id="gnu.c.compiler.option.include.paths.587235853" name="Include paths (-I)" superClass="gnu.c.compiler.option.include.paths" useByScannerDiscovery="false" valueType="includePath"> <listOptionValue builtIn="false" value=""${workspace_loc:/CMSISv2p00_LPC17xx/inc}""/> </option> - <option id="com.crt.advproject.gcc.exe.debug.option.optimization.level.1584171154" name="Optimization Level" superClass="com.crt.advproject.gcc.exe.debug.option.optimization.level" value="gnu.c.optimization.level.none" valueType="enumerated"/> + <option id="com.crt.advproject.gcc.exe.debug.option.optimization.level.1584171154" name="Optimization Level" superClass="com.crt.advproject.gcc.exe.debug.option.optimization.level" useByScannerDiscovery="true" value="gnu.c.optimization.level.none" valueType="enumerated"/> + <option id="com.crt.advproject.gcc.fpu.1873243863" name="Floating point" superClass="com.crt.advproject.gcc.fpu" useByScannerDiscovery="true"/> + <option id="com.crt.advproject.c.misc.dialect.212859432" superClass="com.crt.advproject.c.misc.dialect"/> + <option id="gnu.c.compiler.option.dialect.flags.1080770511" superClass="gnu.c.compiler.option.dialect.flags"/> + <option id="gnu.c.compiler.option.preprocessor.nostdinc.2082398808" superClass="gnu.c.compiler.option.preprocessor.nostdinc"/> + <option id="gnu.c.compiler.option.preprocessor.preprocess.743629636" superClass="gnu.c.compiler.option.preprocessor.preprocess"/> + <option id="gnu.c.compiler.option.preprocessor.undef.symbol.641111392" superClass="gnu.c.compiler.option.preprocessor.undef.symbol"/> + <option id="gnu.c.compiler.option.include.files.1472444986" superClass="gnu.c.compiler.option.include.files"/> + <option id="gnu.c.compiler.option.optimization.flags.352947553" superClass="gnu.c.compiler.option.optimization.flags"/> + <option id="com.crt.advproject.gcc.exe.debug.option.debugging.level.843160025" superClass="com.crt.advproject.gcc.exe.debug.option.debugging.level"/> + <option id="com.crt.advproject.gcc.exe.debug.option.debugging.other.1896819087" superClass="com.crt.advproject.gcc.exe.debug.option.debugging.other"/> + <option id="gnu.c.compiler.option.debugging.prof.261512085" superClass="gnu.c.compiler.option.debugging.prof"/> + <option id="gnu.c.compiler.option.debugging.gprof.1330368846" superClass="gnu.c.compiler.option.debugging.gprof"/> + <option id="gnu.c.compiler.option.debugging.codecov.1460994237" superClass="gnu.c.compiler.option.debugging.codecov"/> + <option id="gnu.c.compiler.option.debugging.sanitaddress.1119479454" superClass="gnu.c.compiler.option.debugging.sanitaddress"/> + <option id="gnu.c.compiler.option.debugging.sanitpointers.406978287" superClass="gnu.c.compiler.option.debugging.sanitpointers"/> + <option id="gnu.c.compiler.option.debugging.sanitthread.1314943295" superClass="gnu.c.compiler.option.debugging.sanitthread"/> + <option id="gnu.c.compiler.option.debugging.sanitleak.2098103840" superClass="gnu.c.compiler.option.debugging.sanitleak"/> + <option id="gnu.c.compiler.option.debugging.sanitundef.2124419132" superClass="gnu.c.compiler.option.debugging.sanitundef"/> + <option id="gnu.c.compiler.option.warnings.syntax.893949196" superClass="gnu.c.compiler.option.warnings.syntax"/> + <option id="gnu.c.compiler.option.warnings.pedantic.1142978064" superClass="gnu.c.compiler.option.warnings.pedantic"/> + <option id="gnu.c.compiler.option.warnings.pedantic.error.1786649479" superClass="gnu.c.compiler.option.warnings.pedantic.error"/> + <option id="gnu.c.compiler.option.warnings.nowarn.193309012" superClass="gnu.c.compiler.option.warnings.nowarn"/> + <option id="gnu.c.compiler.option.warnings.allwarn.62983781" superClass="gnu.c.compiler.option.warnings.allwarn"/> + <option id="gnu.c.compiler.option.warnings.extrawarn.1297218361" superClass="gnu.c.compiler.option.warnings.extrawarn"/> + <option id="gnu.c.compiler.option.warnings.toerrors.276803479" superClass="gnu.c.compiler.option.warnings.toerrors"/> + <option id="gnu.c.compiler.option.warnings.wconversion.121940104" superClass="gnu.c.compiler.option.warnings.wconversion"/> + <option id="gnu.c.compiler.option.warnings.wcastalign.1889928897" superClass="gnu.c.compiler.option.warnings.wcastalign"/> + <option id="gnu.c.compiler.option.warnings.wcastqual.2140312266" superClass="gnu.c.compiler.option.warnings.wcastqual"/> + <option id="gnu.c.compiler.option.warnings.wdisabledopt.1820687211" superClass="gnu.c.compiler.option.warnings.wdisabledopt"/> + <option id="gnu.c.compiler.option.warnings.wlogicalop.108675229" superClass="gnu.c.compiler.option.warnings.wlogicalop"/> + <option id="gnu.c.compiler.option.warnings.wmissingdecl.673777409" superClass="gnu.c.compiler.option.warnings.wmissingdecl"/> + <option id="gnu.c.compiler.option.warnings.wmissingincdir.258076549" superClass="gnu.c.compiler.option.warnings.wmissingincdir"/> + <option id="gnu.c.compiler.option.warnings.wredundantdecl.1450296174" superClass="gnu.c.compiler.option.warnings.wredundantdecl"/> + <option id="gnu.c.compiler.option.warnings.wshadow.1776975034" superClass="gnu.c.compiler.option.warnings.wshadow"/> + <option id="gnu.c.compiler.option.warnings.wsignconv.1997676441" superClass="gnu.c.compiler.option.warnings.wsignconv"/> + <option id="gnu.c.compiler.option.warnings.wswitchdef.2048862804" superClass="gnu.c.compiler.option.warnings.wswitchdef"/> + <option id="gnu.c.compiler.option.warnings.wundef.1128659655" superClass="gnu.c.compiler.option.warnings.wundef"/> + <option id="gnu.c.compiler.option.warnings.wwritestrings.673661680" superClass="gnu.c.compiler.option.warnings.wwritestrings"/> + <option id="gnu.c.compiler.option.warnings.wfloatequal.1560169584" superClass="gnu.c.compiler.option.warnings.wfloatequal"/> + <option id="gnu.c.compiler.option.misc.otherExcludedFromScannerDiscovery.1041014446" superClass="gnu.c.compiler.option.misc.otherExcludedFromScannerDiscovery"/> + <option id="gnu.c.compiler.option.misc.verbose.1085434083" superClass="gnu.c.compiler.option.misc.verbose"/> + <option id="gnu.c.compiler.option.misc.ansi.468634775" superClass="gnu.c.compiler.option.misc.ansi"/> + <option id="gnu.c.compiler.option.misc.pic.1868935770" superClass="gnu.c.compiler.option.misc.pic"/> + <option id="gnu.c.compiler.option.misc.hardening.1244798856" superClass="gnu.c.compiler.option.misc.hardening"/> + <option id="gnu.c.compiler.option.misc.randomization.127537950" superClass="gnu.c.compiler.option.misc.randomization"/> + <option id="com.crt.advproject.gcc.lto.289456021" superClass="com.crt.advproject.gcc.lto"/> + <option id="com.crt.advproject.gcc.lto.fat.634968473" superClass="com.crt.advproject.gcc.lto.fat"/> + <option id="com.crt.advproject.gcc.merge.constants.484659083" superClass="com.crt.advproject.gcc.merge.constants"/> + <option id="com.crt.advproject.gcc.prefixmap.1337261328" superClass="com.crt.advproject.gcc.prefixmap"/> + <option id="com.crt.advproject.gcc.thumbinterwork.1817253953" superClass="com.crt.advproject.gcc.thumbinterwork"/> + <option id="com.crt.advproject.gcc.securestate.226004134" superClass="com.crt.advproject.gcc.securestate"/> + <option id="com.crt.advproject.gcc.stackusage.756961377" superClass="com.crt.advproject.gcc.stackusage"/> + <option id="com.crt.advproject.gcc.specs.1273884146" superClass="com.crt.advproject.gcc.specs"/> + <option id="com.crt.advproject.gcc.config.1932083671" superClass="com.crt.advproject.gcc.config"/> + <option id="com.crt.advproject.gcc.store.356933426" superClass="com.crt.advproject.gcc.store"/> <inputType id="com.crt.advproject.compiler.input.2000624862" superClass="com.crt.advproject.compiler.input"/> </tool> <tool id="com.crt.advproject.gas.exe.debug.1415986929" name="MCU Assembler" superClass="com.crt.advproject.gas.exe.debug"> @@ -45,15 +104,28 @@ <option id="com.crt.advproject.gas.thumb.1661478602" name="Thumb mode" superClass="com.crt.advproject.gas.thumb" value="true" valueType="boolean"/> <option id="gnu.both.asm.option.flags.crt.572280974" name="Assembler flags" superClass="gnu.both.asm.option.flags.crt" value="-c -x assembler-with-cpp -D__REDLIB__ -DDEBUG -D__CODE_RED" valueType="string"/> <option id="com.crt.advproject.gas.hdrlib.2076415884" name="Library headers" superClass="com.crt.advproject.gas.hdrlib" value="com.crt.advproject.gas.hdrlib.codered" valueType="enumerated"/> + <option id="com.crt.advproject.gas.fpu.825612267" name="Floating point" superClass="com.crt.advproject.gas.fpu"/> + <option id="gnu.both.asm.option.include.paths.1612024380" superClass="gnu.both.asm.option.include.paths"/> + <option id="gnu.both.asm.option.warnings.nowarn.1074328171" superClass="gnu.both.asm.option.warnings.nowarn"/> + <option id="gnu.both.asm.option.version.1143601199" superClass="gnu.both.asm.option.version"/> + <option id="com.crt.advproject.gas.exe.debug.option.debugging.level.1840766617" superClass="com.crt.advproject.gas.exe.debug.option.debugging.level"/> + <option id="com.crt.advproject.gas.exe.debug.option.debugging.other.1204369552" superClass="com.crt.advproject.gas.exe.debug.option.debugging.other"/> + <option id="com.crt.advproject.gas.thumbinterwork.1645768106" superClass="com.crt.advproject.gas.thumbinterwork"/> + <option id="com.crt.advproject.gas.specs.1178881900" superClass="com.crt.advproject.gas.specs"/> + <option id="com.crt.advproject.gas.config.425247602" superClass="com.crt.advproject.gas.config"/> + <option id="com.crt.advproject.gas.store.784561583" superClass="com.crt.advproject.gas.store"/> <inputType id="cdt.managedbuild.tool.gnu.assembler.input.248721909" superClass="cdt.managedbuild.tool.gnu.assembler.input"/> <inputType id="com.crt.advproject.assembler.input.968568522" name="Additional Assembly Source Files" superClass="com.crt.advproject.assembler.input"/> </tool> - <tool id="com.crt.advproject.link.cpp.exe.debug.753747237" name="MCU C++ Linker" superClass="com.crt.advproject.link.cpp.exe.debug"/> + <tool id="com.crt.advproject.link.cpp.exe.debug.753747237" name="MCU C++ Linker" superClass="com.crt.advproject.link.cpp.exe.debug"> + <option id="com.crt.advproject.link.cpp.hdrlib.1422832063" name="Library" superClass="com.crt.advproject.link.cpp.hdrlib"/> + <option id="com.crt.advproject.link.cpp.fpu.1444411157" name="Floating point" superClass="com.crt.advproject.link.cpp.fpu"/> + </tool> <tool id="com.crt.advproject.link.exe.debug.183992099" name="MCU Linker" superClass="com.crt.advproject.link.exe.debug"> <option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="true" id="com.crt.advproject.link.gcc.multicore.master.userobjs.1782236783" name="Slave Objects (not visible)" superClass="com.crt.advproject.link.gcc.multicore.master.userobjs" valueType="userObjs"/> <option id="com.crt.advproject.link.arch.563245846" name="Architecture" superClass="com.crt.advproject.link.arch" value="com.crt.advproject.link.target.cm3" valueType="enumerated"/> <option id="com.crt.advproject.link.thumb.1587210223" name="Thumb mode" superClass="com.crt.advproject.link.thumb" value="true" valueType="boolean"/> - <option id="com.crt.advproject.link.script.1660719451" name="Linker script" superClass="com.crt.advproject.link.script" value=""Labo4_langton_Debug.ld"" valueType="string"/> + <option id="com.crt.advproject.link.script.1660719451" name="Linker script" superClass="com.crt.advproject.link.script" value=""G3_TP1_labyrinth_slave_etu_Debug.ld"" valueType="string"/> <option id="com.crt.advproject.link.manage.212894868" name="Manage linker script" superClass="com.crt.advproject.link.manage" value="true" valueType="boolean"/> <option id="gnu.c.link.option.nostdlibs.1735300984" name="No startup or default libs (-nostdlib)" superClass="gnu.c.link.option.nostdlibs" value="true" valueType="boolean"/> <option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="false" id="gnu.c.link.option.other.681311213" name="Other options (-Xlinker [option])" superClass="gnu.c.link.option.other" valueType="stringList"> @@ -69,18 +141,59 @@ <listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/Debug}""/> <listOptionValue builtIn="false" value=""${workspace_loc:/CMSISv2p00_LPC17xx/Debug}""/> </option> - <option id="com.crt.advproject.link.crpenable.899096388" name="Enable Code Read Protection" superClass="com.crt.advproject.link.crpenable" value="true" valueType="boolean"/> + <option id="com.crt.advproject.link.crpenable.899096388" name="Enable automatic placement of Code Read Protection field in image" superClass="com.crt.advproject.link.crpenable" value="true" valueType="boolean"/> <option id="com.crt.advproject.link.gcc.multicore.slave.241458873" name="Multicore configuration" superClass="com.crt.advproject.link.gcc.multicore.slave"/> - <option id="com.crt.advproject.link.memory.load.image.645908871" superClass="com.crt.advproject.link.memory.load.image" value="" valueType="string"/> - <option id="com.crt.advproject.link.memory.heapAndStack.408591348" superClass="com.crt.advproject.link.memory.heapAndStack" value="&Heap:Default;Post Data;Default&Stack:Default;End;Default" valueType="string"/> - <option id="com.crt.advproject.link.memory.data.1066803441" superClass="com.crt.advproject.link.memory.data" value="" valueType="string"/> - <option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="true" id="com.crt.advproject.link.memory.sections.1615005549" superClass="com.crt.advproject.link.memory.sections" valueType="stringList"/> + <option id="com.crt.advproject.link.memory.load.image.645908871" name="Plain load image" superClass="com.crt.advproject.link.memory.load.image" value="" valueType="string"/> + <option id="com.crt.advproject.link.memory.heapAndStack.408591348" name="Heap and Stack options" superClass="com.crt.advproject.link.memory.heapAndStack" value="&Heap:Default;Post Data;Default&Stack:Default;End;Default" valueType="string"/> + <option id="com.crt.advproject.link.memory.data.1066803441" name="Global data placement" superClass="com.crt.advproject.link.memory.data" value="" valueType="string"/> + <option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="true" id="com.crt.advproject.link.memory.sections.1615005549" name="Extra linker script input sections" superClass="com.crt.advproject.link.memory.sections" valueType="stringList"/> + <option defaultValue="com.crt.advproject.heapAndStack.lpcXpressoStyle" id="com.crt.advproject.link.memory.heapAndStack.style.783823828" name="Heap and Stack placement" superClass="com.crt.advproject.link.memory.heapAndStack.style" valueType="enumerated"/> + <option id="com.crt.advproject.link.fpu.885739244" name="Floating point" superClass="com.crt.advproject.link.fpu"/> + <option id="com.crt.advproject.link.gcc.multicore.master.731921425" name="Multicore master" superClass="com.crt.advproject.link.gcc.multicore.master"/> + <option id="gnu.c.link.option.nostart.963420229" superClass="gnu.c.link.option.nostart"/> + <option id="gnu.c.link.option.nodeflibs.73843965" superClass="gnu.c.link.option.nodeflibs"/> + <option id="gnu.c.link.option.strip.249205435" superClass="gnu.c.link.option.strip"/> + <option id="gnu.c.link.option.noshared.1439526050" superClass="gnu.c.link.option.noshared"/> + <option id="gnu.c.link.option.group.1096237269" superClass="gnu.c.link.option.group"/> + <option id="gnu.c.link.option.ldflags.688619435" superClass="gnu.c.link.option.ldflags"/> + <option id="gnu.c.link.option.userobjs.1048719719" superClass="gnu.c.link.option.userobjs"/> + <option id="gnu.c.link.option.shared.1691458274" superClass="gnu.c.link.option.shared"/> + <option id="gnu.c.link.option.soname.211452493" superClass="gnu.c.link.option.soname"/> + <option id="gnu.c.link.option.implname.1359745156" superClass="gnu.c.link.option.implname"/> + <option id="gnu.c.link.option.defname.1576342734" superClass="gnu.c.link.option.defname"/> + <option id="gnu.c.link.option.debugging.prof.915039448" superClass="gnu.c.link.option.debugging.prof"/> + <option id="gnu.c.link.option.debugging.gprof.1359698914" superClass="gnu.c.link.option.debugging.gprof"/> + <option id="gnu.c.link.option.debugging.codecov.693080836" superClass="gnu.c.link.option.debugging.codecov"/> + <option id="com.crt.advproject.link.gcc.lto.1578113178" superClass="com.crt.advproject.link.gcc.lto"/> + <option id="com.crt.advproject.link.gcc.lto.optmization.level.1012766093" superClass="com.crt.advproject.link.gcc.lto.optmization.level"/> + <option id="com.crt.advproject.link.scriptdir.1387194381" superClass="com.crt.advproject.link.scriptdir"/> + <option id="com.crt.advproject.link.flashconfigenable.677426598" superClass="com.crt.advproject.link.flashconfigenable"/> + <option id="com.crt.advproject.link.ecrp.133392161" superClass="com.crt.advproject.link.ecrp"/> + <option id="com.crt.advproject.link.gcc.nanofloat.820692955" superClass="com.crt.advproject.link.gcc.nanofloat"/> + <option id="com.crt.advproject.link.gcc.nanofloat.scanf.1171748401" superClass="com.crt.advproject.link.gcc.nanofloat.scanf"/> + <option id="com.crt.advproject.link.toram.336708945" superClass="com.crt.advproject.link.toram"/> + <option id="com.crt.advproject.link.stackOffset.388898913" superClass="com.crt.advproject.link.stackOffset"/> + <option id="com.crt.advproject.link.gcc.multicore.empty.831331150" superClass="com.crt.advproject.link.gcc.multicore.empty"/> + <option id="com.crt.advproject.link.config.2126779497" superClass="com.crt.advproject.link.config"/> + <option id="com.crt.advproject.link.store.2146783864" superClass="com.crt.advproject.link.store"/> + <option id="com.crt.advproject.link.securestate.15463612" superClass="com.crt.advproject.link.securestate"/> + <option id="com.crt.advproject.link.sgstubs.placement.1769457772" superClass="com.crt.advproject.link.sgstubs.placement"/> + <option id="com.crt.advproject.link.sgstubenable.1054396086" superClass="com.crt.advproject.link.sgstubenable"/> + <option id="com.crt.advproject.link.nonsecureobject.1658277719" superClass="com.crt.advproject.link.nonsecureobject"/> + <option id="com.crt.advproject.link.inimplib.381169523" superClass="com.crt.advproject.link.inimplib"/> <inputType id="cdt.managedbuild.tool.gnu.c.linker.input.1851823283" superClass="cdt.managedbuild.tool.gnu.c.linker.input"> <additionalInput kind="additionalinputdependency" paths="$(USER_OBJS)"/> <additionalInput kind="additionalinput" paths="$(LIBS)"/> </inputType> </tool> - <tool id="com.crt.advproject.tool.debug.debug.790069747" name="MCU Debugger" superClass="com.crt.advproject.tool.debug.debug"/> + <tool id="com.crt.advproject.tool.debug.debug.790069747" name="MCU Debugger" superClass="com.crt.advproject.tool.debug.debug"> + <option id="com.crt.advproject.linkserver.debug.prevent.debug.1283260286" superClass="com.crt.advproject.linkserver.debug.prevent.debug"/> + <option id="com.crt.advproject.miscellaneous.end_of_heap.673369381" superClass="com.crt.advproject.miscellaneous.end_of_heap"/> + <option id="com.crt.advproject.miscellaneous.pvHeapStart.223552775" superClass="com.crt.advproject.miscellaneous.pvHeapStart"/> + <option id="com.crt.advproject.miscellaneous.pvHeapLimit.1482330908" superClass="com.crt.advproject.miscellaneous.pvHeapLimit"/> + <option id="com.crt.advproject.debugger.security.nonsecureimageenable.1778411552" superClass="com.crt.advproject.debugger.security.nonsecureimageenable"/> + <option id="com.crt.advproject.debugger.security.nonsecureimage.1919209840" superClass="com.crt.advproject.debugger.security.nonsecureimage"/> + </tool> </toolChain> </folderInfo> <sourceEntries> @@ -111,9 +224,9 @@ <builder buildPath="${workspace_loc:/Labo1}/Release" id="com.crt.advproject.builder.exe.release.927746786" keepEnvironmentInBuildfile="false" managedBuildOn="true" name="Gnu Make Builder" superClass="com.crt.advproject.builder.exe.release"/> <tool id="com.crt.advproject.cpp.exe.release.1901145628" name="MCU C++ Compiler" superClass="com.crt.advproject.cpp.exe.release"/> <tool id="com.crt.advproject.gcc.exe.release.1579904955" name="MCU C Compiler" superClass="com.crt.advproject.gcc.exe.release"> - <option id="com.crt.advproject.gcc.arch.1766743211" name="Architecture" superClass="com.crt.advproject.gcc.arch" value="com.crt.advproject.gcc.target.cm3" valueType="enumerated"/> - <option id="com.crt.advproject.gcc.thumb.1007793482" name="Thumb mode" superClass="com.crt.advproject.gcc.thumb" value="true" valueType="boolean"/> - <option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="false" id="gnu.c.compiler.option.preprocessor.def.symbols.1279704342" name="Defined symbols (-D)" superClass="gnu.c.compiler.option.preprocessor.def.symbols" valueType="definedSymbols"> + <option id="com.crt.advproject.gcc.arch.1766743211" name="Architecture" superClass="com.crt.advproject.gcc.arch" useByScannerDiscovery="true" value="com.crt.advproject.gcc.target.cm3" valueType="enumerated"/> + <option id="com.crt.advproject.gcc.thumb.1007793482" name="Thumb mode" superClass="com.crt.advproject.gcc.thumb" useByScannerDiscovery="false" value="true" valueType="boolean"/> + <option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="false" id="gnu.c.compiler.option.preprocessor.def.symbols.1279704342" name="Defined symbols (-D)" superClass="gnu.c.compiler.option.preprocessor.def.symbols" useByScannerDiscovery="false" valueType="definedSymbols"> <listOptionValue builtIn="false" value="__REDLIB__"/> <listOptionValue builtIn="false" value="NDEBUG"/> <listOptionValue builtIn="false" value="__CODE_RED"/> @@ -121,11 +234,67 @@ <listOptionValue builtIn="false" value="__USE_CMSIS=CMSIS_CORE_LPC17xx"/> <listOptionValue builtIn="false" value="__LPC17XX__"/> </option> - <option id="gnu.c.compiler.option.misc.other.58542398" name="Other flags" superClass="gnu.c.compiler.option.misc.other" value="-c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections" valueType="string"/> - <option id="com.crt.advproject.gcc.hdrlib.1441429566" name="Library headers" superClass="com.crt.advproject.gcc.hdrlib" value="Redlib" valueType="enumerated"/> - <option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="false" id="gnu.c.compiler.option.include.paths.225061442" name="Include paths (-I)" superClass="gnu.c.compiler.option.include.paths" valueType="includePath"> + <option id="gnu.c.compiler.option.misc.other.58542398" name="Other flags" superClass="gnu.c.compiler.option.misc.other" useByScannerDiscovery="false" value="-c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections" valueType="string"/> + <option id="com.crt.advproject.gcc.hdrlib.1441429566" name="Library headers" superClass="com.crt.advproject.gcc.hdrlib" useByScannerDiscovery="false" value="Redlib" valueType="enumerated"/> + <option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="false" id="gnu.c.compiler.option.include.paths.225061442" name="Include paths (-I)" superClass="gnu.c.compiler.option.include.paths" useByScannerDiscovery="false" valueType="includePath"> <listOptionValue builtIn="false" value=""${workspace_loc:/CMSIS_CORE_LPC17xx/inc}""/> </option> + <option id="com.crt.advproject.c.misc.dialect.396650423" superClass="com.crt.advproject.c.misc.dialect"/> + <option id="gnu.c.compiler.option.dialect.flags.652277891" superClass="gnu.c.compiler.option.dialect.flags"/> + <option id="gnu.c.compiler.option.preprocessor.nostdinc.1819708808" superClass="gnu.c.compiler.option.preprocessor.nostdinc"/> + <option id="gnu.c.compiler.option.preprocessor.preprocess.19225182" superClass="gnu.c.compiler.option.preprocessor.preprocess"/> + <option id="gnu.c.compiler.option.preprocessor.undef.symbol.1364019695" superClass="gnu.c.compiler.option.preprocessor.undef.symbol"/> + <option id="gnu.c.compiler.option.include.files.1230205286" superClass="gnu.c.compiler.option.include.files"/> + <option id="com.crt.advproject.gcc.exe.release.option.optimization.level.1260077974" superClass="com.crt.advproject.gcc.exe.release.option.optimization.level"/> + <option id="gnu.c.compiler.option.optimization.flags.1619583420" superClass="gnu.c.compiler.option.optimization.flags"/> + <option id="com.crt.advproject.gcc.exe.release.option.debugging.level.1741100871" superClass="com.crt.advproject.gcc.exe.release.option.debugging.level"/> + <option id="com.crt.advproject.gcc.exe.release.option.debugging.other.1037500992" superClass="com.crt.advproject.gcc.exe.release.option.debugging.other"/> + <option id="gnu.c.compiler.option.debugging.prof.949866655" superClass="gnu.c.compiler.option.debugging.prof"/> + <option id="gnu.c.compiler.option.debugging.gprof.346748430" superClass="gnu.c.compiler.option.debugging.gprof"/> + <option id="gnu.c.compiler.option.debugging.codecov.1302898960" superClass="gnu.c.compiler.option.debugging.codecov"/> + <option id="gnu.c.compiler.option.debugging.sanitaddress.888675301" superClass="gnu.c.compiler.option.debugging.sanitaddress"/> + <option id="gnu.c.compiler.option.debugging.sanitpointers.1663199225" superClass="gnu.c.compiler.option.debugging.sanitpointers"/> + <option id="gnu.c.compiler.option.debugging.sanitthread.2024186233" superClass="gnu.c.compiler.option.debugging.sanitthread"/> + <option id="gnu.c.compiler.option.debugging.sanitleak.1079043289" superClass="gnu.c.compiler.option.debugging.sanitleak"/> + <option id="gnu.c.compiler.option.debugging.sanitundef.1910670421" superClass="gnu.c.compiler.option.debugging.sanitundef"/> + <option id="gnu.c.compiler.option.warnings.syntax.1692746054" superClass="gnu.c.compiler.option.warnings.syntax"/> + <option id="gnu.c.compiler.option.warnings.pedantic.28945290" superClass="gnu.c.compiler.option.warnings.pedantic"/> + <option id="gnu.c.compiler.option.warnings.pedantic.error.1458271019" superClass="gnu.c.compiler.option.warnings.pedantic.error"/> + <option id="gnu.c.compiler.option.warnings.nowarn.61378977" superClass="gnu.c.compiler.option.warnings.nowarn"/> + <option id="gnu.c.compiler.option.warnings.allwarn.1715185535" superClass="gnu.c.compiler.option.warnings.allwarn"/> + <option id="gnu.c.compiler.option.warnings.extrawarn.1300939716" superClass="gnu.c.compiler.option.warnings.extrawarn"/> + <option id="gnu.c.compiler.option.warnings.toerrors.1844509815" superClass="gnu.c.compiler.option.warnings.toerrors"/> + <option id="gnu.c.compiler.option.warnings.wconversion.1561298968" superClass="gnu.c.compiler.option.warnings.wconversion"/> + <option id="gnu.c.compiler.option.warnings.wcastalign.2118540598" superClass="gnu.c.compiler.option.warnings.wcastalign"/> + <option id="gnu.c.compiler.option.warnings.wcastqual.44869381" superClass="gnu.c.compiler.option.warnings.wcastqual"/> + <option id="gnu.c.compiler.option.warnings.wdisabledopt.1915303746" superClass="gnu.c.compiler.option.warnings.wdisabledopt"/> + <option id="gnu.c.compiler.option.warnings.wlogicalop.1844330651" superClass="gnu.c.compiler.option.warnings.wlogicalop"/> + <option id="gnu.c.compiler.option.warnings.wmissingdecl.1952431119" superClass="gnu.c.compiler.option.warnings.wmissingdecl"/> + <option id="gnu.c.compiler.option.warnings.wmissingincdir.800849181" superClass="gnu.c.compiler.option.warnings.wmissingincdir"/> + <option id="gnu.c.compiler.option.warnings.wredundantdecl.1317613058" superClass="gnu.c.compiler.option.warnings.wredundantdecl"/> + <option id="gnu.c.compiler.option.warnings.wshadow.53362204" superClass="gnu.c.compiler.option.warnings.wshadow"/> + <option id="gnu.c.compiler.option.warnings.wsignconv.54268100" superClass="gnu.c.compiler.option.warnings.wsignconv"/> + <option id="gnu.c.compiler.option.warnings.wswitchdef.1693649651" superClass="gnu.c.compiler.option.warnings.wswitchdef"/> + <option id="gnu.c.compiler.option.warnings.wundef.269941104" superClass="gnu.c.compiler.option.warnings.wundef"/> + <option id="gnu.c.compiler.option.warnings.wwritestrings.466351166" superClass="gnu.c.compiler.option.warnings.wwritestrings"/> + <option id="gnu.c.compiler.option.warnings.wfloatequal.1646488088" superClass="gnu.c.compiler.option.warnings.wfloatequal"/> + <option id="gnu.c.compiler.option.misc.otherExcludedFromScannerDiscovery.1657411440" superClass="gnu.c.compiler.option.misc.otherExcludedFromScannerDiscovery"/> + <option id="gnu.c.compiler.option.misc.verbose.508903606" superClass="gnu.c.compiler.option.misc.verbose"/> + <option id="gnu.c.compiler.option.misc.ansi.430864913" superClass="gnu.c.compiler.option.misc.ansi"/> + <option id="gnu.c.compiler.option.misc.pic.1314898791" superClass="gnu.c.compiler.option.misc.pic"/> + <option id="gnu.c.compiler.option.misc.hardening.856509941" superClass="gnu.c.compiler.option.misc.hardening"/> + <option id="gnu.c.compiler.option.misc.randomization.850281066" superClass="gnu.c.compiler.option.misc.randomization"/> + <option id="com.crt.advproject.gcc.lto.1163696638" superClass="com.crt.advproject.gcc.lto"/> + <option id="com.crt.advproject.gcc.lto.fat.1419620690" superClass="com.crt.advproject.gcc.lto.fat"/> + <option id="com.crt.advproject.gcc.merge.constants.728453486" superClass="com.crt.advproject.gcc.merge.constants"/> + <option id="com.crt.advproject.gcc.prefixmap.1747010168" superClass="com.crt.advproject.gcc.prefixmap"/> + <option id="com.crt.advproject.gcc.fpu.1547780127" superClass="com.crt.advproject.gcc.fpu"/> + <option id="com.crt.advproject.gcc.thumbinterwork.285530876" superClass="com.crt.advproject.gcc.thumbinterwork"/> + <option id="com.crt.advproject.gcc.securestate.1265849914" superClass="com.crt.advproject.gcc.securestate"/> + <option id="com.crt.advproject.gcc.stackusage.1556996176" superClass="com.crt.advproject.gcc.stackusage"/> + <option id="com.crt.advproject.gcc.specs.2143077831" superClass="com.crt.advproject.gcc.specs"/> + <option id="com.crt.advproject.gcc.config.809724935" superClass="com.crt.advproject.gcc.config"/> + <option id="com.crt.advproject.gcc.store.58736271" superClass="com.crt.advproject.gcc.store"/> <inputType id="com.crt.advproject.compiler.input.347615753" superClass="com.crt.advproject.compiler.input"/> </tool> <tool id="com.crt.advproject.gas.exe.release.532066257" name="MCU Assembler" superClass="com.crt.advproject.gas.exe.release"> @@ -133,6 +302,16 @@ <option id="com.crt.advproject.gas.thumb.755379561" name="Thumb mode" superClass="com.crt.advproject.gas.thumb" value="true" valueType="boolean"/> <option id="gnu.both.asm.option.flags.crt.1760599231" name="Assembler flags" superClass="gnu.both.asm.option.flags.crt" value="-c -x assembler-with-cpp -D__REDLIB__ -DNDEBUG -D__CODE_RED" valueType="string"/> <option id="com.crt.advproject.gas.hdrlib.2083300418" name="Library headers" superClass="com.crt.advproject.gas.hdrlib" value="Redlib" valueType="enumerated"/> + <option id="gnu.both.asm.option.include.paths.1024917219" superClass="gnu.both.asm.option.include.paths"/> + <option id="gnu.both.asm.option.warnings.nowarn.1348352035" superClass="gnu.both.asm.option.warnings.nowarn"/> + <option id="gnu.both.asm.option.version.2082717335" superClass="gnu.both.asm.option.version"/> + <option id="com.crt.advproject.gas.debug.1579968222" superClass="com.crt.advproject.gas.debug"/> + <option id="com.crt.advproject.gas.option.debugging.other.1602742806" superClass="com.crt.advproject.gas.option.debugging.other"/> + <option id="com.crt.advproject.gas.fpu.1611129959" superClass="com.crt.advproject.gas.fpu"/> + <option id="com.crt.advproject.gas.thumbinterwork.93474345" superClass="com.crt.advproject.gas.thumbinterwork"/> + <option id="com.crt.advproject.gas.specs.1235513787" superClass="com.crt.advproject.gas.specs"/> + <option id="com.crt.advproject.gas.config.414045165" superClass="com.crt.advproject.gas.config"/> + <option id="com.crt.advproject.gas.store.1147849878" superClass="com.crt.advproject.gas.store"/> <inputType id="cdt.managedbuild.tool.gnu.assembler.input.143327671" superClass="cdt.managedbuild.tool.gnu.assembler.input"/> <inputType id="com.crt.advproject.assembler.input.1888299321" name="Additional Assembly Source Files" superClass="com.crt.advproject.assembler.input"/> </tool> @@ -141,7 +320,7 @@ <option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="true" id="com.crt.advproject.link.gcc.multicore.master.userobjs.1718464634" name="Slave Objects (not visible)" superClass="com.crt.advproject.link.gcc.multicore.master.userobjs" valueType="userObjs"/> <option id="com.crt.advproject.link.arch.159478323" name="Architecture" superClass="com.crt.advproject.link.arch" value="com.crt.advproject.link.target.cm3" valueType="enumerated"/> <option id="com.crt.advproject.link.thumb.1244812174" name="Thumb mode" superClass="com.crt.advproject.link.thumb" value="true" valueType="boolean"/> - <option id="com.crt.advproject.link.script.576834230" name="Linker script" superClass="com.crt.advproject.link.script" value=""Labo4_langton_Release.ld"" valueType="string"/> + <option id="com.crt.advproject.link.script.576834230" name="Linker script" superClass="com.crt.advproject.link.script" value=""G3_TP1_labyrinth_slave_etu_Release.ld"" valueType="string"/> <option id="com.crt.advproject.link.manage.1650657076" name="Manage linker script" superClass="com.crt.advproject.link.manage" value="true" valueType="boolean"/> <option id="gnu.c.link.option.nostdlibs.654698344" name="No startup or default libs (-nostdlib)" superClass="gnu.c.link.option.nostdlibs" value="true" valueType="boolean"/> <option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="false" id="gnu.c.link.option.other.1132050710" name="Other options (-Xlinker [option])" superClass="gnu.c.link.option.other" valueType="stringList"> @@ -155,17 +334,59 @@ <option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="false" id="gnu.c.link.option.paths.1367035601" name="Library search path (-L)" superClass="gnu.c.link.option.paths" valueType="libPaths"> <listOptionValue builtIn="false" value=""${workspace_loc:/CMSIS_CORE_LPC17xx/Release}""/> </option> - <option id="com.crt.advproject.link.crpenable.1792752219" name="Enable Code Read Protection" superClass="com.crt.advproject.link.crpenable" value="true" valueType="boolean"/> - <option id="com.crt.advproject.link.memory.load.image.821269017" superClass="com.crt.advproject.link.memory.load.image" value="" valueType="string"/> - <option id="com.crt.advproject.link.memory.heapAndStack.474272577" superClass="com.crt.advproject.link.memory.heapAndStack" value="&Heap:Default;Post Data;Default&Stack:Default;End;Default" valueType="string"/> - <option id="com.crt.advproject.link.memory.data.823306993" superClass="com.crt.advproject.link.memory.data" value="" valueType="string"/> - <option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="true" id="com.crt.advproject.link.memory.sections.1470075254" superClass="com.crt.advproject.link.memory.sections" valueType="stringList"/> + <option id="com.crt.advproject.link.crpenable.1792752219" name="Enable automatic placement of Code Read Protection field in image" superClass="com.crt.advproject.link.crpenable" value="true" valueType="boolean"/> + <option id="com.crt.advproject.link.memory.load.image.821269017" name="Plain load image" superClass="com.crt.advproject.link.memory.load.image" value="" valueType="string"/> + <option id="com.crt.advproject.link.memory.heapAndStack.474272577" name="Heap and Stack options" superClass="com.crt.advproject.link.memory.heapAndStack" value="&Heap:Default;Post Data;Default&Stack:Default;End;Default" valueType="string"/> + <option id="com.crt.advproject.link.memory.data.823306993" name="Global data placement" superClass="com.crt.advproject.link.memory.data" value="" valueType="string"/> + <option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="true" id="com.crt.advproject.link.memory.sections.1470075254" name="Extra linker script input sections" superClass="com.crt.advproject.link.memory.sections" valueType="stringList"/> + <option defaultValue="com.crt.advproject.heapAndStack.lpcXpressoStyle" id="com.crt.advproject.link.memory.heapAndStack.style.576799723" name="Heap and Stack placement" superClass="com.crt.advproject.link.memory.heapAndStack.style" valueType="enumerated"/> + <option id="com.crt.advproject.link.gcc.multicore.slave.1233359699" name="Multicore configuration" superClass="com.crt.advproject.link.gcc.multicore.slave"/> + <option id="gnu.c.link.option.nostart.138726486" superClass="gnu.c.link.option.nostart"/> + <option id="gnu.c.link.option.nodeflibs.1728794029" superClass="gnu.c.link.option.nodeflibs"/> + <option id="gnu.c.link.option.strip.164744094" superClass="gnu.c.link.option.strip"/> + <option id="gnu.c.link.option.noshared.699557635" superClass="gnu.c.link.option.noshared"/> + <option id="gnu.c.link.option.group.844075704" superClass="gnu.c.link.option.group"/> + <option id="gnu.c.link.option.ldflags.976311119" superClass="gnu.c.link.option.ldflags"/> + <option id="gnu.c.link.option.userobjs.68839717" superClass="gnu.c.link.option.userobjs"/> + <option id="gnu.c.link.option.shared.182169029" superClass="gnu.c.link.option.shared"/> + <option id="gnu.c.link.option.soname.786177708" superClass="gnu.c.link.option.soname"/> + <option id="gnu.c.link.option.implname.1846051581" superClass="gnu.c.link.option.implname"/> + <option id="gnu.c.link.option.defname.235182799" superClass="gnu.c.link.option.defname"/> + <option id="gnu.c.link.option.debugging.prof.57898115" superClass="gnu.c.link.option.debugging.prof"/> + <option id="gnu.c.link.option.debugging.gprof.1880445247" superClass="gnu.c.link.option.debugging.gprof"/> + <option id="gnu.c.link.option.debugging.codecov.458840169" superClass="gnu.c.link.option.debugging.codecov"/> + <option id="com.crt.advproject.link.gcc.lto.130033546" superClass="com.crt.advproject.link.gcc.lto"/> + <option id="com.crt.advproject.link.gcc.lto.optmization.level.1132249663" superClass="com.crt.advproject.link.gcc.lto.optmization.level"/> + <option id="com.crt.advproject.link.fpu.2019355832" superClass="com.crt.advproject.link.fpu"/> + <option id="com.crt.advproject.link.scriptdir.1042785005" superClass="com.crt.advproject.link.scriptdir"/> + <option id="com.crt.advproject.link.flashconfigenable.28030382" superClass="com.crt.advproject.link.flashconfigenable"/> + <option id="com.crt.advproject.link.ecrp.1267858684" superClass="com.crt.advproject.link.ecrp"/> + <option id="com.crt.advproject.link.gcc.nanofloat.1478820694" superClass="com.crt.advproject.link.gcc.nanofloat"/> + <option id="com.crt.advproject.link.gcc.nanofloat.scanf.132568867" superClass="com.crt.advproject.link.gcc.nanofloat.scanf"/> + <option id="com.crt.advproject.link.toram.1744628404" superClass="com.crt.advproject.link.toram"/> + <option id="com.crt.advproject.link.stackOffset.1671761502" superClass="com.crt.advproject.link.stackOffset"/> + <option id="com.crt.advproject.link.gcc.multicore.master.128612043" superClass="com.crt.advproject.link.gcc.multicore.master"/> + <option id="com.crt.advproject.link.gcc.multicore.empty.2062295463" superClass="com.crt.advproject.link.gcc.multicore.empty"/> + <option id="com.crt.advproject.link.config.2106753047" superClass="com.crt.advproject.link.config"/> + <option id="com.crt.advproject.link.store.1107867756" superClass="com.crt.advproject.link.store"/> + <option id="com.crt.advproject.link.securestate.302695904" superClass="com.crt.advproject.link.securestate"/> + <option id="com.crt.advproject.link.sgstubs.placement.449495761" superClass="com.crt.advproject.link.sgstubs.placement"/> + <option id="com.crt.advproject.link.sgstubenable.1386051293" superClass="com.crt.advproject.link.sgstubenable"/> + <option id="com.crt.advproject.link.nonsecureobject.1854539173" superClass="com.crt.advproject.link.nonsecureobject"/> + <option id="com.crt.advproject.link.inimplib.508852462" superClass="com.crt.advproject.link.inimplib"/> <inputType id="cdt.managedbuild.tool.gnu.c.linker.input.1616302402" superClass="cdt.managedbuild.tool.gnu.c.linker.input"> <additionalInput kind="additionalinputdependency" paths="$(USER_OBJS)"/> <additionalInput kind="additionalinput" paths="$(LIBS)"/> </inputType> </tool> - <tool id="com.crt.advproject.tool.debug.release.846881125" name="MCU Debugger" superClass="com.crt.advproject.tool.debug.release"/> + <tool id="com.crt.advproject.tool.debug.release.846881125" name="MCU Debugger" superClass="com.crt.advproject.tool.debug.release"> + <option id="com.crt.advproject.linkserver.debug.prevent.release.1464290855" superClass="com.crt.advproject.linkserver.debug.prevent.release"/> + <option id="com.crt.advproject.miscellaneous.end_of_heap.714041070" superClass="com.crt.advproject.miscellaneous.end_of_heap"/> + <option id="com.crt.advproject.miscellaneous.pvHeapStart.2098724613" superClass="com.crt.advproject.miscellaneous.pvHeapStart"/> + <option id="com.crt.advproject.miscellaneous.pvHeapLimit.984646605" superClass="com.crt.advproject.miscellaneous.pvHeapLimit"/> + <option id="com.crt.advproject.debugger.security.nonsecureimageenable.552721161" superClass="com.crt.advproject.debugger.security.nonsecureimageenable"/> + <option id="com.crt.advproject.debugger.security.nonsecureimage.709435662" superClass="com.crt.advproject.debugger.security.nonsecureimage"/> + </tool> </toolChain> </folderInfo> <sourceEntries> @@ -227,4 +448,5 @@ </scannerConfigBuildInfo> </storageModule> <storageModule moduleId="com.crt.advproject"/> -</cproject> + <storageModule moduleId="org.eclipse.cdt.make.core.buildtargets"/> +</cproject> \ No newline at end of file diff --git a/TP1_labyrinth_slave_etu/.project b/TP1_labyrinth_slave_etu/.project index 9844d91f1132701795b616b6e255299eb548a05b..db9744767db4ce1577917aa87a60fb4ffd9d3f26 100644 --- a/TP1_labyrinth_slave_etu/.project +++ b/TP1_labyrinth_slave_etu/.project @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <projectDescription> - <name>TP1_labyrinth_slave_etu</name> + <name>G3_TP1_labyrinth_slave_etu</name> <comment></comment> <projects> <project>CMSISv2p00_LPC17xx</project> diff --git a/TP1_labyrinth_slave_etu/.settings/language.settings.xml b/TP1_labyrinth_slave_etu/.settings/language.settings.xml index fbee3d0ea42a6171b3808450e3f2429fcf3236f9..90f6c3a65381bdcfb2c58c1fbbc07f3648192014 100644 --- a/TP1_labyrinth_slave_etu/.settings/language.settings.xml +++ b/TP1_labyrinth_slave_etu/.settings/language.settings.xml @@ -4,7 +4,7 @@ <extension point="org.eclipse.cdt.core.LanguageSettingsProvider"> <provider copy-of="extension" id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/> <provider copy-of="extension" id="com.crt.advproject.GCCBuildCommandParser"/> - <provider class="com.crt.advproject.specs.MCUGCCBuiltinSpecsDetector" console="false" env-hash="1414881416772095426" id="com.crt.advproject.GCCBuildSpecCompilerParser" keep-relative-paths="false" name="MCU GCC Built-in Compiler Parser" parameter="${COMMAND} ${FLAGS} -E -P -v -dD "${INPUTS}"" prefer-non-shared="true"> + <provider class="com.crt.advproject.specs.MCUGCCBuiltinSpecsDetector" console="false" env-hash="1421239171053619650" id="com.crt.advproject.GCCBuildSpecCompilerParser" keep-relative-paths="false" name="MCU GCC Built-in Compiler Parser" parameter="${COMMAND} ${FLAGS} -E -P -v -dD "${INPUTS}"" prefer-non-shared="true"> <language-scope id="org.eclipse.cdt.core.gcc"/> <language-scope id="org.eclipse.cdt.core.g++"/> </provider> @@ -15,7 +15,7 @@ <extension point="org.eclipse.cdt.core.LanguageSettingsProvider"> <provider copy-of="extension" id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/> <provider copy-of="extension" id="com.crt.advproject.GCCBuildCommandParser"/> - <provider class="com.crt.advproject.specs.MCUGCCBuiltinSpecsDetector" console="false" env-hash="1461310508609114466" id="com.crt.advproject.GCCBuildSpecCompilerParser" keep-relative-paths="false" name="MCU GCC Built-in Compiler Parser" parameter="${COMMAND} ${FLAGS} -E -P -v -dD "${INPUTS}"" prefer-non-shared="true"> + <provider class="com.crt.advproject.specs.MCUGCCBuiltinSpecsDetector" console="false" env-hash="1467668262890638690" id="com.crt.advproject.GCCBuildSpecCompilerParser" keep-relative-paths="false" name="MCU GCC Built-in Compiler Parser" parameter="${COMMAND} ${FLAGS} -E -P -v -dD "${INPUTS}"" prefer-non-shared="true"> <language-scope id="org.eclipse.cdt.core.gcc"/> <language-scope id="org.eclipse.cdt.core.g++"/> </provider> diff --git a/TP1_labyrinth_slave_etu/Debug/TP1_labyrinth_slave_etu.axf b/TP1_labyrinth_slave_etu/Debug/TP1_labyrinth_slave_etu.axf deleted file mode 100644 index 98e39381b78ca08e6fca8a5c34c0e2c51f188b0c..0000000000000000000000000000000000000000 Binary files a/TP1_labyrinth_slave_etu/Debug/TP1_labyrinth_slave_etu.axf and /dev/null differ diff --git a/TP1_labyrinth_slave_etu/Debug/src/cr_startup_lpc175x_6x.d b/TP1_labyrinth_slave_etu/Debug/src/cr_startup_lpc175x_6x.d deleted file mode 100644 index f77cbd4abad2ce1b198bac637d891975acdf7d09..0000000000000000000000000000000000000000 --- a/TP1_labyrinth_slave_etu/Debug/src/cr_startup_lpc175x_6x.d +++ /dev/null @@ -1,2 +0,0 @@ -src/cr_startup_lpc175x_6x.o src/cr_startup_lpc175x_6x.d: \ - ../src/cr_startup_lpc175x_6x.c diff --git a/TP1_labyrinth_slave_etu/Debug/src/cr_startup_lpc175x_6x.o b/TP1_labyrinth_slave_etu/Debug/src/cr_startup_lpc175x_6x.o deleted file mode 100644 index f58840b00e351ef0994a1731dedfdbe15fb1c8ee..0000000000000000000000000000000000000000 Binary files a/TP1_labyrinth_slave_etu/Debug/src/cr_startup_lpc175x_6x.o and /dev/null differ diff --git a/TP1_labyrinth_slave_etu/Debug/src/crp.d b/TP1_labyrinth_slave_etu/Debug/src/crp.d deleted file mode 100644 index 2548921148dc0a7e5b2bcf79589c12760157b399..0000000000000000000000000000000000000000 --- a/TP1_labyrinth_slave_etu/Debug/src/crp.d +++ /dev/null @@ -1 +0,0 @@ -src/crp.o src/crp.d: ../src/crp.c diff --git a/TP1_labyrinth_slave_etu/Debug/src/crp.o b/TP1_labyrinth_slave_etu/Debug/src/crp.o deleted file mode 100644 index 34563a69e3ea18ccb5fc4be4cad35d8f9e768831..0000000000000000000000000000000000000000 Binary files a/TP1_labyrinth_slave_etu/Debug/src/crp.o and /dev/null differ diff --git a/TP1_labyrinth_slave_etu/Debug/src/labyrinth_slave.d b/TP1_labyrinth_slave_etu/Debug/src/labyrinth_slave.d deleted file mode 100644 index be1af7cef27c96c4877bba0a5be694ad043a5fc1..0000000000000000000000000000000000000000 --- a/TP1_labyrinth_slave_etu/Debug/src/labyrinth_slave.d +++ /dev/null @@ -1,30 +0,0 @@ -src/labyrinth_slave.o src/labyrinth_slave.d: ../src/labyrinth_slave.c \ - C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\inc/LPC17xx.h \ - C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\inc/core_cm3.h \ - C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\inc/core_cmInstr.h \ - C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\inc/core_cmFunc.h \ - C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\inc/system_LPC17xx.h \ - ../src/lcd.h ../src/ssp.h ../src/fonts.h ../src/accelerometer.h \ - ../src/ethernet_mgt.h ../src/tools.h - -C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\inc/LPC17xx.h: - -C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\inc/core_cm3.h: - -C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\inc/core_cmInstr.h: - -C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\inc/core_cmFunc.h: - -C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\inc/system_LPC17xx.h: - -../src/lcd.h: - -../src/ssp.h: - -../src/fonts.h: - -../src/accelerometer.h: - -../src/ethernet_mgt.h: - -../src/tools.h: diff --git a/TP1_labyrinth_slave_etu/Debug/src/labyrinth_slave.o b/TP1_labyrinth_slave_etu/Debug/src/labyrinth_slave.o deleted file mode 100644 index 4b647049efb0027404b29ef2fea81beb2d0af587..0000000000000000000000000000000000000000 Binary files a/TP1_labyrinth_slave_etu/Debug/src/labyrinth_slave.o and /dev/null differ diff --git a/TP1_labyrinth_slave_etu/Debug/src/tools.d b/TP1_labyrinth_slave_etu/Debug/src/tools.d deleted file mode 100644 index 11be791ca2eff3d9e55794e982f9407a551f5248..0000000000000000000000000000000000000000 --- a/TP1_labyrinth_slave_etu/Debug/src/tools.d +++ /dev/null @@ -1,25 +0,0 @@ -src/tools.o src/tools.d: ../src/tools.c ../src/tools.h ../src/lcd.h \ - C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\inc/LPC17xx.h \ - C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\inc/core_cm3.h \ - C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\inc/core_cmInstr.h \ - C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\inc/core_cmFunc.h \ - C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\inc/system_LPC17xx.h \ - ../src/ssp.h ../src/fonts.h - -../src/tools.h: - -../src/lcd.h: - -C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\inc/LPC17xx.h: - -C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\inc/core_cm3.h: - -C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\inc/core_cmInstr.h: - -C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\inc/core_cmFunc.h: - -C:\Users\vince\Documents\LPCXpresso_5.2.6_2137\ptr\CMSISv2p00_LPC17xx\inc/system_LPC17xx.h: - -../src/ssp.h: - -../src/fonts.h: diff --git a/TP1_labyrinth_slave_etu/Debug/src/tools.o b/TP1_labyrinth_slave_etu/Debug/src/tools.o deleted file mode 100644 index 996020e2e74f8c7d81a644f48fe0b4f9962f3a48..0000000000000000000000000000000000000000 Binary files a/TP1_labyrinth_slave_etu/Debug/src/tools.o and /dev/null differ diff --git a/TP1_labyrinth_slave_etu/TP1_labyrinth_slave_etu Debug.launch b/TP1_labyrinth_slave_etu/TP1_labyrinth_slave_etu Debug.launch index dee0ea7c1574ccd090be9563b83d1205c01c0756..abbf69c50566276e4f549aa7a56de1dbcfefef7e 100644 --- a/TP1_labyrinth_slave_etu/TP1_labyrinth_slave_etu Debug.launch +++ b/TP1_labyrinth_slave_etu/TP1_labyrinth_slave_etu Debug.launch @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <launchConfiguration type="com.crt.dsfdebug.crtmcu.launchType"> -<stringAttribute key="com.crt.ctrlcenter.OFSemuDetails" value="LinkServer"/> -<booleanAttribute key="com.crt.ctrlcenter.crtInit" value="true"/> -<stringAttribute key="com.crt.ctrlcenter.currentWireType" value="SWD"/> -<stringAttribute key="com.crt.ctrlcenter.serialNumber" value="LinkServerNXPNXP CMSIS-DAP"/> -<stringAttribute key="com.crt.ctrlcenter.targetbase" value="NXP LPC17xx"/> -<stringAttribute key="com.crt.ctrlcenter.targetconfig" value="<?xml version="1.0" encoding="UTF-8"?> <config chipvendor="NXP" genname="NXP LPC17xx" id="config.gdb.stub"><parameters><params><param default="true" description="Vector catch" name="Vector catch" value="false" var="vector.catch"><enum value="True"/> <enum value="False"/> </param> </params> <initValue value="false" var="vector.catch"/> <params><param default="On" description="Enablement of semihosting support" name="Semihosting support" value="On" var="internal.semihost"><enum value="On"/> <enum value="Off"/> <enum value="Auto"/> </param> </params> <params><param default="" description="Maximum wire speed in KHz (leave blank to Auto-detect). Not all values are supported by all targets" name="Maximum wire speed" probe="^(?!Redlink Server|LinkServer$).*$" type="nullString" value="" var="emu.speed"><enum value=""/> <enum value="30000"/> <enum value="15000"/> <enum value="10000"/> <enum value="7500"/> <enum value="6000"/> <enum value="5000"/> <enum value="3750"/> <enum value="3000"/> <enum value="2500"/> <enum value="2000"/> <enum value="1500"/> <enum value="1250"/> <enum value="1200"/> <enum value="1000"/> <enum value="750"/> <enum value="600"/> <enum value="500"/> <enum value="400"/> <enum value="300"/> <enum value="250"/> <enum value="200"/> <enum value="150"/> </param> </params> <params><param content="serverScript" description="Connect script" name="Connect Script" probe="(?i)(Redlink\s+Server|CMSIS-DAP|LinkServer)" required="false" type="nullString" var="internal.connect.script"/> <param content="serverScript" description="Reset script" name="Reset Script" probe="(?i)(Redlink\s+Server|CMSIS-DAP|LinkServer)" required="false" type="nullString" var="internal.reset.script"/> <param default="" description="Select the reset handling type for this debug connection" name="Reset Handling" probe="(?i)(Redlink\s+Server|CMSIS-DAP|LinkServer)" value="VECTRESET" var="internal.resethandling"><enum value="SYSRESETREQ"/> <enum value="VECTRESET"/> <enum value="Default"/> <enum value=""/> </param> <param default="" description="Additional options" name="Additional options" value="" var="misc.options"/> <param default="2" description="Set stub debug level (1-4)" name="Debug Level " value="2" var="debug.level"/> <param default="False" description="when True, attach to running target only (without loading image)" name="Attach only" required="true" value="False" var="attach"><enum value="True"/> <enum value="False"/> </param> <param default="True" description="Deprecated. Functionality superseded by &apos;Attach only&apos;" name="Load image" type="boolean" value="True" var="load"><enum value="True"/> <enum value="False"/> </param> <param default="cont" description="Run, continue or (do nothing)" name="Run/Continue image" value="cont" var="run"><enum value="run"/> <enum value="cont"/> <enum value=""/> </param> <param default="off" description="If on is specified, make the debugger treat unknown memory as non-existent and refuse \naccesses to such memory. If off is specified, treat the memory as RAM" name="Memory Access Checking" value="off" var="mem.access"><enum value="on"/> <enum value="off"/> </param> <param default="cont" description="choose the disconnect behavior for the target" name="Disconnect behavior" value="cont" var="ondisconnect"><enum value="nochange"/> <enum value="stop"/> <enum value="cont"/> <enum value="run_cont"/> </param> <param default="" description="Command to run before starting the debugger" name="Pre launch command" value="" var="internal.prelaunch.command"/> <param default="" description="Target Wirespeed in Hz" name="Wirespeed (Hz)" probe="(?i)(Redlink\s+Server|CMSIS-DAP|LinkServer)" value="" var="internal.wirespeed"/> </params> <initvalue value="VECTRESET" var="internal.resethandling"/> <params><param default="SWD" description="Internal wiretypes" mode="hidden" name="Wiretype" probe="NEVER" value="SWD*,JTAG" var="internal.wiretype"></param> <param default="false" description="Chip supports SWO" mode="hidden" name="Has SWO" probe="NEVER" value="true" var="internal.has_swo"></param> </params> <initvalue value="SWD*,JTAG" var="internal.wiretype"/> <initvalue value="true" var="internal.has_swo"/> </parameters> <script emulators="${gdb.stub} -mi -info-emu" silent="false" swv="true" type="init">set remotetimeout 60000&#x0A;##target_extended_remote##&#x0A;set mem inaccessible-by-default ${mem.access}&#x0A;mon ondisconnect ${ondisconnect}&#x0A;set arm force-mode thumb&#x0A;${load}</script> <script silent="false" type="run">${run}</script> </config> "/> -<intAttribute key="com.crt.ctrlcenter.version" value="3"/> -<stringAttribute key="org.eclipse.cdt.debug.mi.core.DEBUG_NAME" value="arm-none-eabi-gdb"/> -<stringAttribute key="org.eclipse.cdt.debug.mi.core.GDB_INIT" value=""/> -<stringAttribute key="org.eclipse.cdt.dsf.gdb.DEBUG_NAME" value="arm-none-eabi-gdb"/> -<booleanAttribute key="org.eclipse.cdt.dsf.gdb.NON_STOP" value="false"/> -<stringAttribute key="org.eclipse.cdt.launch.DEBUGGER_START_MODE" value="remote"/> -<booleanAttribute key="org.eclipse.cdt.launch.DEBUGGER_STOP_AT_MAIN" value="true"/> -<stringAttribute key="org.eclipse.cdt.launch.DEBUGGER_STOP_AT_MAIN_SYMBOL" value="main"/> -<stringAttribute key="org.eclipse.cdt.launch.PROGRAM_NAME" value="Debug\TP1_labyrinth_slave_etu.axf"/> -<stringAttribute key="org.eclipse.cdt.launch.PROJECT_ATTR" value="TP1_labyrinth_slave_etu"/> -<stringAttribute key="org.eclipse.cdt.launch.PROJECT_BUILD_CONFIG_ID_ATTR" value="com.crt.advproject.config.exe.debug.1961788077"/> -<booleanAttribute key="org.eclipse.cdt.launch.use_terminal" value="false"/> -<stringAttribute key="org.eclipse.dsf.launch.MEMORY_BLOCKS" value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <memoryBlockExpressionList context="reserved-for-future-use"/> "/> -<stringAttribute key="process_factory_id" value="org.eclipse.cdt.dsf.gdb.GdbProcessFactory"/> + <stringAttribute key="com.crt.ctrlcenter.OFSemuDetails" value="LinkServer"/> + <booleanAttribute key="com.crt.ctrlcenter.crtInit" value="true"/> + <stringAttribute key="com.crt.ctrlcenter.currentWireType" value="SWD"/> + <stringAttribute key="com.crt.ctrlcenter.serialNumber" value="LinkServerNXPNXP CMSIS-DAP"/> + <stringAttribute key="com.crt.ctrlcenter.targetbase" value="NXP LPC17xx"/> + <stringAttribute key="com.crt.ctrlcenter.targetconfig" value="<?xml version="1.0" encoding="UTF-8"?> <config chipvendor="NXP" genname="NXP LPC17xx" id="config.gdb.stub"><parameters><params><param default="true" description="Vector catch" name="Vector catch" value="false" var="vector.catch"><enum value="True"/> <enum value="False"/> </param> </params> <initValue value="false" var="vector.catch"/> <params><param default="On" description="Enablement of semihosting support" name="Semihosting support" value="On" var="internal.semihost"><enum value="On"/> <enum value="Off"/> <enum value="Auto"/> </param> </params> <params><param default="" description="Maximum wire speed in KHz (leave blank to Auto-detect). Not all values are supported by all targets" name="Maximum wire speed" probe="^(?!Redlink Server|LinkServer$).*$" type="nullString" value="" var="emu.speed"><enum value=""/> <enum value="30000"/> <enum value="15000"/> <enum value="10000"/> <enum value="7500"/> <enum value="6000"/> <enum value="5000"/> <enum value="3750"/> <enum value="3000"/> <enum value="2500"/> <enum value="2000"/> <enum value="1500"/> <enum value="1250"/> <enum value="1200"/> <enum value="1000"/> <enum value="750"/> <enum value="600"/> <enum value="500"/> <enum value="400"/> <enum value="300"/> <enum value="250"/> <enum value="200"/> <enum value="150"/> </param> </params> <params><param content="serverScript" description="Connect script" name="Connect Script" probe="(?i)(Redlink\s+Server|CMSIS-DAP|LinkServer)" required="false" type="nullString" var="internal.connect.script"/> <param content="serverScript" description="Reset script" name="Reset Script" probe="(?i)(Redlink\s+Server|CMSIS-DAP|LinkServer)" required="false" type="nullString" var="internal.reset.script"/> <param default="" description="Select the reset handling type for this debug connection" name="Reset Handling" probe="(?i)(Redlink\s+Server|CMSIS-DAP|LinkServer)" value="VECTRESET" var="internal.resethandling"><enum value="SYSRESETREQ"/> <enum value="VECTRESET"/> <enum value="Default"/> <enum value=""/> </param> <param default="" description="Additional options" name="Additional options" value="" var="misc.options"/> <param default="2" description="Set stub debug level (1-4)" name="Debug Level " value="2" var="debug.level"/> <param default="False" description="when True, attach to running target only (without loading image)" name="Attach only" required="true" value="False" var="attach"><enum value="True"/> <enum value="False"/> </param> <param default="True" description="Deprecated. Functionality superseded by &apos;Attach only&apos;" name="Load image" type="boolean" value="True" var="load"><enum value="True"/> <enum value="False"/> </param> <param default="cont" description="Run, continue or (do nothing)" name="Run/Continue image" value="cont" var="run"><enum value="run"/> <enum value="cont"/> <enum value=""/> </param> <param default="off" description="If on is specified, make the debugger treat unknown memory as non-existent and refuse \naccesses to such memory. If off is specified, treat the memory as RAM" name="Memory Access Checking" value="off" var="mem.access"><enum value="on"/> <enum value="off"/> </param> <param default="cont" description="choose the disconnect behavior for the target" name="Disconnect behavior" value="cont" var="ondisconnect"><enum value="nochange"/> <enum value="stop"/> <enum value="cont"/> <enum value="run_cont"/> </param> <param default="" description="Command to run before starting the debugger" name="Pre launch command" value="" var="internal.prelaunch.command"/> <param default="" description="Target Wirespeed in Hz" name="Wirespeed (Hz)" probe="(?i)(Redlink\s+Server|CMSIS-DAP|LinkServer)" value="" var="internal.wirespeed"/> </params> <initvalue value="VECTRESET" var="internal.resethandling"/> <params><param default="SWD" description="Internal wiretypes" mode="hidden" name="Wiretype" probe="NEVER" value="SWD*,JTAG" var="internal.wiretype"></param> <param default="false" description="Chip supports SWO" mode="hidden" name="Has SWO" probe="NEVER" value="true" var="internal.has_swo"></param> </params> <initvalue value="SWD*,JTAG" var="internal.wiretype"/> <initvalue value="true" var="internal.has_swo"/> </parameters> <script emulators="${gdb.stub} -mi -info-emu" silent="false" swv="true" type="init">set remotetimeout 60000&#x0A;##target_extended_remote##&#x0A;set mem inaccessible-by-default ${mem.access}&#x0A;mon ondisconnect ${ondisconnect}&#x0A;set arm force-mode thumb&#x0A;${load}</script> <script silent="false" type="run">${run}</script> </config> "/> + <intAttribute key="com.crt.ctrlcenter.version" value="3"/> + <stringAttribute key="org.eclipse.cdt.debug.mi.core.DEBUG_NAME" value="arm-none-eabi-gdb"/> + <stringAttribute key="org.eclipse.cdt.debug.mi.core.GDB_INIT" value=""/> + <stringAttribute key="org.eclipse.cdt.dsf.gdb.DEBUG_NAME" value="arm-none-eabi-gdb"/> + <booleanAttribute key="org.eclipse.cdt.dsf.gdb.NON_STOP" value="false"/> + <stringAttribute key="org.eclipse.cdt.launch.DEBUGGER_START_MODE" value="remote"/> + <booleanAttribute key="org.eclipse.cdt.launch.DEBUGGER_STOP_AT_MAIN" value="true"/> + <stringAttribute key="org.eclipse.cdt.launch.DEBUGGER_STOP_AT_MAIN_SYMBOL" value="main"/> + <stringAttribute key="org.eclipse.cdt.launch.PROGRAM_NAME" value="Debug\TP1_labyrinth_slave_etu.axf"/> + <stringAttribute key="org.eclipse.cdt.launch.PROJECT_ATTR" value="G3_TP1_labyrinth_slave_etu"/> + <stringAttribute key="org.eclipse.cdt.launch.PROJECT_BUILD_CONFIG_ID_ATTR" value="com.crt.advproject.config.exe.debug.1961788077"/> + <booleanAttribute key="org.eclipse.cdt.launch.use_terminal" value="false"/> + <stringAttribute key="org.eclipse.dsf.launch.MEMORY_BLOCKS" value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <memoryBlockExpressionList context="reserved-for-future-use"/> "/> + <stringAttribute key="process_factory_id" value="org.eclipse.cdt.dsf.gdb.GdbProcessFactory"/> </launchConfiguration> diff --git a/TP1_labyrinth_slave_etu/TP1_labyrinth_slave_etu Release.launch b/TP1_labyrinth_slave_etu/TP1_labyrinth_slave_etu Release.launch index 0adcebc7b26de107956d5a0a041bf6c04f2c66dd..845095c7e242dab40521c6f231ab0565efe2fa31 100644 --- a/TP1_labyrinth_slave_etu/TP1_labyrinth_slave_etu Release.launch +++ b/TP1_labyrinth_slave_etu/TP1_labyrinth_slave_etu Release.launch @@ -1,18 +1,18 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <launchConfiguration type="com.crt.dsfdebug.crtmcu.launchType"> -<booleanAttribute key="com.crt.ctrlcenter.crtInit" value="true"/> -<stringAttribute key="com.crt.ctrlcenter.targetbase" value="NXP LPC17xx"/> -<stringAttribute key="com.crt.ctrlcenter.targetconfig" value="<?xml version="1.0" encoding="UTF-8"?> <config chipvendor="NXP" genname="NXP LPC17xx" id="config.gdb.stub"><parameters><params><param default="true" description="Vector catch" name="Vector catch" value="false" var="vector.catch"><enum value="True"/> <enum value="False"/> </param> </params> <initValue value="false" var="vector.catch"/> <params><param default="On" description="Enablement of semihosting support" name="Semihosting support" value="On" var="internal.semihost"><enum value="On"/> <enum value="Off"/> <enum value="Auto"/> </param> </params> <params><param default="" description="Maximum wire speed in KHz (leave blank to Auto-detect). Not all values are supported by all targets" name="Maximum wire speed" probe="^(?!Redlink Server|LinkServer$).*$" type="nullString" value="" var="emu.speed"><enum value=""/> <enum value="30000"/> <enum value="15000"/> <enum value="10000"/> <enum value="7500"/> <enum value="6000"/> <enum value="5000"/> <enum value="3750"/> <enum value="3000"/> <enum value="2500"/> <enum value="2000"/> <enum value="1500"/> <enum value="1250"/> <enum value="1200"/> <enum value="1000"/> <enum value="750"/> <enum value="600"/> <enum value="500"/> <enum value="400"/> <enum value="300"/> <enum value="250"/> <enum value="200"/> <enum value="150"/> </param> </params> <params><param content="serverScript" description="Connect script" name="Connect Script" probe="(?i)(Redlink\s+Server|CMSIS-DAP|LinkServer)" required="false" type="nullString" var="internal.connect.script"/> <param content="serverScript" description="Reset script" name="Reset Script" probe="(?i)(Redlink\s+Server|CMSIS-DAP|LinkServer)" required="false" type="nullString" var="internal.reset.script"/> <param default="" description="Select the reset handling type for this debug connection" name="Reset Handling" probe="(?i)(Redlink\s+Server|CMSIS-DAP|LinkServer)" value="VECTRESET" var="internal.resethandling"><enum value="SYSRESETREQ"/> <enum value="VECTRESET"/> <enum value="Default"/> <enum value=""/> </param> <param default="" description="Additional options" name="Additional options" value="" var="misc.options"/> <param default="2" description="Set stub debug level (1-4)" name="Debug Level " value="2" var="debug.level"/> <param default="False" description="when True, attach to running target only (without loading image)" name="Attach only" required="true" value="False" var="attach"><enum value="True"/> <enum value="False"/> </param> <param default="True" description="Deprecated. Functionality superseded by &apos;Attach only&apos;" name="Load image" type="boolean" value="True" var="load"><enum value="True"/> <enum value="False"/> </param> <param default="cont" description="Run, continue or (do nothing)" name="Run/Continue image" value="cont" var="run"><enum value="run"/> <enum value="cont"/> <enum value=""/> </param> <param default="off" description="If on is specified, make the debugger treat unknown memory as non-existent and refuse \naccesses to such memory. If off is specified, treat the memory as RAM" name="Memory Access Checking" value="off" var="mem.access"><enum value="on"/> <enum value="off"/> </param> <param default="cont" description="choose the disconnect behavior for the target" name="Disconnect behavior" value="cont" var="ondisconnect"><enum value="nochange"/> <enum value="stop"/> <enum value="cont"/> <enum value="run_cont"/> </param> <param default="" description="Command to run before starting the debugger" name="Pre launch command" value="" var="internal.prelaunch.command"/> <param default="" description="Target Wirespeed in Hz" name="Wirespeed (Hz)" probe="(?i)(Redlink\s+Server|CMSIS-DAP|LinkServer)" value="" var="internal.wirespeed"/> </params> <initvalue value="VECTRESET" var="internal.resethandling"/> <params><param default="SWD" description="Internal wiretypes" mode="hidden" name="Wiretype" probe="NEVER" value="SWD*,JTAG" var="internal.wiretype"></param> <param default="false" description="Chip supports SWO" mode="hidden" name="Has SWO" probe="NEVER" value="true" var="internal.has_swo"></param> </params> <initvalue value="SWD*,JTAG" var="internal.wiretype"/> <initvalue value="true" var="internal.has_swo"/> </parameters> <script emulators="${gdb.stub} -mi -info-emu" silent="false" swv="true" type="init">set remotetimeout 60000&#x0A;##target_extended_remote##&#x0A;set mem inaccessible-by-default ${mem.access}&#x0A;mon ondisconnect ${ondisconnect}&#x0A;set arm force-mode thumb&#x0A;${load}</script> <script silent="false" type="run">${run}</script> </config> "/> -<intAttribute key="com.crt.ctrlcenter.version" value="3"/> -<stringAttribute key="org.eclipse.cdt.debug.mi.core.DEBUG_NAME" value="arm-none-eabi-gdb"/> -<stringAttribute key="org.eclipse.cdt.debug.mi.core.GDB_INIT" value=""/> -<stringAttribute key="org.eclipse.cdt.dsf.gdb.DEBUG_NAME" value="arm-none-eabi-gdb"/> -<booleanAttribute key="org.eclipse.cdt.dsf.gdb.NON_STOP" value="false"/> -<stringAttribute key="org.eclipse.cdt.launch.DEBUGGER_START_MODE" value="remote"/> -<booleanAttribute key="org.eclipse.cdt.launch.DEBUGGER_STOP_AT_MAIN" value="true"/> -<stringAttribute key="org.eclipse.cdt.launch.DEBUGGER_STOP_AT_MAIN_SYMBOL" value="main"/> -<stringAttribute key="org.eclipse.cdt.launch.PROGRAM_NAME" value="Release\TP1_labyrinth_slave_etu.axf"/> -<stringAttribute key="org.eclipse.cdt.launch.PROJECT_ATTR" value="TP1_labyrinth_slave_etu"/> -<stringAttribute key="org.eclipse.cdt.launch.PROJECT_BUILD_CONFIG_ID_ATTR" value="com.crt.advproject.config.exe.release.955237986"/> -<booleanAttribute key="org.eclipse.cdt.launch.use_terminal" value="false"/> + <booleanAttribute key="com.crt.ctrlcenter.crtInit" value="true"/> + <stringAttribute key="com.crt.ctrlcenter.targetbase" value="NXP LPC17xx"/> + <stringAttribute key="com.crt.ctrlcenter.targetconfig" value="<?xml version="1.0" encoding="UTF-8"?> <config chipvendor="NXP" genname="NXP LPC17xx" id="config.gdb.stub"><parameters><params><param default="true" description="Vector catch" name="Vector catch" value="false" var="vector.catch"><enum value="True"/> <enum value="False"/> </param> </params> <initValue value="false" var="vector.catch"/> <params><param default="On" description="Enablement of semihosting support" name="Semihosting support" value="On" var="internal.semihost"><enum value="On"/> <enum value="Off"/> <enum value="Auto"/> </param> </params> <params><param default="" description="Maximum wire speed in KHz (leave blank to Auto-detect). Not all values are supported by all targets" name="Maximum wire speed" probe="^(?!Redlink Server|LinkServer$).*$" type="nullString" value="" var="emu.speed"><enum value=""/> <enum value="30000"/> <enum value="15000"/> <enum value="10000"/> <enum value="7500"/> <enum value="6000"/> <enum value="5000"/> <enum value="3750"/> <enum value="3000"/> <enum value="2500"/> <enum value="2000"/> <enum value="1500"/> <enum value="1250"/> <enum value="1200"/> <enum value="1000"/> <enum value="750"/> <enum value="600"/> <enum value="500"/> <enum value="400"/> <enum value="300"/> <enum value="250"/> <enum value="200"/> <enum value="150"/> </param> </params> <params><param content="serverScript" description="Connect script" name="Connect Script" probe="(?i)(Redlink\s+Server|CMSIS-DAP|LinkServer)" required="false" type="nullString" var="internal.connect.script"/> <param content="serverScript" description="Reset script" name="Reset Script" probe="(?i)(Redlink\s+Server|CMSIS-DAP|LinkServer)" required="false" type="nullString" var="internal.reset.script"/> <param default="" description="Select the reset handling type for this debug connection" name="Reset Handling" probe="(?i)(Redlink\s+Server|CMSIS-DAP|LinkServer)" value="VECTRESET" var="internal.resethandling"><enum value="SYSRESETREQ"/> <enum value="VECTRESET"/> <enum value="Default"/> <enum value=""/> </param> <param default="" description="Additional options" name="Additional options" value="" var="misc.options"/> <param default="2" description="Set stub debug level (1-4)" name="Debug Level " value="2" var="debug.level"/> <param default="False" description="when True, attach to running target only (without loading image)" name="Attach only" required="true" value="False" var="attach"><enum value="True"/> <enum value="False"/> </param> <param default="True" description="Deprecated. Functionality superseded by &apos;Attach only&apos;" name="Load image" type="boolean" value="True" var="load"><enum value="True"/> <enum value="False"/> </param> <param default="cont" description="Run, continue or (do nothing)" name="Run/Continue image" value="cont" var="run"><enum value="run"/> <enum value="cont"/> <enum value=""/> </param> <param default="off" description="If on is specified, make the debugger treat unknown memory as non-existent and refuse \naccesses to such memory. If off is specified, treat the memory as RAM" name="Memory Access Checking" value="off" var="mem.access"><enum value="on"/> <enum value="off"/> </param> <param default="cont" description="choose the disconnect behavior for the target" name="Disconnect behavior" value="cont" var="ondisconnect"><enum value="nochange"/> <enum value="stop"/> <enum value="cont"/> <enum value="run_cont"/> </param> <param default="" description="Command to run before starting the debugger" name="Pre launch command" value="" var="internal.prelaunch.command"/> <param default="" description="Target Wirespeed in Hz" name="Wirespeed (Hz)" probe="(?i)(Redlink\s+Server|CMSIS-DAP|LinkServer)" value="" var="internal.wirespeed"/> </params> <initvalue value="VECTRESET" var="internal.resethandling"/> <params><param default="SWD" description="Internal wiretypes" mode="hidden" name="Wiretype" probe="NEVER" value="SWD*,JTAG" var="internal.wiretype"></param> <param default="false" description="Chip supports SWO" mode="hidden" name="Has SWO" probe="NEVER" value="true" var="internal.has_swo"></param> </params> <initvalue value="SWD*,JTAG" var="internal.wiretype"/> <initvalue value="true" var="internal.has_swo"/> </parameters> <script emulators="${gdb.stub} -mi -info-emu" silent="false" swv="true" type="init">set remotetimeout 60000&#x0A;##target_extended_remote##&#x0A;set mem inaccessible-by-default ${mem.access}&#x0A;mon ondisconnect ${ondisconnect}&#x0A;set arm force-mode thumb&#x0A;${load}</script> <script silent="false" type="run">${run}</script> </config> "/> + <intAttribute key="com.crt.ctrlcenter.version" value="3"/> + <stringAttribute key="org.eclipse.cdt.debug.mi.core.DEBUG_NAME" value="arm-none-eabi-gdb"/> + <stringAttribute key="org.eclipse.cdt.debug.mi.core.GDB_INIT" value=""/> + <stringAttribute key="org.eclipse.cdt.dsf.gdb.DEBUG_NAME" value="arm-none-eabi-gdb"/> + <booleanAttribute key="org.eclipse.cdt.dsf.gdb.NON_STOP" value="false"/> + <stringAttribute key="org.eclipse.cdt.launch.DEBUGGER_START_MODE" value="remote"/> + <booleanAttribute key="org.eclipse.cdt.launch.DEBUGGER_STOP_AT_MAIN" value="true"/> + <stringAttribute key="org.eclipse.cdt.launch.DEBUGGER_STOP_AT_MAIN_SYMBOL" value="main"/> + <stringAttribute key="org.eclipse.cdt.launch.PROGRAM_NAME" value="Release\TP1_labyrinth_slave_etu.axf"/> + <stringAttribute key="org.eclipse.cdt.launch.PROJECT_ATTR" value="G3_TP1_labyrinth_slave_etu"/> + <stringAttribute key="org.eclipse.cdt.launch.PROJECT_BUILD_CONFIG_ID_ATTR" value="com.crt.advproject.config.exe.release.955237986"/> + <booleanAttribute key="org.eclipse.cdt.launch.use_terminal" value="false"/> </launchConfiguration>