diff --git a/APP_Framework/Framework/connection/industrial_ethernet/Makefile b/APP_Framework/Framework/connection/industrial_ethernet/Makefile index 98aa92bfb..0576aba2d 100644 --- a/APP_Framework/Framework/connection/industrial_ethernet/Makefile +++ b/APP_Framework/Framework/connection/industrial_ethernet/Makefile @@ -1,2 +1,22 @@ +all: COMPILER + +CUR_DIR := $(shell pwd) +OPLK_ROOT := $(CUR_DIR)/openPOWERLINK +LIBOPLKMN := $(OPLK_ROOT)/stack/lib/xiuos/arm/liboplkmn.a +LIBOPLKCN := $(OPLK_ROOT)/stack/lib/xiuos/arm/liboplkcn.a +LIBOPLK_BUILD_DIR := $(OPLK_ROOT)/stack/build/xiuos +OPLK_TOOLCHAIN := $(OPLK_ROOT)/cmake/toolchain-xiuos-arm-none-eabi-gnu.cmake + +.PHONY: $(LIBOPLKMN) $(LIBOPLKCN) +$(LIBOPLKMN) $(LIBOPLKCN)&: + cd $(LIBOPLK_BUILD_DIR) && \ + rm -rf CMakeFiles proj cmake_install.cmake CMakeCache.txt Makefile && \ + cmake -DCMAKE_TOOLCHAIN_FILE=$(OPLK_TOOLCHAIN) ../.. && \ + cmake --build . --target install + +LIBOPLKMN := $(LIBOPLKMN:$(CUR_DIR)/%=%) +LIBOPLKCN := $(LIBOPLKCN:$(CUR_DIR)/%=%) + +SRC_FILES := $(LIBOPLKMN) $(LIBOPLKCN) include $(KERNEL_ROOT)/compiler.mk diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeCache.txt b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeCache.txt new file mode 100644 index 000000000..c8a1da2fd --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeCache.txt @@ -0,0 +1,311 @@ +# This is the CMakeCache file. +# For build in directory: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos +# It was generated by CMake: /usr/bin/cmake +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//Configure how to build the kernel stack +CFG_BUILD_KERNEL_STACK:STRING=Link to Application + +//Debug Level for debug output +CFG_DEBUG_LVL:STRING=0xC0000000L + +//Is an IP stack available (support of SDO/UDP) +CFG_IP_STACK:BOOL=OFF + +//Support storing of OD in non-volatile memory (file system) +CFG_STORE_RESTORE:BOOL=OFF + +//Path to a program. +CMAKE_AR:FILEPATH=/usr/bin/arm-none-eabi-ar + +//Choose the type of build, options are: None Debug Release +CMAKE_BUILD_TYPE:STRING=Release + +//Enable/Disable color output during build. +CMAKE_COLOR_MAKEFILE:BOOL=ON + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/arm-none-eabi-gcc-ar + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/arm-none-eabi-gcc-ranlib + +//Flags used by the compiler during all build types. +CMAKE_C_FLAGS:STRING=-mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -Dgcc -O0 -gdwarf-2 -g -fgnu89-inline -Wa,-mimplicit-it=thumb -Werror -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4 -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include -DHAVE_CCONFIG_H -DSTM32F407xx -DUSE_HAL_DRIVER -DHAVE_SIGINFO -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4 -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include -DHAVE_CCONFIG_H -DSTM32F407xx -DUSE_HAL_DRIVER -DHAVE_SIGINFO -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4 -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include -DHAVE_CCONFIG_H -DSTM32F407xx -DUSE_HAL_DRIVER -DHAVE_SIGINFO -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4 -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include -DHAVE_CCONFIG_H -DSTM32F407xx -DUSE_HAL_DRIVER -DHAVE_SIGINFO + +//Flags used by the compiler during debug builds. +CMAKE_C_FLAGS_DEBUG:STRING=-g + +//Flags used by the compiler during release builds for minimum +// size. +CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the compiler during release builds. +CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the compiler during release builds with debug info. +CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//Flags used by the linker. +CMAKE_EXE_LINKER_FLAGS:STRING= + +//Flags used by the linker during debug builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during release minsize builds. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during release builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during Release with Debug Info builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Enable/Disable output of compile commands during generation. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF + +//openPOWERLINK apps install prefix +CMAKE_INSTALL_PREFIX:PATH=/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/../../bin/xiuos/arm + +//Path to a program. +CMAKE_LINKER:FILEPATH=/usr/bin/arm-none-eabi-ld + +//Path to a program. +CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make + +//Flags used by the linker during the creation of modules. +CMAKE_MODULE_LINKER_FLAGS:STRING= + +//Flags used by the linker during debug builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during release minsize builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during release builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during Release with Debug Info builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_NM:FILEPATH=/usr/bin/arm-none-eabi-nm + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=/usr/bin/arm-none-eabi-objcopy + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=/usr/bin/arm-none-eabi-objdump + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=demo_cn_console + +//Path to a program. +CMAKE_RANLIB:FILEPATH=/usr/bin/arm-none-eabi-ranlib + +//Flags used by the linker during the creation of dll's. +CMAKE_SHARED_LINKER_FLAGS:STRING= + +//Flags used by the linker during debug builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during release minsize builds. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during release builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during Release with Debug Info builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//Flags used by the linker during the creation of static libraries. +CMAKE_STATIC_LINKER_FLAGS:STRING= + +//Flags used by the linker during debug builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during release minsize builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during release builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during Release with Debug Info builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_STRIP:FILEPATH=/usr/bin/arm-none-eabi-strip + +//The CMake toolchain file +CMAKE_TOOLCHAIN_FILE:FILEPATH=/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/cmake/toolchain-xiuos-arm-none-eabi-gnu.cmake + +//If this value is on, makefiles will be generated without the +// .SILENT directive, and all commands will be echoed to the console +// during the make. This is useful for debugging only. With Visual +// Studio IDE projects all commands are done without /nologo. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//Path to a library. +OPLKLIB:FILEPATH=/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/lib/xiuos/arm/liboplkcn.a + +//Path to a program. +PCAP_CONFIG:FILEPATH=PCAP_CONFIG-NOTFOUND + +//Value Computed by CMake +demo_cn_console_BINARY_DIR:STATIC=/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos + +//Dependencies for the target +demo_cn_console_LIB_DEPENDS:STATIC=optimized;/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/lib/xiuos/arm/liboplkcn.a;general;pcap;general;pthread;general;rt; + +//Value Computed by CMake +demo_cn_console_SOURCE_DIR:STATIC=/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console + + +######################## +# INTERNAL cache entries +######################## + +//STRINGS property for variable: CFG_BUILD_KERNEL_STACK +CFG_BUILD_KERNEL_STACK-STRINGS:INTERNAL=Link to Application;Linux Userspace Daemon;Linux Kernel Module;Kernel stack on PCIe card;Kernel stack on Zynq PCP;None +//Link kernel stack directly into application (Single process solution) +CFG_KERNEL_STACK_DIRECTLINK:INTERNAL=ON +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=10 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=2 +//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE +CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=/usr/bin/cmake +//Available Build Configurations +CMAKE_CONFIGURATION_TYPES:INTERNAL=Debug;Release +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest +//ADVANCED property for variable: CMAKE_C_COMPILER_AR +CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB +CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS +CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG +CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL +CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE +CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO +CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 +//Name of external makefile project generator. +CMAKE_EXTRA_GENERATOR:INTERNAL= +//Name of generator. +CMAKE_GENERATOR:INTERNAL=Unix Makefiles +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MAKE_PROGRAM +CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_NM +CMAKE_NM-ADVANCED:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJCOPY +CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJDUMP +CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 +//Platform information initialized +CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RANLIB +CMAKE_RANLIB-ADVANCED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.10 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//uname command +CMAKE_UNAME:INTERNAL=/bin/uname +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//List of possible kernel stack build types +KernelStackBuildTypes:INTERNAL=Link to Application;Linux Userspace Daemon;Linux Kernel Module;Kernel stack on PCIe card;Kernel stack on Zynq PCP;None + diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/3.10.2/CMakeCCompiler.cmake b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/3.10.2/CMakeCCompiler.cmake new file mode 100644 index 000000000..c086f0826 --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/3.10.2/CMakeCCompiler.cmake @@ -0,0 +1,73 @@ +set(CMAKE_C_COMPILER "/usr/bin/arm-none-eabi-gcc") +set(CMAKE_C_COMPILER_ARG1 "") +set(CMAKE_C_COMPILER_ID "GNU") +set(CMAKE_C_COMPILER_VERSION "6.3.1") +set(CMAKE_C_COMPILER_VERSION_INTERNAL "") +set(CMAKE_C_COMPILER_WRAPPER "") +set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "11") +set(CMAKE_C_COMPILE_FEATURES "") +set(CMAKE_C90_COMPILE_FEATURES "") +set(CMAKE_C99_COMPILE_FEATURES "") +set(CMAKE_C11_COMPILE_FEATURES "") + +set(CMAKE_C_PLATFORM_ID "") +set(CMAKE_C_SIMULATE_ID "") +set(CMAKE_C_SIMULATE_VERSION "") + + + +set(CMAKE_AR "/usr/bin/arm-none-eabi-ar") +set(CMAKE_C_COMPILER_AR "/usr/bin/arm-none-eabi-gcc-ar") +set(CMAKE_RANLIB "/usr/bin/arm-none-eabi-ranlib") +set(CMAKE_C_COMPILER_RANLIB "/usr/bin/arm-none-eabi-gcc-ranlib") +set(CMAKE_LINKER "/usr/bin/arm-none-eabi-ld") +set(CMAKE_COMPILER_IS_GNUCC 1) +set(CMAKE_C_COMPILER_LOADED 1) +set(CMAKE_C_COMPILER_WORKS TRUE) +set(CMAKE_C_ABI_COMPILED FALSE) +set(CMAKE_COMPILER_IS_MINGW ) +set(CMAKE_COMPILER_IS_CYGWIN ) +if(CMAKE_COMPILER_IS_CYGWIN) + set(CYGWIN 1) + set(UNIX 1) +endif() + +set(CMAKE_C_COMPILER_ENV_VAR "CC") + +if(CMAKE_COMPILER_IS_MINGW) + set(MINGW 1) +endif() +set(CMAKE_C_COMPILER_ID_RUN 1) +set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) +set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_C_LINKER_PREFERENCE 10) + +# Save compiler ABI information. +set(CMAKE_C_SIZEOF_DATA_PTR "") +set(CMAKE_C_COMPILER_ABI "") +set(CMAKE_C_LIBRARY_ARCHITECTURE "") + +if(CMAKE_C_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_C_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") +endif() + +if(CMAKE_C_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "") +set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "") +set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/3.10.2/CMakeSystem.cmake b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/3.10.2/CMakeSystem.cmake new file mode 100644 index 000000000..733669124 --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/3.10.2/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-5.16.15-arch1-1") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "5.16.15-arch1-1") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + +include("/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/cmake/toolchain-xiuos-arm-none-eabi-gnu.cmake") + +set(CMAKE_SYSTEM "XiUOS") +set(CMAKE_SYSTEM_NAME "XiUOS") +set(CMAKE_SYSTEM_VERSION "") +set(CMAKE_SYSTEM_PROCESSOR "arm") + +set(CMAKE_CROSSCOMPILING "TRUE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/3.10.2/CompilerIdC/CMakeCCompilerId.c b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/3.10.2/CompilerIdC/CMakeCCompilerId.c new file mode 100644 index 000000000..722faa803 --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/3.10.2/CompilerIdC/CMakeCCompilerId.c @@ -0,0 +1,598 @@ +#ifdef __cplusplus +# error "A C++ compiler has been selected for C." +#endif + +#if defined(__18CXX) +# define ID_VOID_MAIN +#endif +#if defined(__CLASSIC_C__) +/* cv-qualifiers did not exist in K&R C */ +# define const +# define volatile +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif + /* __INTEL_COMPILER = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_C) +# define COMPILER_ID "SunPro" +# if __SUNPRO_C >= 0x5100 + /* __SUNPRO_C = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# endif + +#elif defined(__HP_cc) +# define COMPILER_ID "HP" + /* __HP_cc = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100) + +#elif defined(__DECC) +# define COMPILER_ID "Compaq" + /* __DECC_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000) + +#elif defined(__IBMC__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 +# define COMPILER_ID "XL" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version) +# define COMPILER_ID "Fujitsu" + +#elif defined(__TINYC__) +# define COMPILER_ID "TinyCC" + +#elif defined(__BCC__) +# define COMPILER_ID "Bruce" + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__GNUC__) +# define COMPILER_ID "GNU" +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) +# define COMPILER_ID "ADSP" +#if defined(__VISUALDSPVERSION__) + /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ +# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) +# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + +#elif defined(__ARMCC_VERSION) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC) +# define COMPILER_ID "SDCC" +# if defined(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR) +# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH) +# else + /* SDCC = VRP */ +# define COMPILER_VERSION_MAJOR DEC(SDCC/100) +# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) +# define COMPILER_VERSION_PATCH DEC(SDCC % 10) +# endif + +#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION) +# define COMPILER_ID "MIPSpro" +# if defined(_SGI_COMPILER_VERSION) + /* _SGI_COMPILER_VERSION = VRP */ +# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100) +# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10) +# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10) +# else + /* _COMPILER_VERSION = VRP */ +# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100) +# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10) +# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__sgi) +# define COMPILER_ID "MIPSpro" + +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXE) || defined(__CRAYXC) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__sgi) || defined(__sgi__) || defined(_SGI) +# define PLATFORM_ID "IRIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number components. */ +#ifdef COMPILER_VERSION_MAJOR +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + + +#if !defined(__STDC__) +# if defined(_MSC_VER) && !defined(__clang__) +# define C_DIALECT "90" +# else +# define C_DIALECT +# endif +#elif __STDC_VERSION__ >= 201000L +# define C_DIALECT "11" +#elif __STDC_VERSION__ >= 199901L +# define C_DIALECT "99" +#else +# define C_DIALECT "90" +#endif +const char* info_language_dialect_default = + "INFO" ":" "dialect_default[" C_DIALECT "]"; + +/*--------------------------------------------------------------------------*/ + +#ifdef ID_VOID_MAIN +void main() {} +#else +# if defined(__CLASSIC_C__) +int main(argc, argv) int argc; char *argv[]; +# else +int main(int argc, char* argv[]) +# endif +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXE) || defined(__CRAYXC) + require += info_cray[argc]; +#endif + require += info_language_dialect_default[argc]; + (void)argv; + return require; +} +#endif diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/CMakeDirectoryInformation.cmake b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 000000000..77b25fd44 --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/CMakeError.log b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/CMakeError.log new file mode 100644 index 000000000..c1ed18d33 --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/CMakeError.log @@ -0,0 +1,71 @@ +Compiling the C compiler identification source file "CMakeCCompilerId.c" failed. +Compiler: /usr/bin/arm-none-eabi-gcc +Build flags: -mcpu=cortex-m4;-mthumb;-mfpu=fpv4-sp-d16;-mfloat-abi=hard;-ffunction-sections;-fdata-sections;-Dgcc;-O0;-gdwarf-2;-g;-fgnu89-inline;-Wa,-mimplicit-it=thumb;-Werror;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include;;-DHAVE_CCONFIG_H;;-DSTM32F407xx;-DUSE_HAL_DRIVER;-DHAVE_SIGINFO;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include;;-DHAVE_CCONFIG_H;;-DSTM32F407xx;-DUSE_HAL_DRIVER;-DHAVE_SIGINFO;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include;;-DHAVE_CCONFIG_H;;-DSTM32F407xx;-DUSE_HAL_DRIVER;-DHAVE_SIGINFO;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include;;-DHAVE_CCONFIG_H;;-DSTM32F407xx;-DUSE_HAL_DRIVER;-DHAVE_SIGINFO +Id flags: + +The output was: +1 +/usr/lib/gcc/arm-none-eabi/6.3.1/../../../arm-none-eabi/lib/thumb/v7e-m/fpv4-sp/hard/libg.a(lib_a-exit.o): In function `exit': +/build/newlib-jo3xW1/newlib-2.4.0.20160527/build/arm-none-eabi/thumb/v7e-m/fpv4-sp/hard/newlib/libc/stdlib/../../../../../../../../../newlib/libc/stdlib/exit.c:70: undefined reference to `_exit' +collect2: error: ld returned 1 exit status + + +Detecting C compiler ABI info failed to compile with the following output: +Change Dir: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/CMakeTmp + +Run Build Command:"/usr/bin/make" "cmTC_4de17/fast" +make[5]: Entering directory '/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/CMakeTmp' +/usr/bin/make -f CMakeFiles/cmTC_4de17.dir/build.make CMakeFiles/cmTC_4de17.dir/build +make[6]: Entering directory '/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/CMakeTmp' +Building C object CMakeFiles/cmTC_4de17.dir/CMakeCCompilerABI.c.obj +/usr/bin/arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -Dgcc -O0 -gdwarf-2 -g -fgnu89-inline -Wa,-mimplicit-it=thumb -Werror -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4 -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include -DHAVE_CCONFIG_H -DSTM32F407xx -DUSE_HAL_DRIVER -DHAVE_SIGINFO -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4 -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include -DHAVE_CCONFIG_H -DSTM32F407xx -DUSE_HAL_DRIVER -DHAVE_SIGINFO -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4 -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include -DHAVE_CCONFIG_H -DSTM32F407xx -DUSE_HAL_DRIVER -DHAVE_SIGINFO -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4 -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include -DHAVE_CCONFIG_H -DSTM32F407xx -DUSE_HAL_DRIVER -DHAVE_SIGINFO -o CMakeFiles/cmTC_4de17.dir/CMakeCCompilerABI.c.obj -c /usr/share/cmake-3.10/Modules/CMakeCCompilerABI.c +Linking C executable cmTC_4de17 +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4de17.dir/link.txt --verbose=1 +/usr/bin/arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -Dgcc -O0 -gdwarf-2 -g -fgnu89-inline -Wa,-mimplicit-it=thumb -Werror -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4 -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include -DHAVE_CCONFIG_H -DSTM32F407xx -DUSE_HAL_DRIVER -DHAVE_SIGINFO -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4 -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include -DHAVE_CCONFIG_H -DSTM32F407xx -DUSE_HAL_DRIVER -DHAVE_SIGINFO -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4 -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include -DHAVE_CCONFIG_H -DSTM32F407xx -DUSE_HAL_DRIVER -DHAVE_SIGINFO -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4 -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include -DHAVE_CCONFIG_H -DSTM32F407xx -DUSE_HAL_DRIVER -DHAVE_SIGINFO -v CMakeFiles/cmTC_4de17.dir/CMakeCCompilerABI.c.obj -o cmTC_4de17 +Using built-in specs. +COLLECT_GCC=/usr/bin/arm-none-eabi-gcc +COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-none-eabi/6.3.1/lto-wrapper +Target: arm-none-eabi +Configured with: ../src/configure --build=x86_64-linux-gnu --prefix=/usr --includedir='/usr/lib/include' --mandir='/usr/lib/share/man' --infodir='/usr/lib/share/info' --sysconfdir=/etc --localstatedir=/var --disable-silent-rules --libdir='/usr/lib/lib/x86_64-linux-gnu' --libexecdir='/usr/lib/lib/x86_64-linux-gnu' --disable-maintainer-mode --disable-dependency-tracking --mandir=/usr/share/man --enable-languages=c,c++,lto --enable-multilib --disable-decimal-float --disable-libffi --disable-libgomp --disable-libmudflap --disable-libquadmath --disable-libssp --disable-libstdcxx-pch --disable-nls --disable-shared --disable-threads --disable-tls --build=x86_64-linux-gnu --target=arm-none-eabi --with-system-zlib --with-gnu-as --with-gnu-ld --with-pkgversion=15:6.3.1+svn253039-1build1 --without-included-gettext --prefix=/usr/lib --infodir=/usr/share/doc/gcc-arm-none-eabi/info --htmldir=/usr/share/doc/gcc-arm-none-eabi/html --pdfdir=/usr/share/doc/gcc-arm-none-eabi/pdf --bindir=/usr/bin --libexecdir=/usr/lib --libdir=/usr/lib --disable-libstdc++-v3 --host=x86_64-linux-gnu --with-headers=no --without-newlib --with-multilib-list=rmprofile CFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-iopiMw/gcc-arm-none-eabi-6.3.1+svn253039=. -fstack-protector-strong' CPPFLAGS='-Wdate-time -D_FORTIFY_SOURCE=2' CXXFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-iopiMw/gcc-arm-none-eabi-6.3.1+svn253039=. -fstack-protector-strong' FCFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-iopiMw/gcc-arm-none-eabi-6.3.1+svn253039=. -fstack-protector-strong' FFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-iopiMw/gcc-arm-none-eabi-6.3.1+svn253039=. -fstack-protector-strong' GCJFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-iopiMw/gcc-arm-none-eabi-6.3.1+svn253039=. -fstack-protector-strong' LDFLAGS='-Wl,-Bsymbolic-functions -Wl,-z,relro' OBJCFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-iopiMw/gcc-arm-none-eabi-6.3.1+svn253039=. -fstack-protector-strong' OBJCXXFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-iopiMw/gcc-arm-none-eabi-6.3.1+svn253039=. -fstack-protector-strong' INHIBIT_LIBC_CFLAGS=-DUSE_TM_CLONE_REGISTRY=0 AR_FOR_TARGET=arm-none-eabi-ar AS_FOR_TARGET=arm-none-eabi-as LD_FOR_TARGET=arm-none-eabi-ld NM_FOR_TARGET=arm-none-eabi-nm OBJDUMP_FOR_TARGET=arm-none-eabi-objdump RANLIB_FOR_TARGET=arm-none-eabi-ranlib READELF_FOR_TARGET=arm-none-eabi-readelf STRIP_FOR_TARGET=arm-none-eabi-strip +Thread model: single +gcc version 6.3.1 20170620 (15:6.3.1+svn253039-1build1) +COMPILER_PATH=/usr/lib/gcc/arm-none-eabi/6.3.1/:/usr/lib/gcc/arm-none-eabi/6.3.1/:/usr/lib/gcc/arm-none-eabi/:/usr/lib/gcc/arm-none-eabi/6.3.1/:/usr/lib/gcc/arm-none-eabi/:/usr/lib/gcc/arm-none-eabi/6.3.1/../../../arm-none-eabi/bin/ +LIBRARY_PATH=/usr/lib/gcc/arm-none-eabi/6.3.1/thumb/v7e-m/fpv4-sp/hard/:/usr/lib/gcc/arm-none-eabi/6.3.1/../../../arm-none-eabi/lib/thumb/v7e-m/fpv4-sp/hard/:/usr/lib/gcc/arm-none-eabi/6.3.1/:/usr/lib/gcc/arm-none-eabi/6.3.1/../../../arm-none-eabi/lib/ +COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfpu=fpv4-sp-d16' '-mfloat-abi=hard' '-ffunction-sections' '-fdata-sections' '-D' 'gcc' '-O0' '-gdwarf-2' '-g' '-fgnu89-inline' '-Werror' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include' '-D' 'HAVE_CCONFIG_H' '-D' 'STM32F407xx' '-D' 'USE_HAL_DRIVER' '-D' 'HAVE_SIGINFO' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include' '-D' 'HAVE_CCONFIG_H' '-D' 'STM32F407xx' '-D' 'USE_HAL_DRIVER' '-D' 'HAVE_SIGINFO' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include' '-D' 'HAVE_CCONFIG_H' '-D' 'STM32F407xx' '-D' 'USE_HAL_DRIVER' '-D' 'HAVE_SIGINFO' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include' '-D' 'HAVE_CCONFIG_H' '-D' 'STM32F407xx' '-D' 'USE_HAL_DRIVER' '-D' 'HAVE_SIGINFO' '-v' '-o' 'cmTC_4de17' + /usr/lib/gcc/arm-none-eabi/6.3.1/collect2 -plugin /usr/lib/gcc/arm-none-eabi/6.3.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/arm-none-eabi/6.3.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccz93oYP.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lg -plugin-opt=-pass-through=-lc -X -o cmTC_4de17 /usr/lib/gcc/arm-none-eabi/6.3.1/thumb/v7e-m/fpv4-sp/hard/crti.o /usr/lib/gcc/arm-none-eabi/6.3.1/thumb/v7e-m/fpv4-sp/hard/crtbegin.o /usr/lib/gcc/arm-none-eabi/6.3.1/../../../arm-none-eabi/lib/thumb/v7e-m/fpv4-sp/hard/crt0.o -L/usr/lib/gcc/arm-none-eabi/6.3.1/thumb/v7e-m/fpv4-sp/hard -L/usr/lib/gcc/arm-none-eabi/6.3.1/../../../arm-none-eabi/lib/thumb/v7e-m/fpv4-sp/hard -L/usr/lib/gcc/arm-none-eabi/6.3.1 -L/usr/lib/gcc/arm-none-eabi/6.3.1/../../../arm-none-eabi/lib CMakeFiles/cmTC_4de17.dir/CMakeCCompilerABI.c.obj --start-group -lgcc -lg -lc --end-group /usr/lib/gcc/arm-none-eabi/6.3.1/thumb/v7e-m/fpv4-sp/hard/crtend.o /usr/lib/gcc/arm-none-eabi/6.3.1/thumb/v7e-m/fpv4-sp/hard/crtn.o +/usr/lib/gcc/arm-none-eabi/6.3.1/../../../arm-none-eabi/lib/thumb/v7e-m/fpv4-sp/hard/libg.a(lib_a-exit.o): In function `exit': +/build/newlib-jo3xW1/newlib-2.4.0.20160527/build/arm-none-eabi/thumb/v7e-m/fpv4-sp/hard/newlib/libc/stdlib/../../../../../../../../../newlib/libc/stdlib/exit.c:70: undefined reference to `_exit' +collect2: error: ld returned 1 exit status +CMakeFiles/cmTC_4de17.dir/build.make:97: recipe for target 'cmTC_4de17' failed +make[6]: *** [cmTC_4de17] Error 1 +make[6]: Leaving directory '/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/CMakeTmp' +Makefile:126: recipe for target 'cmTC_4de17/fast' failed +make[5]: *** [cmTC_4de17/fast] Error 2 +make[5]: Leaving directory '/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/CMakeTmp' + + + +Detecting C [-std=c11] compiler features failed to compile with the following output: +Change Dir: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/CMakeTmp + +Run Build Command:"/usr/bin/make" "cmTC_5af75/fast" +make[5]: Entering directory '/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/CMakeTmp' +/usr/bin/make -f CMakeFiles/cmTC_5af75.dir/build.make CMakeFiles/cmTC_5af75.dir/build +make[6]: Entering directory '/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/CMakeTmp' +Building C object CMakeFiles/cmTC_5af75.dir/feature_tests.c.obj +/usr/bin/arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -Dgcc -O0 -gdwarf-2 -g -fgnu89-inline -Wa,-mimplicit-it=thumb -Werror -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4 -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include -DHAVE_CCONFIG_H -DSTM32F407xx -DUSE_HAL_DRIVER -DHAVE_SIGINFO -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4 -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include -DHAVE_CCONFIG_H -DSTM32F407xx -DUSE_HAL_DRIVER -DHAVE_SIGINFO -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4 -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include -DHAVE_CCONFIG_H -DSTM32F407xx -DUSE_HAL_DRIVER -DHAVE_SIGINFO -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4 -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include -DHAVE_CCONFIG_H -DSTM32F407xx -DUSE_HAL_DRIVER -DHAVE_SIGINFO -std=c11 -o CMakeFiles/cmTC_5af75.dir/feature_tests.c.obj -c /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/feature_tests.c +Linking C executable cmTC_5af75 +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5af75.dir/link.txt --verbose=1 +/usr/bin/arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -Dgcc -O0 -gdwarf-2 -g -fgnu89-inline -Wa,-mimplicit-it=thumb -Werror -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4 -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include -DHAVE_CCONFIG_H -DSTM32F407xx -DUSE_HAL_DRIVER -DHAVE_SIGINFO -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4 -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include -DHAVE_CCONFIG_H -DSTM32F407xx -DUSE_HAL_DRIVER -DHAVE_SIGINFO -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4 -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include -DHAVE_CCONFIG_H -DSTM32F407xx -DUSE_HAL_DRIVER -DHAVE_SIGINFO -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4 -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include -DHAVE_CCONFIG_H -DSTM32F407xx -DUSE_HAL_DRIVER -DHAVE_SIGINFO CMakeFiles/cmTC_5af75.dir/feature_tests.c.obj -o cmTC_5af75 +/usr/lib/gcc/arm-none-eabi/6.3.1/../../../arm-none-eabi/lib/thumb/v7e-m/fpv4-sp/hard/libg.a(lib_a-exit.o): In function `exit': +/build/newlib-jo3xW1/newlib-2.4.0.20160527/build/arm-none-eabi/thumb/v7e-m/fpv4-sp/hard/newlib/libc/stdlib/../../../../../../../../../newlib/libc/stdlib/exit.c:70: undefined reference to `_exit' +collect2: error: ld returned 1 exit status +CMakeFiles/cmTC_5af75.dir/build.make:97: recipe for target 'cmTC_5af75' failed +make[6]: *** [cmTC_5af75] Error 1 +make[6]: Leaving directory '/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/CMakeTmp' +Makefile:126: recipe for target 'cmTC_5af75/fast' failed +make[5]: *** [cmTC_5af75/fast] Error 2 +make[5]: Leaving directory '/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/CMakeTmp' + + + diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/CMakeOutput.log b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/CMakeOutput.log new file mode 100644 index 000000000..e2bb336a1 --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/CMakeOutput.log @@ -0,0 +1,15 @@ +The target system is: XiUOS - - arm +The host system is: Linux - 5.16.15-arch1-1 - x86_64 +Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. +Compiler: /usr/bin/arm-none-eabi-gcc +Build flags: -mcpu=cortex-m4;-mthumb;-mfpu=fpv4-sp-d16;-mfloat-abi=hard;-ffunction-sections;-fdata-sections;-Dgcc;-O0;-gdwarf-2;-g;-fgnu89-inline;-Wa,-mimplicit-it=thumb;-Werror;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include;;-DHAVE_CCONFIG_H;;-DSTM32F407xx;-DUSE_HAL_DRIVER;-DHAVE_SIGINFO;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include;;-DHAVE_CCONFIG_H;;-DSTM32F407xx;-DUSE_HAL_DRIVER;-DHAVE_SIGINFO;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include;;-DHAVE_CCONFIG_H;;-DSTM32F407xx;-DUSE_HAL_DRIVER;-DHAVE_SIGINFO;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include;;-DHAVE_CCONFIG_H;;-DSTM32F407xx;-DUSE_HAL_DRIVER;-DHAVE_SIGINFO +Id flags: -c + +The output was: +0 + + +Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CMakeCCompilerId.o" + +The C compiler identification is GNU, found in "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/3.10.2/CompilerIdC/CMakeCCompilerId.o" + diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/Makefile.cmake b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/Makefile.cmake new file mode 100644 index 000000000..c43f24d04 --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/Makefile.cmake @@ -0,0 +1,99 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# The generator used is: +set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles") + +# The top level Makefile was generated from the following files: +set(CMAKE_MAKEFILE_DEPENDS + "CMakeCache.txt" + "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/cmake/configure-xiuos.cmake" + "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/cmake/findoplklib.cmake" + "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/cmake/linkoplklib.cmake" + "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/cmake/options.cmake" + "../../CMakeLists.txt" + "CMakeFiles/3.10.2/CMakeCCompiler.cmake" + "CMakeFiles/3.10.2/CMakeSystem.cmake" + "CMakeFiles/feature_tests.c" + "../../xiuos.cmake" + "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/cmake/toolchain-xiuos-arm-none-eabi-gnu.cmake" + "/usr/share/cmake-3.10/Modules/CMakeCCompiler.cmake.in" + "/usr/share/cmake-3.10/Modules/CMakeCCompilerABI.c" + "/usr/share/cmake-3.10/Modules/CMakeCInformation.cmake" + "/usr/share/cmake-3.10/Modules/CMakeCommonLanguageInclude.cmake" + "/usr/share/cmake-3.10/Modules/CMakeCompilerIdDetection.cmake" + "/usr/share/cmake-3.10/Modules/CMakeDependentOption.cmake" + "/usr/share/cmake-3.10/Modules/CMakeDetermineCCompiler.cmake" + "/usr/share/cmake-3.10/Modules/CMakeDetermineCompileFeatures.cmake" + "/usr/share/cmake-3.10/Modules/CMakeDetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/CMakeDetermineCompilerABI.cmake" + "/usr/share/cmake-3.10/Modules/CMakeDetermineCompilerId.cmake" + "/usr/share/cmake-3.10/Modules/CMakeDetermineSystem.cmake" + "/usr/share/cmake-3.10/Modules/CMakeFindBinUtils.cmake" + "/usr/share/cmake-3.10/Modules/CMakeGenericSystem.cmake" + "/usr/share/cmake-3.10/Modules/CMakeLanguageInformation.cmake" + "/usr/share/cmake-3.10/Modules/CMakeParseImplicitLinkInfo.cmake" + "/usr/share/cmake-3.10/Modules/CMakeSystem.cmake.in" + "/usr/share/cmake-3.10/Modules/CMakeSystemSpecificInformation.cmake" + "/usr/share/cmake-3.10/Modules/CMakeSystemSpecificInitialize.cmake" + "/usr/share/cmake-3.10/Modules/CMakeTestCCompiler.cmake" + "/usr/share/cmake-3.10/Modules/CMakeTestCompilerCommon.cmake" + "/usr/share/cmake-3.10/Modules/CMakeUnixFindMake.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/ADSP-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/ARMCC-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/AppleClang-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/Borland-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/Bruce-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/Clang-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/Compaq-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/Cray-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/Embarcadero-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/Fujitsu-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/GHS-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/GNU-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/GNU-C-FeatureTests.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/GNU-C.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/GNU-FindBinUtils.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/GNU.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/HP-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/IAR-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/Intel-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/MIPSpro-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/MSVC-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/NVIDIA-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/PGI-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/PathScale-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/SCO-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/SDCC-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/SunPro-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/TI-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/Watcom-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/XL-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/zOS-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Internal/FeatureTesting.cmake" + ) + +# The corresponding makefile is: +set(CMAKE_MAKEFILE_OUTPUTS + "Makefile" + "CMakeFiles/cmake.check_cache" + ) + +# Byproducts of CMake generate step: +set(CMAKE_MAKEFILE_PRODUCTS + "CMakeFiles/3.10.2/CMakeSystem.cmake" + "CMakeFiles/3.10.2/CMakeCCompiler.cmake" + "CMakeFiles/3.10.2/CMakeCCompiler.cmake" + "CMakeFiles/CMakeDirectoryInformation.cmake" + ) + +# Dependency information for all targets: +set(CMAKE_DEPEND_INFO_FILES + "CMakeFiles/demo_cn_console.dir/DependInfo.cmake" + ) diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/Makefile2 b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/Makefile2 new file mode 100644 index 000000000..baef19247 --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/Makefile2 @@ -0,0 +1,108 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# The main recursive all target +all: + +.PHONY : all + +# The main recursive preinstall target +preinstall: + +.PHONY : preinstall + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos + +#============================================================================= +# Target rules for target CMakeFiles/demo_cn_console.dir + +# All Build rule for target. +CMakeFiles/demo_cn_console.dir/all: + $(MAKE) -f CMakeFiles/demo_cn_console.dir/build.make CMakeFiles/demo_cn_console.dir/depend + $(MAKE) -f CMakeFiles/demo_cn_console.dir/build.make CMakeFiles/demo_cn_console.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles --progress-num=1,2,3,4,5,6,7,8,9,10,11,12 "Built target demo_cn_console" +.PHONY : CMakeFiles/demo_cn_console.dir/all + +# Include target in all. +all: CMakeFiles/demo_cn_console.dir/all + +.PHONY : all + +# Build rule for subdir invocation for target. +CMakeFiles/demo_cn_console.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles 12 + $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/demo_cn_console.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles 0 +.PHONY : CMakeFiles/demo_cn_console.dir/rule + +# Convenience name for target. +demo_cn_console: CMakeFiles/demo_cn_console.dir/rule + +.PHONY : demo_cn_console + +# clean rule for target. +CMakeFiles/demo_cn_console.dir/clean: + $(MAKE) -f CMakeFiles/demo_cn_console.dir/build.make CMakeFiles/demo_cn_console.dir/clean +.PHONY : CMakeFiles/demo_cn_console.dir/clean + +# clean rule for target. +clean: CMakeFiles/demo_cn_console.dir/clean + +.PHONY : clean + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/TargetDirectories.txt b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/TargetDirectories.txt new file mode 100644 index 000000000..4ed26691b --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,7 @@ +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/install/strip.dir +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/edit_cache.dir +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/install.dir +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/rebuild_cache.dir +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/list_install_components.dir +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/install/local.dir diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/cmake.check_cache b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/cmake.check_cache new file mode 100644 index 000000000..3dccd7317 --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/C.includecache b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/C.includecache new file mode 100644 index 000000000..2e222978d --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/C.includecache @@ -0,0 +1,462 @@ +#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">]) + +#IncludeRegexScan: ^.*$ + +#IncludeRegexComplain: ^$ + +#IncludeRegexTransform: + +../../../../contrib/console/console.h + +../../../../contrib/getopt/getopt.h + +../../../../contrib/trace/trace.h + +../../../../stack/include/oplk/basictypes.h + +../../../../stack/include/oplk/cfm.h +oplk/oplkinc.h +- + +../../../../stack/include/oplk/debugstr.h +oplk/oplk.h +- +oplk/event.h +- +oplk/nmt.h +- + +../../../../stack/include/oplk/errordefs.h + +../../../../stack/include/oplk/event.h +oplk/oplkinc.h +- +oplk/nmt.h +- + +../../../../stack/include/oplk/frame.h +oplk/oplkinc.h +- + +../../../../stack/include/oplk/nmt.h +oplk/oplkinc.h +- + +../../../../stack/include/oplk/obd.h +oplk/oplkinc.h +- +oplk/sdo.h +- + +../../../../stack/include/oplk/obdal.h +oplk/oplkinc.h +- + +../../../../stack/include/oplk/oplk.h +oplk/oplkinc.h +- +oplk/frame.h +- +oplk/sdo.h +- +oplk/obd.h +- +oplk/obdal.h +- +oplk/cfm.h +- +oplk/event.h +- + +../../../../stack/include/oplk/oplkdefs.h + +../../../../stack/include/oplk/oplkinc.h +oplk/targetsystem.h +- +oplk/oplkdefs.h +- +oplk/errordefs.h +- +oplk/version.h +- + +../../../../stack/include/oplk/sdo.h +oplk/oplkinc.h +- +oplk/sdoabortcodes.h +- + +../../../../stack/include/oplk/sdoabortcodes.h + +../../../../stack/include/oplk/targetdefs/c5socarm.h +stdlib.h +- +stdio.h +- +string.h +- +stdint.h +- +oplk/basictypes.h +- +socal/socal.h +- +alt_cache.h +- + +../../../../stack/include/oplk/targetdefs/linux.h +stdlib.h +- +stdio.h +- +string.h +- +semaphore.h +- +linux/module.h +- +linux/kernel.h +- +linux/init.h +- +linux/errno.h +- +linux/major.h +- +linux/version.h +- +linux/slab.h +- +oplk/basictypes.h +- + +../../../../stack/include/oplk/targetdefs/microblaze.h +stdlib.h +- +stdio.h +- +string.h +- +xil_types.h +- +xil_io.h +- +xil_cache.h +- +mb_interface.h +- +mb_uart.h +- +oplk/basictypes.h +- + +../../../../stack/include/oplk/targetdefs/nios2.h +stdlib.h +- +stdio.h +- +string.h +- +alt_types.h +- +io.h +- +system.h +- +oplk/basictypes.h +- +altera_vic_regs.h +- + +../../../../stack/include/oplk/targetdefs/vxworks.h +stdlib.h +- +stdio.h +- +string.h +- +oplk/basictypes.h +- + +../../../../stack/include/oplk/targetdefs/wince.h +oplk/basictypes.h +- + +../../../../stack/include/oplk/targetdefs/windows-mingw.h +stdlib.h +- +stdio.h +- +string.h +- +Windows.h +- +oplk/basictypes.h +- + +../../../../stack/include/oplk/targetdefs/windows.h +stdlib.h +- +stdio.h +- +string.h +- +Windows.h +- +oplk/basictypes.h +- + +../../../../stack/include/oplk/targetdefs/winkernel.h +stdlib.h +- +stdio.h +- +string.h +- +ntdef.h +- +ndis.h +- +oplk/basictypes.h +- + +../../../../stack/include/oplk/targetsystem.h +oplk/targetdefs/linux.h +- +oplk/targetdefs/vxworks.h +- +oplk/targetdefs/nios2.h +- +oplk/targetdefs/microblaze.h +- +oplk/targetdefs/c5socarm.h +- +oplk/targetdefs/winkernel.h +- +oplk/targetdefs/windows.h +- +oplk/targetdefs/windows-mingw.h +- +oplk/targetdefs/wince.h +- + +../../../../stack/include/oplk/version.h + +../../../common/objdicts/CiA401_CN/objdict.h +obdcreate/obdmacro.h +- +limits.h +- +obdcreate/obdmacro.h +- + +../../../common/src/eventlog/eventlog.h +oplk/oplk.h +- +oplk/nmt.h +- +eventlogstring.h +../../../common/src/eventlog/eventlogstring.h + +../../../common/src/eventlog/eventlogstring.h +oplk/oplk.h +- +oplk/nmt.h +- +stdarg.h +- + +../../../common/src/netselect/netselect.h + +../../../common/src/obdcreate/obdcreate.h +oplk/oplk.h +- + +../../../common/src/obdcreate/obdmacro.h + +../../../common/src/system/system.h +oplk/oplk.h +- + +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c +eventlog.h +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.h +oplk/debugstr.h +- +stdio.h +- +time.h +- + +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.h +oplk/oplk.h +- +oplk/nmt.h +- +eventlogstring.h +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.h + +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c +eventlogstring.h +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.h +oplk/debugstr.h +- +stdio.h +- +time.h +- + +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.h +oplk/oplk.h +- +oplk/nmt.h +- +stdarg.h +- + +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c +oplk/oplk.h +- +netselect.h +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.h +stdio.h +- +string.h +- + +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.h + +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c +obdcreate.h +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.h +objdict.h +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/objdict.h +objdict.h +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/objdict.h +objdict.h +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/objdict.h +objdict.h +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/objdict.h +objdict.h +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/objdict.h +objdict.h +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/objdict.h + +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.h +oplk/oplk.h +- + +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c +stdio.h +- +unistd.h +- +errno.h +- +pthread.h +- +signal.h +- +sys/time.h +- +trace/trace.h +- +system.h +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system.h +xizi.h +- + +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system.h +oplk/oplk.h +- + +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/src/app.c +app.h +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/src/app.h +oplk/oplk.h +- +oplk/debugstr.h +- +eventlog/eventlog.h +- +stddef.h +- +stdio.h +- + +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/src/app.h +oplk/oplk.h +- + +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/src/event.c +event.h +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/src/event.h +oplk/oplk.h +- +oplk/debugstr.h +- +console/console.h +- +eventlog/eventlog.h +- +stdio.h +- + +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/src/event.h +oplk/oplk.h +- + +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/src/main.c +app.h +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/src/app.h +event.h +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/src/event.h +oplk/oplk.h +- +oplk/debugstr.h +- +system/system.h +- +obdcreate/obdcreate.h +- +getopt/getopt.h +- +unistd.h +- +console/console.h +- +eventlog/eventlog.h +- +netselect/netselect.h +- +stdio.h +- +limits.h +- + +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c +stdio.h +- +unistd.h +- +fcntl.h +- +xsconfig.h +- + +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c +stdio.h +- +stdarg.h +- +time.h +- + +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c +stdio.h +- +stdarg.h +- +trace/trace.h +- + diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/DependInfo.cmake b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/DependInfo.cmake new file mode 100644 index 000000000..081cc4250 --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/DependInfo.cmake @@ -0,0 +1,48 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "C" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_C + "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c" "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj" + "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c" "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj" + "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c" "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj" + "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c" "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj" + "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c" "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj" + "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c" "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.obj" + "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c" "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.obj" + "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c" "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.obj" + "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/src/app.c" "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/src/app.c.obj" + "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/src/event.c" "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/src/event.c.obj" + "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/src/main.c" "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/src/main.c.obj" + ) +set(CMAKE_C_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_C + "CONFIG_INCLUDE_MASND" + "CONFIG_INCLUDE_PDO" + "CONFIG_INCLUDE_SDO_ASND" + "CONFIG_KERNELSTACK_DIRECTLINK" + "NMT_MAX_NODE_ID=0" + "_GNU_SOURCE" + "_POSIX_C_SOURCE=200112L" + "__XIUOS__" + ) + +# The include file search paths: +set(CMAKE_C_TARGET_INCLUDE_PATH + "../../../../stack/include" + "../../../../contrib" + "../../../common/src" + "../../../common/objdicts" + "../../src" + "../../../common/objdicts/CiA401_CN" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/build.make b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/build.make new file mode 100644 index 000000000..61ba3ef57 --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/build.make @@ -0,0 +1,384 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos + +# Include any dependencies generated for this target. +include CMakeFiles/demo_cn_console.dir/depend.make + +# Include the progress variables for this target. +include CMakeFiles/demo_cn_console.dir/progress.make + +# Include the compile flags for this target's objects. +include CMakeFiles/demo_cn_console.dir/flags.make + +CMakeFiles/demo_cn_console.dir/src/main.c.obj: CMakeFiles/demo_cn_console.dir/flags.make +CMakeFiles/demo_cn_console.dir/src/main.c.obj: ../../src/main.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/demo_cn_console.dir/src/main.c.obj" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/demo_cn_console.dir/src/main.c.obj -c /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/src/main.c + +CMakeFiles/demo_cn_console.dir/src/main.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/demo_cn_console.dir/src/main.c.i" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/src/main.c > CMakeFiles/demo_cn_console.dir/src/main.c.i + +CMakeFiles/demo_cn_console.dir/src/main.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/demo_cn_console.dir/src/main.c.s" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/src/main.c -o CMakeFiles/demo_cn_console.dir/src/main.c.s + +CMakeFiles/demo_cn_console.dir/src/main.c.obj.requires: + +.PHONY : CMakeFiles/demo_cn_console.dir/src/main.c.obj.requires + +CMakeFiles/demo_cn_console.dir/src/main.c.obj.provides: CMakeFiles/demo_cn_console.dir/src/main.c.obj.requires + $(MAKE) -f CMakeFiles/demo_cn_console.dir/build.make CMakeFiles/demo_cn_console.dir/src/main.c.obj.provides.build +.PHONY : CMakeFiles/demo_cn_console.dir/src/main.c.obj.provides + +CMakeFiles/demo_cn_console.dir/src/main.c.obj.provides.build: CMakeFiles/demo_cn_console.dir/src/main.c.obj + + +CMakeFiles/demo_cn_console.dir/src/app.c.obj: CMakeFiles/demo_cn_console.dir/flags.make +CMakeFiles/demo_cn_console.dir/src/app.c.obj: ../../src/app.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object CMakeFiles/demo_cn_console.dir/src/app.c.obj" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/demo_cn_console.dir/src/app.c.obj -c /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/src/app.c + +CMakeFiles/demo_cn_console.dir/src/app.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/demo_cn_console.dir/src/app.c.i" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/src/app.c > CMakeFiles/demo_cn_console.dir/src/app.c.i + +CMakeFiles/demo_cn_console.dir/src/app.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/demo_cn_console.dir/src/app.c.s" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/src/app.c -o CMakeFiles/demo_cn_console.dir/src/app.c.s + +CMakeFiles/demo_cn_console.dir/src/app.c.obj.requires: + +.PHONY : CMakeFiles/demo_cn_console.dir/src/app.c.obj.requires + +CMakeFiles/demo_cn_console.dir/src/app.c.obj.provides: CMakeFiles/demo_cn_console.dir/src/app.c.obj.requires + $(MAKE) -f CMakeFiles/demo_cn_console.dir/build.make CMakeFiles/demo_cn_console.dir/src/app.c.obj.provides.build +.PHONY : CMakeFiles/demo_cn_console.dir/src/app.c.obj.provides + +CMakeFiles/demo_cn_console.dir/src/app.c.obj.provides.build: CMakeFiles/demo_cn_console.dir/src/app.c.obj + + +CMakeFiles/demo_cn_console.dir/src/event.c.obj: CMakeFiles/demo_cn_console.dir/flags.make +CMakeFiles/demo_cn_console.dir/src/event.c.obj: ../../src/event.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object CMakeFiles/demo_cn_console.dir/src/event.c.obj" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/demo_cn_console.dir/src/event.c.obj -c /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/src/event.c + +CMakeFiles/demo_cn_console.dir/src/event.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/demo_cn_console.dir/src/event.c.i" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/src/event.c > CMakeFiles/demo_cn_console.dir/src/event.c.i + +CMakeFiles/demo_cn_console.dir/src/event.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/demo_cn_console.dir/src/event.c.s" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/src/event.c -o CMakeFiles/demo_cn_console.dir/src/event.c.s + +CMakeFiles/demo_cn_console.dir/src/event.c.obj.requires: + +.PHONY : CMakeFiles/demo_cn_console.dir/src/event.c.obj.requires + +CMakeFiles/demo_cn_console.dir/src/event.c.obj.provides: CMakeFiles/demo_cn_console.dir/src/event.c.obj.requires + $(MAKE) -f CMakeFiles/demo_cn_console.dir/build.make CMakeFiles/demo_cn_console.dir/src/event.c.obj.provides.build +.PHONY : CMakeFiles/demo_cn_console.dir/src/event.c.obj.provides + +CMakeFiles/demo_cn_console.dir/src/event.c.obj.provides.build: CMakeFiles/demo_cn_console.dir/src/event.c.obj + + +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: CMakeFiles/demo_cn_console.dir/flags.make +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj -c /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c + +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.i" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c > CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.i + +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.s" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c -o CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.s + +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj.requires: + +.PHONY : CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj.requires + +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj.provides: CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj.requires + $(MAKE) -f CMakeFiles/demo_cn_console.dir/build.make CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj.provides.build +.PHONY : CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj.provides + +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj.provides.build: CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj + + +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: CMakeFiles/demo_cn_console.dir/flags.make +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj -c /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c + +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.i" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c > CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.i + +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.s" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c -o CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.s + +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj.requires: + +.PHONY : CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj.requires + +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj.provides: CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj.requires + $(MAKE) -f CMakeFiles/demo_cn_console.dir/build.make CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj.provides.build +.PHONY : CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj.provides + +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj.provides.build: CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj + + +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: CMakeFiles/demo_cn_console.dir/flags.make +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj -c /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c + +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.i" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c > CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.i + +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.s" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c -o CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.s + +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj.requires: + +.PHONY : CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj.requires + +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj.provides: CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj.requires + $(MAKE) -f CMakeFiles/demo_cn_console.dir/build.make CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj.provides.build +.PHONY : CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj.provides + +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj.provides.build: CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj + + +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj: CMakeFiles/demo_cn_console.dir/flags.make +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building C object CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj -c /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c + +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.i" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c > CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.i + +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.s" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c -o CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.s + +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj.requires: + +.PHONY : CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj.requires + +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj.provides: CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj.requires + $(MAKE) -f CMakeFiles/demo_cn_console.dir/build.make CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj.provides.build +.PHONY : CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj.provides + +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj.provides.build: CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj + + +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.obj: CMakeFiles/demo_cn_console.dir/flags.make +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building C object CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.obj" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.obj -c /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c + +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.i" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c > CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.i + +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.s" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c -o CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.s + +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.obj.requires: + +.PHONY : CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.obj.requires + +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.obj.provides: CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.obj.requires + $(MAKE) -f CMakeFiles/demo_cn_console.dir/build.make CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.obj.provides.build +.PHONY : CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.obj.provides + +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.obj.provides.build: CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.obj + + +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: CMakeFiles/demo_cn_console.dir/flags.make +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building C object CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj -c /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c + +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.i" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c > CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.i + +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.s" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c -o CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.s + +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj.requires: + +.PHONY : CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj.requires + +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj.provides: CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj.requires + $(MAKE) -f CMakeFiles/demo_cn_console.dir/build.make CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj.provides.build +.PHONY : CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj.provides + +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj.provides.build: CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj + + +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.obj: CMakeFiles/demo_cn_console.dir/flags.make +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building C object CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.obj" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.obj -c /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c + +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.i" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c > CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.i + +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.s" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c -o CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.s + +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.obj.requires: + +.PHONY : CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.obj.requires + +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.obj.provides: CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.obj.requires + $(MAKE) -f CMakeFiles/demo_cn_console.dir/build.make CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.obj.provides.build +.PHONY : CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.obj.provides + +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.obj.provides.build: CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.obj + + +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.obj: CMakeFiles/demo_cn_console.dir/flags.make +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building C object CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.obj" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.obj -c /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c + +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.i" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c > CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.i + +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.s" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c -o CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.s + +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.obj.requires: + +.PHONY : CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.obj.requires + +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.obj.provides: CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.obj.requires + $(MAKE) -f CMakeFiles/demo_cn_console.dir/build.make CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.obj.provides.build +.PHONY : CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.obj.provides + +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.obj.provides.build: CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.obj + + +# Object files for target demo_cn_console +demo_cn_console_OBJECTS = \ +"CMakeFiles/demo_cn_console.dir/src/main.c.obj" \ +"CMakeFiles/demo_cn_console.dir/src/app.c.obj" \ +"CMakeFiles/demo_cn_console.dir/src/event.c.obj" \ +"CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj" \ +"CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj" \ +"CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj" \ +"CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj" \ +"CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.obj" \ +"CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj" \ +"CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.obj" \ +"CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.obj" + +# External object files for target demo_cn_console +demo_cn_console_EXTERNAL_OBJECTS = + +libdemo_cn_console.a: CMakeFiles/demo_cn_console.dir/src/main.c.obj +libdemo_cn_console.a: CMakeFiles/demo_cn_console.dir/src/app.c.obj +libdemo_cn_console.a: CMakeFiles/demo_cn_console.dir/src/event.c.obj +libdemo_cn_console.a: CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj +libdemo_cn_console.a: CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj +libdemo_cn_console.a: CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj +libdemo_cn_console.a: CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj +libdemo_cn_console.a: CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.obj +libdemo_cn_console.a: CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj +libdemo_cn_console.a: CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.obj +libdemo_cn_console.a: CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.obj +libdemo_cn_console.a: CMakeFiles/demo_cn_console.dir/build.make +libdemo_cn_console.a: CMakeFiles/demo_cn_console.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Linking C static library libdemo_cn_console.a" + $(CMAKE_COMMAND) -P CMakeFiles/demo_cn_console.dir/cmake_clean_target.cmake + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/demo_cn_console.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +CMakeFiles/demo_cn_console.dir/build: libdemo_cn_console.a + +.PHONY : CMakeFiles/demo_cn_console.dir/build + +CMakeFiles/demo_cn_console.dir/requires: CMakeFiles/demo_cn_console.dir/src/main.c.obj.requires +CMakeFiles/demo_cn_console.dir/requires: CMakeFiles/demo_cn_console.dir/src/app.c.obj.requires +CMakeFiles/demo_cn_console.dir/requires: CMakeFiles/demo_cn_console.dir/src/event.c.obj.requires +CMakeFiles/demo_cn_console.dir/requires: CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj.requires +CMakeFiles/demo_cn_console.dir/requires: CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj.requires +CMakeFiles/demo_cn_console.dir/requires: CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj.requires +CMakeFiles/demo_cn_console.dir/requires: CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj.requires +CMakeFiles/demo_cn_console.dir/requires: CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.obj.requires +CMakeFiles/demo_cn_console.dir/requires: CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj.requires +CMakeFiles/demo_cn_console.dir/requires: CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.obj.requires +CMakeFiles/demo_cn_console.dir/requires: CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.obj.requires + +.PHONY : CMakeFiles/demo_cn_console.dir/requires + +CMakeFiles/demo_cn_console.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/demo_cn_console.dir/cmake_clean.cmake +.PHONY : CMakeFiles/demo_cn_console.dir/clean + +CMakeFiles/demo_cn_console.dir/depend: + cd /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/demo_cn_console.dir/depend + diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/cmake_clean.cmake b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/cmake_clean.cmake new file mode 100644 index 000000000..52506d47f --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/cmake_clean.cmake @@ -0,0 +1,20 @@ +file(REMOVE_RECURSE + "CMakeFiles/demo_cn_console.dir/src/main.c.obj" + "CMakeFiles/demo_cn_console.dir/src/app.c.obj" + "CMakeFiles/demo_cn_console.dir/src/event.c.obj" + "CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj" + "CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj" + "CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj" + "CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj" + "CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.obj" + "CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj" + "CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.obj" + "CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.obj" + "libdemo_cn_console.pdb" + "libdemo_cn_console.a" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/demo_cn_console.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/cmake_clean_target.cmake b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/cmake_clean_target.cmake new file mode 100644 index 000000000..da2c018e2 --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "libdemo_cn_console.a" +) diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/depend.internal b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/depend.internal new file mode 100644 index 000000000..99aca28e1 --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/depend.internal @@ -0,0 +1,248 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj + ../../../../stack/include/oplk/basictypes.h + ../../../../stack/include/oplk/cfm.h + ../../../../stack/include/oplk/debugstr.h + ../../../../stack/include/oplk/errordefs.h + ../../../../stack/include/oplk/event.h + ../../../../stack/include/oplk/frame.h + ../../../../stack/include/oplk/nmt.h + ../../../../stack/include/oplk/obd.h + ../../../../stack/include/oplk/obdal.h + ../../../../stack/include/oplk/oplk.h + ../../../../stack/include/oplk/oplkdefs.h + ../../../../stack/include/oplk/oplkinc.h + ../../../../stack/include/oplk/sdo.h + ../../../../stack/include/oplk/sdoabortcodes.h + ../../../../stack/include/oplk/targetdefs/c5socarm.h + ../../../../stack/include/oplk/targetdefs/linux.h + ../../../../stack/include/oplk/targetdefs/microblaze.h + ../../../../stack/include/oplk/targetdefs/nios2.h + ../../../../stack/include/oplk/targetdefs/vxworks.h + ../../../../stack/include/oplk/targetdefs/wince.h + ../../../../stack/include/oplk/targetdefs/windows-mingw.h + ../../../../stack/include/oplk/targetdefs/windows.h + ../../../../stack/include/oplk/targetdefs/winkernel.h + ../../../../stack/include/oplk/targetsystem.h + ../../../../stack/include/oplk/version.h + /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c + /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.h + /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj + ../../../../stack/include/oplk/basictypes.h + ../../../../stack/include/oplk/cfm.h + ../../../../stack/include/oplk/debugstr.h + ../../../../stack/include/oplk/errordefs.h + ../../../../stack/include/oplk/event.h + ../../../../stack/include/oplk/frame.h + ../../../../stack/include/oplk/nmt.h + ../../../../stack/include/oplk/obd.h + ../../../../stack/include/oplk/obdal.h + ../../../../stack/include/oplk/oplk.h + ../../../../stack/include/oplk/oplkdefs.h + ../../../../stack/include/oplk/oplkinc.h + ../../../../stack/include/oplk/sdo.h + ../../../../stack/include/oplk/sdoabortcodes.h + ../../../../stack/include/oplk/targetdefs/c5socarm.h + ../../../../stack/include/oplk/targetdefs/linux.h + ../../../../stack/include/oplk/targetdefs/microblaze.h + ../../../../stack/include/oplk/targetdefs/nios2.h + ../../../../stack/include/oplk/targetdefs/vxworks.h + ../../../../stack/include/oplk/targetdefs/wince.h + ../../../../stack/include/oplk/targetdefs/windows-mingw.h + ../../../../stack/include/oplk/targetdefs/windows.h + ../../../../stack/include/oplk/targetdefs/winkernel.h + ../../../../stack/include/oplk/targetsystem.h + ../../../../stack/include/oplk/version.h + /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c + /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj + ../../../../stack/include/oplk/basictypes.h + ../../../../stack/include/oplk/cfm.h + ../../../../stack/include/oplk/errordefs.h + ../../../../stack/include/oplk/event.h + ../../../../stack/include/oplk/frame.h + ../../../../stack/include/oplk/nmt.h + ../../../../stack/include/oplk/obd.h + ../../../../stack/include/oplk/obdal.h + ../../../../stack/include/oplk/oplk.h + ../../../../stack/include/oplk/oplkdefs.h + ../../../../stack/include/oplk/oplkinc.h + ../../../../stack/include/oplk/sdo.h + ../../../../stack/include/oplk/sdoabortcodes.h + ../../../../stack/include/oplk/targetdefs/c5socarm.h + ../../../../stack/include/oplk/targetdefs/linux.h + ../../../../stack/include/oplk/targetdefs/microblaze.h + ../../../../stack/include/oplk/targetdefs/nios2.h + ../../../../stack/include/oplk/targetdefs/vxworks.h + ../../../../stack/include/oplk/targetdefs/wince.h + ../../../../stack/include/oplk/targetdefs/windows-mingw.h + ../../../../stack/include/oplk/targetdefs/windows.h + ../../../../stack/include/oplk/targetdefs/winkernel.h + ../../../../stack/include/oplk/targetsystem.h + ../../../../stack/include/oplk/version.h + /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c + /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj + ../../../../stack/include/oplk/basictypes.h + ../../../../stack/include/oplk/cfm.h + ../../../../stack/include/oplk/errordefs.h + ../../../../stack/include/oplk/event.h + ../../../../stack/include/oplk/frame.h + ../../../../stack/include/oplk/nmt.h + ../../../../stack/include/oplk/obd.h + ../../../../stack/include/oplk/obdal.h + ../../../../stack/include/oplk/oplk.h + ../../../../stack/include/oplk/oplkdefs.h + ../../../../stack/include/oplk/oplkinc.h + ../../../../stack/include/oplk/sdo.h + ../../../../stack/include/oplk/sdoabortcodes.h + ../../../../stack/include/oplk/targetdefs/c5socarm.h + ../../../../stack/include/oplk/targetdefs/linux.h + ../../../../stack/include/oplk/targetdefs/microblaze.h + ../../../../stack/include/oplk/targetdefs/nios2.h + ../../../../stack/include/oplk/targetdefs/vxworks.h + ../../../../stack/include/oplk/targetdefs/wince.h + ../../../../stack/include/oplk/targetdefs/windows-mingw.h + ../../../../stack/include/oplk/targetdefs/windows.h + ../../../../stack/include/oplk/targetdefs/winkernel.h + ../../../../stack/include/oplk/targetsystem.h + ../../../../stack/include/oplk/version.h + ../../../common/objdicts/CiA401_CN/objdict.h + ../../../common/src/obdcreate/obdmacro.h + /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c + /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj + ../../../../contrib/trace/trace.h + ../../../../stack/include/oplk/basictypes.h + ../../../../stack/include/oplk/cfm.h + ../../../../stack/include/oplk/errordefs.h + ../../../../stack/include/oplk/event.h + ../../../../stack/include/oplk/frame.h + ../../../../stack/include/oplk/nmt.h + ../../../../stack/include/oplk/obd.h + ../../../../stack/include/oplk/obdal.h + ../../../../stack/include/oplk/oplk.h + ../../../../stack/include/oplk/oplkdefs.h + ../../../../stack/include/oplk/oplkinc.h + ../../../../stack/include/oplk/sdo.h + ../../../../stack/include/oplk/sdoabortcodes.h + ../../../../stack/include/oplk/targetdefs/c5socarm.h + ../../../../stack/include/oplk/targetdefs/linux.h + ../../../../stack/include/oplk/targetdefs/microblaze.h + ../../../../stack/include/oplk/targetdefs/nios2.h + ../../../../stack/include/oplk/targetdefs/vxworks.h + ../../../../stack/include/oplk/targetdefs/wince.h + ../../../../stack/include/oplk/targetdefs/windows-mingw.h + ../../../../stack/include/oplk/targetdefs/windows.h + ../../../../stack/include/oplk/targetdefs/winkernel.h + ../../../../stack/include/oplk/targetsystem.h + ../../../../stack/include/oplk/version.h + /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c + /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.obj + /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.obj + /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.obj + ../../../../contrib/trace/trace.h + /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c +CMakeFiles/demo_cn_console.dir/src/app.c.obj + ../../../../stack/include/oplk/basictypes.h + ../../../../stack/include/oplk/cfm.h + ../../../../stack/include/oplk/debugstr.h + ../../../../stack/include/oplk/errordefs.h + ../../../../stack/include/oplk/event.h + ../../../../stack/include/oplk/frame.h + ../../../../stack/include/oplk/nmt.h + ../../../../stack/include/oplk/obd.h + ../../../../stack/include/oplk/obdal.h + ../../../../stack/include/oplk/oplk.h + ../../../../stack/include/oplk/oplkdefs.h + ../../../../stack/include/oplk/oplkinc.h + ../../../../stack/include/oplk/sdo.h + ../../../../stack/include/oplk/sdoabortcodes.h + ../../../../stack/include/oplk/targetdefs/c5socarm.h + ../../../../stack/include/oplk/targetdefs/linux.h + ../../../../stack/include/oplk/targetdefs/microblaze.h + ../../../../stack/include/oplk/targetdefs/nios2.h + ../../../../stack/include/oplk/targetdefs/vxworks.h + ../../../../stack/include/oplk/targetdefs/wince.h + ../../../../stack/include/oplk/targetdefs/windows-mingw.h + ../../../../stack/include/oplk/targetdefs/windows.h + ../../../../stack/include/oplk/targetdefs/winkernel.h + ../../../../stack/include/oplk/targetsystem.h + ../../../../stack/include/oplk/version.h + ../../../common/src/eventlog/eventlog.h + ../../../common/src/eventlog/eventlogstring.h + /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/src/app.c + /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/src/app.h +CMakeFiles/demo_cn_console.dir/src/event.c.obj + ../../../../contrib/console/console.h + ../../../../stack/include/oplk/basictypes.h + ../../../../stack/include/oplk/cfm.h + ../../../../stack/include/oplk/debugstr.h + ../../../../stack/include/oplk/errordefs.h + ../../../../stack/include/oplk/event.h + ../../../../stack/include/oplk/frame.h + ../../../../stack/include/oplk/nmt.h + ../../../../stack/include/oplk/obd.h + ../../../../stack/include/oplk/obdal.h + ../../../../stack/include/oplk/oplk.h + ../../../../stack/include/oplk/oplkdefs.h + ../../../../stack/include/oplk/oplkinc.h + ../../../../stack/include/oplk/sdo.h + ../../../../stack/include/oplk/sdoabortcodes.h + ../../../../stack/include/oplk/targetdefs/c5socarm.h + ../../../../stack/include/oplk/targetdefs/linux.h + ../../../../stack/include/oplk/targetdefs/microblaze.h + ../../../../stack/include/oplk/targetdefs/nios2.h + ../../../../stack/include/oplk/targetdefs/vxworks.h + ../../../../stack/include/oplk/targetdefs/wince.h + ../../../../stack/include/oplk/targetdefs/windows-mingw.h + ../../../../stack/include/oplk/targetdefs/windows.h + ../../../../stack/include/oplk/targetdefs/winkernel.h + ../../../../stack/include/oplk/targetsystem.h + ../../../../stack/include/oplk/version.h + ../../../common/src/eventlog/eventlog.h + ../../../common/src/eventlog/eventlogstring.h + /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/src/event.c + /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/src/event.h +CMakeFiles/demo_cn_console.dir/src/main.c.obj + ../../../../contrib/console/console.h + ../../../../contrib/getopt/getopt.h + ../../../../stack/include/oplk/basictypes.h + ../../../../stack/include/oplk/cfm.h + ../../../../stack/include/oplk/debugstr.h + ../../../../stack/include/oplk/errordefs.h + ../../../../stack/include/oplk/event.h + ../../../../stack/include/oplk/frame.h + ../../../../stack/include/oplk/nmt.h + ../../../../stack/include/oplk/obd.h + ../../../../stack/include/oplk/obdal.h + ../../../../stack/include/oplk/oplk.h + ../../../../stack/include/oplk/oplkdefs.h + ../../../../stack/include/oplk/oplkinc.h + ../../../../stack/include/oplk/sdo.h + ../../../../stack/include/oplk/sdoabortcodes.h + ../../../../stack/include/oplk/targetdefs/c5socarm.h + ../../../../stack/include/oplk/targetdefs/linux.h + ../../../../stack/include/oplk/targetdefs/microblaze.h + ../../../../stack/include/oplk/targetdefs/nios2.h + ../../../../stack/include/oplk/targetdefs/vxworks.h + ../../../../stack/include/oplk/targetdefs/wince.h + ../../../../stack/include/oplk/targetdefs/windows-mingw.h + ../../../../stack/include/oplk/targetdefs/windows.h + ../../../../stack/include/oplk/targetdefs/winkernel.h + ../../../../stack/include/oplk/targetsystem.h + ../../../../stack/include/oplk/version.h + ../../../common/src/eventlog/eventlog.h + ../../../common/src/eventlog/eventlogstring.h + ../../../common/src/netselect/netselect.h + ../../../common/src/obdcreate/obdcreate.h + ../../../common/src/system/system.h + /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/src/app.h + /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/src/event.h + /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/src/main.c diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/depend.make b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/depend.make new file mode 100644 index 000000000..416413c6c --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/depend.make @@ -0,0 +1,248 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: ../../../../stack/include/oplk/basictypes.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: ../../../../stack/include/oplk/cfm.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: ../../../../stack/include/oplk/debugstr.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: ../../../../stack/include/oplk/errordefs.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: ../../../../stack/include/oplk/event.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: ../../../../stack/include/oplk/frame.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: ../../../../stack/include/oplk/nmt.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: ../../../../stack/include/oplk/obd.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: ../../../../stack/include/oplk/obdal.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: ../../../../stack/include/oplk/oplk.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: ../../../../stack/include/oplk/oplkdefs.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: ../../../../stack/include/oplk/oplkinc.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: ../../../../stack/include/oplk/sdo.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: ../../../../stack/include/oplk/sdoabortcodes.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: ../../../../stack/include/oplk/targetdefs/c5socarm.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: ../../../../stack/include/oplk/targetdefs/linux.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: ../../../../stack/include/oplk/targetdefs/microblaze.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: ../../../../stack/include/oplk/targetdefs/nios2.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: ../../../../stack/include/oplk/targetdefs/vxworks.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: ../../../../stack/include/oplk/targetdefs/wince.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: ../../../../stack/include/oplk/targetdefs/windows-mingw.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: ../../../../stack/include/oplk/targetdefs/windows.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: ../../../../stack/include/oplk/targetdefs/winkernel.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: ../../../../stack/include/oplk/targetsystem.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: ../../../../stack/include/oplk/version.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.h + +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: ../../../../stack/include/oplk/basictypes.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: ../../../../stack/include/oplk/cfm.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: ../../../../stack/include/oplk/debugstr.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: ../../../../stack/include/oplk/errordefs.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: ../../../../stack/include/oplk/event.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: ../../../../stack/include/oplk/frame.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: ../../../../stack/include/oplk/nmt.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: ../../../../stack/include/oplk/obd.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: ../../../../stack/include/oplk/obdal.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: ../../../../stack/include/oplk/oplk.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: ../../../../stack/include/oplk/oplkdefs.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: ../../../../stack/include/oplk/oplkinc.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: ../../../../stack/include/oplk/sdo.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: ../../../../stack/include/oplk/sdoabortcodes.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: ../../../../stack/include/oplk/targetdefs/c5socarm.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: ../../../../stack/include/oplk/targetdefs/linux.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: ../../../../stack/include/oplk/targetdefs/microblaze.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: ../../../../stack/include/oplk/targetdefs/nios2.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: ../../../../stack/include/oplk/targetdefs/vxworks.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: ../../../../stack/include/oplk/targetdefs/wince.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: ../../../../stack/include/oplk/targetdefs/windows-mingw.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: ../../../../stack/include/oplk/targetdefs/windows.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: ../../../../stack/include/oplk/targetdefs/winkernel.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: ../../../../stack/include/oplk/targetsystem.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: ../../../../stack/include/oplk/version.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.h + +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj: ../../../../stack/include/oplk/basictypes.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj: ../../../../stack/include/oplk/cfm.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj: ../../../../stack/include/oplk/errordefs.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj: ../../../../stack/include/oplk/event.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj: ../../../../stack/include/oplk/frame.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj: ../../../../stack/include/oplk/nmt.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj: ../../../../stack/include/oplk/obd.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj: ../../../../stack/include/oplk/obdal.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj: ../../../../stack/include/oplk/oplk.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj: ../../../../stack/include/oplk/oplkdefs.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj: ../../../../stack/include/oplk/oplkinc.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj: ../../../../stack/include/oplk/sdo.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj: ../../../../stack/include/oplk/sdoabortcodes.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj: ../../../../stack/include/oplk/targetdefs/c5socarm.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj: ../../../../stack/include/oplk/targetdefs/linux.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj: ../../../../stack/include/oplk/targetdefs/microblaze.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj: ../../../../stack/include/oplk/targetdefs/nios2.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj: ../../../../stack/include/oplk/targetdefs/vxworks.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj: ../../../../stack/include/oplk/targetdefs/wince.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj: ../../../../stack/include/oplk/targetdefs/windows-mingw.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj: ../../../../stack/include/oplk/targetdefs/windows.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj: ../../../../stack/include/oplk/targetdefs/winkernel.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj: ../../../../stack/include/oplk/targetsystem.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj: ../../../../stack/include/oplk/version.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.h + +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: ../../../../stack/include/oplk/basictypes.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: ../../../../stack/include/oplk/cfm.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: ../../../../stack/include/oplk/errordefs.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: ../../../../stack/include/oplk/event.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: ../../../../stack/include/oplk/frame.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: ../../../../stack/include/oplk/nmt.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: ../../../../stack/include/oplk/obd.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: ../../../../stack/include/oplk/obdal.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: ../../../../stack/include/oplk/oplk.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: ../../../../stack/include/oplk/oplkdefs.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: ../../../../stack/include/oplk/oplkinc.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: ../../../../stack/include/oplk/sdo.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: ../../../../stack/include/oplk/sdoabortcodes.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: ../../../../stack/include/oplk/targetdefs/c5socarm.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: ../../../../stack/include/oplk/targetdefs/linux.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: ../../../../stack/include/oplk/targetdefs/microblaze.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: ../../../../stack/include/oplk/targetdefs/nios2.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: ../../../../stack/include/oplk/targetdefs/vxworks.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: ../../../../stack/include/oplk/targetdefs/wince.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: ../../../../stack/include/oplk/targetdefs/windows-mingw.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: ../../../../stack/include/oplk/targetdefs/windows.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: ../../../../stack/include/oplk/targetdefs/winkernel.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: ../../../../stack/include/oplk/targetsystem.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: ../../../../stack/include/oplk/version.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: ../../../common/objdicts/CiA401_CN/objdict.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: ../../../common/src/obdcreate/obdmacro.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.h + +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: ../../../../contrib/trace/trace.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: ../../../../stack/include/oplk/basictypes.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: ../../../../stack/include/oplk/cfm.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: ../../../../stack/include/oplk/errordefs.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: ../../../../stack/include/oplk/event.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: ../../../../stack/include/oplk/frame.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: ../../../../stack/include/oplk/nmt.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: ../../../../stack/include/oplk/obd.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: ../../../../stack/include/oplk/obdal.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: ../../../../stack/include/oplk/oplk.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: ../../../../stack/include/oplk/oplkdefs.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: ../../../../stack/include/oplk/oplkinc.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: ../../../../stack/include/oplk/sdo.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: ../../../../stack/include/oplk/sdoabortcodes.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: ../../../../stack/include/oplk/targetdefs/c5socarm.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: ../../../../stack/include/oplk/targetdefs/linux.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: ../../../../stack/include/oplk/targetdefs/microblaze.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: ../../../../stack/include/oplk/targetdefs/nios2.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: ../../../../stack/include/oplk/targetdefs/vxworks.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: ../../../../stack/include/oplk/targetdefs/wince.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: ../../../../stack/include/oplk/targetdefs/windows-mingw.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: ../../../../stack/include/oplk/targetdefs/windows.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: ../../../../stack/include/oplk/targetdefs/winkernel.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: ../../../../stack/include/oplk/targetsystem.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: ../../../../stack/include/oplk/version.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system.h + +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c + +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c + +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.obj: ../../../../contrib/trace/trace.h +CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c + +CMakeFiles/demo_cn_console.dir/src/app.c.obj: ../../../../stack/include/oplk/basictypes.h +CMakeFiles/demo_cn_console.dir/src/app.c.obj: ../../../../stack/include/oplk/cfm.h +CMakeFiles/demo_cn_console.dir/src/app.c.obj: ../../../../stack/include/oplk/debugstr.h +CMakeFiles/demo_cn_console.dir/src/app.c.obj: ../../../../stack/include/oplk/errordefs.h +CMakeFiles/demo_cn_console.dir/src/app.c.obj: ../../../../stack/include/oplk/event.h +CMakeFiles/demo_cn_console.dir/src/app.c.obj: ../../../../stack/include/oplk/frame.h +CMakeFiles/demo_cn_console.dir/src/app.c.obj: ../../../../stack/include/oplk/nmt.h +CMakeFiles/demo_cn_console.dir/src/app.c.obj: ../../../../stack/include/oplk/obd.h +CMakeFiles/demo_cn_console.dir/src/app.c.obj: ../../../../stack/include/oplk/obdal.h +CMakeFiles/demo_cn_console.dir/src/app.c.obj: ../../../../stack/include/oplk/oplk.h +CMakeFiles/demo_cn_console.dir/src/app.c.obj: ../../../../stack/include/oplk/oplkdefs.h +CMakeFiles/demo_cn_console.dir/src/app.c.obj: ../../../../stack/include/oplk/oplkinc.h +CMakeFiles/demo_cn_console.dir/src/app.c.obj: ../../../../stack/include/oplk/sdo.h +CMakeFiles/demo_cn_console.dir/src/app.c.obj: ../../../../stack/include/oplk/sdoabortcodes.h +CMakeFiles/demo_cn_console.dir/src/app.c.obj: ../../../../stack/include/oplk/targetdefs/c5socarm.h +CMakeFiles/demo_cn_console.dir/src/app.c.obj: ../../../../stack/include/oplk/targetdefs/linux.h +CMakeFiles/demo_cn_console.dir/src/app.c.obj: ../../../../stack/include/oplk/targetdefs/microblaze.h +CMakeFiles/demo_cn_console.dir/src/app.c.obj: ../../../../stack/include/oplk/targetdefs/nios2.h +CMakeFiles/demo_cn_console.dir/src/app.c.obj: ../../../../stack/include/oplk/targetdefs/vxworks.h +CMakeFiles/demo_cn_console.dir/src/app.c.obj: ../../../../stack/include/oplk/targetdefs/wince.h +CMakeFiles/demo_cn_console.dir/src/app.c.obj: ../../../../stack/include/oplk/targetdefs/windows-mingw.h +CMakeFiles/demo_cn_console.dir/src/app.c.obj: ../../../../stack/include/oplk/targetdefs/windows.h +CMakeFiles/demo_cn_console.dir/src/app.c.obj: ../../../../stack/include/oplk/targetdefs/winkernel.h +CMakeFiles/demo_cn_console.dir/src/app.c.obj: ../../../../stack/include/oplk/targetsystem.h +CMakeFiles/demo_cn_console.dir/src/app.c.obj: ../../../../stack/include/oplk/version.h +CMakeFiles/demo_cn_console.dir/src/app.c.obj: ../../../common/src/eventlog/eventlog.h +CMakeFiles/demo_cn_console.dir/src/app.c.obj: ../../../common/src/eventlog/eventlogstring.h +CMakeFiles/demo_cn_console.dir/src/app.c.obj: ../../src/app.c +CMakeFiles/demo_cn_console.dir/src/app.c.obj: ../../src/app.h + +CMakeFiles/demo_cn_console.dir/src/event.c.obj: ../../../../contrib/console/console.h +CMakeFiles/demo_cn_console.dir/src/event.c.obj: ../../../../stack/include/oplk/basictypes.h +CMakeFiles/demo_cn_console.dir/src/event.c.obj: ../../../../stack/include/oplk/cfm.h +CMakeFiles/demo_cn_console.dir/src/event.c.obj: ../../../../stack/include/oplk/debugstr.h +CMakeFiles/demo_cn_console.dir/src/event.c.obj: ../../../../stack/include/oplk/errordefs.h +CMakeFiles/demo_cn_console.dir/src/event.c.obj: ../../../../stack/include/oplk/event.h +CMakeFiles/demo_cn_console.dir/src/event.c.obj: ../../../../stack/include/oplk/frame.h +CMakeFiles/demo_cn_console.dir/src/event.c.obj: ../../../../stack/include/oplk/nmt.h +CMakeFiles/demo_cn_console.dir/src/event.c.obj: ../../../../stack/include/oplk/obd.h +CMakeFiles/demo_cn_console.dir/src/event.c.obj: ../../../../stack/include/oplk/obdal.h +CMakeFiles/demo_cn_console.dir/src/event.c.obj: ../../../../stack/include/oplk/oplk.h +CMakeFiles/demo_cn_console.dir/src/event.c.obj: ../../../../stack/include/oplk/oplkdefs.h +CMakeFiles/demo_cn_console.dir/src/event.c.obj: ../../../../stack/include/oplk/oplkinc.h +CMakeFiles/demo_cn_console.dir/src/event.c.obj: ../../../../stack/include/oplk/sdo.h +CMakeFiles/demo_cn_console.dir/src/event.c.obj: ../../../../stack/include/oplk/sdoabortcodes.h +CMakeFiles/demo_cn_console.dir/src/event.c.obj: ../../../../stack/include/oplk/targetdefs/c5socarm.h +CMakeFiles/demo_cn_console.dir/src/event.c.obj: ../../../../stack/include/oplk/targetdefs/linux.h +CMakeFiles/demo_cn_console.dir/src/event.c.obj: ../../../../stack/include/oplk/targetdefs/microblaze.h +CMakeFiles/demo_cn_console.dir/src/event.c.obj: ../../../../stack/include/oplk/targetdefs/nios2.h +CMakeFiles/demo_cn_console.dir/src/event.c.obj: ../../../../stack/include/oplk/targetdefs/vxworks.h +CMakeFiles/demo_cn_console.dir/src/event.c.obj: ../../../../stack/include/oplk/targetdefs/wince.h +CMakeFiles/demo_cn_console.dir/src/event.c.obj: ../../../../stack/include/oplk/targetdefs/windows-mingw.h +CMakeFiles/demo_cn_console.dir/src/event.c.obj: ../../../../stack/include/oplk/targetdefs/windows.h +CMakeFiles/demo_cn_console.dir/src/event.c.obj: ../../../../stack/include/oplk/targetdefs/winkernel.h +CMakeFiles/demo_cn_console.dir/src/event.c.obj: ../../../../stack/include/oplk/targetsystem.h +CMakeFiles/demo_cn_console.dir/src/event.c.obj: ../../../../stack/include/oplk/version.h +CMakeFiles/demo_cn_console.dir/src/event.c.obj: ../../../common/src/eventlog/eventlog.h +CMakeFiles/demo_cn_console.dir/src/event.c.obj: ../../../common/src/eventlog/eventlogstring.h +CMakeFiles/demo_cn_console.dir/src/event.c.obj: ../../src/event.c +CMakeFiles/demo_cn_console.dir/src/event.c.obj: ../../src/event.h + +CMakeFiles/demo_cn_console.dir/src/main.c.obj: ../../../../contrib/console/console.h +CMakeFiles/demo_cn_console.dir/src/main.c.obj: ../../../../contrib/getopt/getopt.h +CMakeFiles/demo_cn_console.dir/src/main.c.obj: ../../../../stack/include/oplk/basictypes.h +CMakeFiles/demo_cn_console.dir/src/main.c.obj: ../../../../stack/include/oplk/cfm.h +CMakeFiles/demo_cn_console.dir/src/main.c.obj: ../../../../stack/include/oplk/debugstr.h +CMakeFiles/demo_cn_console.dir/src/main.c.obj: ../../../../stack/include/oplk/errordefs.h +CMakeFiles/demo_cn_console.dir/src/main.c.obj: ../../../../stack/include/oplk/event.h +CMakeFiles/demo_cn_console.dir/src/main.c.obj: ../../../../stack/include/oplk/frame.h +CMakeFiles/demo_cn_console.dir/src/main.c.obj: ../../../../stack/include/oplk/nmt.h +CMakeFiles/demo_cn_console.dir/src/main.c.obj: ../../../../stack/include/oplk/obd.h +CMakeFiles/demo_cn_console.dir/src/main.c.obj: ../../../../stack/include/oplk/obdal.h +CMakeFiles/demo_cn_console.dir/src/main.c.obj: ../../../../stack/include/oplk/oplk.h +CMakeFiles/demo_cn_console.dir/src/main.c.obj: ../../../../stack/include/oplk/oplkdefs.h +CMakeFiles/demo_cn_console.dir/src/main.c.obj: ../../../../stack/include/oplk/oplkinc.h +CMakeFiles/demo_cn_console.dir/src/main.c.obj: ../../../../stack/include/oplk/sdo.h +CMakeFiles/demo_cn_console.dir/src/main.c.obj: ../../../../stack/include/oplk/sdoabortcodes.h +CMakeFiles/demo_cn_console.dir/src/main.c.obj: ../../../../stack/include/oplk/targetdefs/c5socarm.h +CMakeFiles/demo_cn_console.dir/src/main.c.obj: ../../../../stack/include/oplk/targetdefs/linux.h +CMakeFiles/demo_cn_console.dir/src/main.c.obj: ../../../../stack/include/oplk/targetdefs/microblaze.h +CMakeFiles/demo_cn_console.dir/src/main.c.obj: ../../../../stack/include/oplk/targetdefs/nios2.h +CMakeFiles/demo_cn_console.dir/src/main.c.obj: ../../../../stack/include/oplk/targetdefs/vxworks.h +CMakeFiles/demo_cn_console.dir/src/main.c.obj: ../../../../stack/include/oplk/targetdefs/wince.h +CMakeFiles/demo_cn_console.dir/src/main.c.obj: ../../../../stack/include/oplk/targetdefs/windows-mingw.h +CMakeFiles/demo_cn_console.dir/src/main.c.obj: ../../../../stack/include/oplk/targetdefs/windows.h +CMakeFiles/demo_cn_console.dir/src/main.c.obj: ../../../../stack/include/oplk/targetdefs/winkernel.h +CMakeFiles/demo_cn_console.dir/src/main.c.obj: ../../../../stack/include/oplk/targetsystem.h +CMakeFiles/demo_cn_console.dir/src/main.c.obj: ../../../../stack/include/oplk/version.h +CMakeFiles/demo_cn_console.dir/src/main.c.obj: ../../../common/src/eventlog/eventlog.h +CMakeFiles/demo_cn_console.dir/src/main.c.obj: ../../../common/src/eventlog/eventlogstring.h +CMakeFiles/demo_cn_console.dir/src/main.c.obj: ../../../common/src/netselect/netselect.h +CMakeFiles/demo_cn_console.dir/src/main.c.obj: ../../../common/src/obdcreate/obdcreate.h +CMakeFiles/demo_cn_console.dir/src/main.c.obj: ../../../common/src/system/system.h +CMakeFiles/demo_cn_console.dir/src/main.c.obj: ../../src/app.h +CMakeFiles/demo_cn_console.dir/src/main.c.obj: ../../src/event.h +CMakeFiles/demo_cn_console.dir/src/main.c.obj: ../../src/main.c + diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/flags.make b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/flags.make new file mode 100644 index 000000000..e6a22bd48 --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# compile C with /usr/bin/arm-none-eabi-gcc +C_FLAGS = -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -Dgcc -O0 -gdwarf-2 -g -fgnu89-inline -Wa,-mimplicit-it=thumb -Werror -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4 -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include -DHAVE_CCONFIG_H -DSTM32F407xx -DUSE_HAL_DRIVER -DHAVE_SIGINFO -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4 -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include -DHAVE_CCONFIG_H -DSTM32F407xx -DUSE_HAL_DRIVER -DHAVE_SIGINFO -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4 -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include -DHAVE_CCONFIG_H -DSTM32F407xx -DUSE_HAL_DRIVER -DHAVE_SIGINFO -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4 -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include -DHAVE_CCONFIG_H -DSTM32F407xx -DUSE_HAL_DRIVER -DHAVE_SIGINFO -Wall -Wextra -pedantic -std=c99 -O3 -DNDEBUG + +C_DEFINES = -DCONFIG_INCLUDE_MASND -DCONFIG_INCLUDE_PDO -DCONFIG_INCLUDE_SDO_ASND -DCONFIG_KERNELSTACK_DIRECTLINK -DNMT_MAX_NODE_ID=0 -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -D__XIUOS__ + +C_INCLUDES = -I/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/../../stack/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/../../contrib -I/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/../common/src -I/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/../common/objdicts -I/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/src -I/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/../common/objdicts/CiA401_CN + diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj new file mode 100644 index 000000000..59af5b1ed Binary files /dev/null and b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj differ diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj new file mode 100644 index 000000000..b0835f5bc Binary files /dev/null and b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj differ diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj new file mode 100644 index 000000000..ec9c36dcd Binary files /dev/null and b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj differ diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj new file mode 100644 index 000000000..9b9b813e2 Binary files /dev/null and b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj differ diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj new file mode 100644 index 000000000..a5a62717d Binary files /dev/null and b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj differ diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.obj b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.obj new file mode 100644 index 000000000..c8d0e2b31 Binary files /dev/null and b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.obj differ diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.obj b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.obj new file mode 100644 index 000000000..1975eb9ad Binary files /dev/null and b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.obj differ diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.obj b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.obj new file mode 100644 index 000000000..17a915267 Binary files /dev/null and b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.obj differ diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/link.txt b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/link.txt new file mode 100644 index 000000000..9708bcfd9 --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/arm-none-eabi-ar qc libdemo_cn_console.a CMakeFiles/demo_cn_console.dir/src/main.c.obj CMakeFiles/demo_cn_console.dir/src/app.c.obj CMakeFiles/demo_cn_console.dir/src/event.c.obj CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.obj CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.obj CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.obj +/usr/bin/arm-none-eabi-ranlib libdemo_cn_console.a diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/progress.make b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/progress.make new file mode 100644 index 000000000..5d4d46460 --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/progress.make @@ -0,0 +1,13 @@ +CMAKE_PROGRESS_1 = 1 +CMAKE_PROGRESS_2 = 2 +CMAKE_PROGRESS_3 = 3 +CMAKE_PROGRESS_4 = 4 +CMAKE_PROGRESS_5 = 5 +CMAKE_PROGRESS_6 = 6 +CMAKE_PROGRESS_7 = 7 +CMAKE_PROGRESS_8 = 8 +CMAKE_PROGRESS_9 = 9 +CMAKE_PROGRESS_10 = 10 +CMAKE_PROGRESS_11 = 11 +CMAKE_PROGRESS_12 = 12 + diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/src/app.c.obj b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/src/app.c.obj new file mode 100644 index 000000000..5e4d57722 Binary files /dev/null and b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/src/app.c.obj differ diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/src/event.c.obj b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/src/event.c.obj new file mode 100644 index 000000000..6bf5b2c80 Binary files /dev/null and b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/src/event.c.obj differ diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/src/main.c.obj b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/src/main.c.obj new file mode 100644 index 000000000..ce58d1c10 Binary files /dev/null and b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/demo_cn_console.dir/src/main.c.obj differ diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/feature_tests.c b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/feature_tests.c new file mode 100644 index 000000000..83e86dd8c --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/feature_tests.c @@ -0,0 +1,34 @@ + + const char features[] = {"\n" +"C_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 304 +"1" +#else +"0" +#endif +"c_function_prototypes\n" +"C_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L +"1" +#else +"0" +#endif +"c_restrict\n" +"C_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201000L +"1" +#else +"0" +#endif +"c_static_assert\n" +"C_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L +"1" +#else +"0" +#endif +"c_variadic_macros\n" + +}; + +int main(int argc, char** argv) { (void)argv; return features[argc]; } diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/progress.marks b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/progress.marks new file mode 100644 index 000000000..48082f72f --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/progress.marks @@ -0,0 +1 @@ +12 diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/Makefile b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/Makefile new file mode 100644 index 000000000..66334fa3e --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/Makefile @@ -0,0 +1,528 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components + +.PHONY : list_install_components/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# The main all target +all: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles/progress.marks + $(MAKE) -f CMakeFiles/Makefile2 all + $(CMAKE_COMMAND) -E cmake_progress_start /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + $(MAKE) -f CMakeFiles/Makefile2 clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + $(MAKE) -f CMakeFiles/Makefile2 preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + $(MAKE) -f CMakeFiles/Makefile2 preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +#============================================================================= +# Target rules for targets named demo_cn_console + +# Build rule for target. +demo_cn_console: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 demo_cn_console +.PHONY : demo_cn_console + +# fast build rule for target. +demo_cn_console/fast: + $(MAKE) -f CMakeFiles/demo_cn_console.dir/build.make CMakeFiles/demo_cn_console.dir/build +.PHONY : demo_cn_console/fast + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.obj: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.obj + +# target to build an object file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: + $(MAKE) -f CMakeFiles/demo_cn_console.dir/build.make CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.i: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.i + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.i + +# target to preprocess a source file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.i: + $(MAKE) -f CMakeFiles/demo_cn_console.dir/build.make CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.i +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.i + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.s: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.s + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.s + +# target to generate assembly for a file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.s: + $(MAKE) -f CMakeFiles/demo_cn_console.dir/build.make CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.s +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.s + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.obj: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.obj + +# target to build an object file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: + $(MAKE) -f CMakeFiles/demo_cn_console.dir/build.make CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.i: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.i + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.i + +# target to preprocess a source file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.i: + $(MAKE) -f CMakeFiles/demo_cn_console.dir/build.make CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.i +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.i + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.s: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.s + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.s + +# target to generate assembly for a file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.s: + $(MAKE) -f CMakeFiles/demo_cn_console.dir/build.make CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.s +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.s + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.obj: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.obj + +# target to build an object file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj: + $(MAKE) -f CMakeFiles/demo_cn_console.dir/build.make CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.i: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.i + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.i + +# target to preprocess a source file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.i: + $(MAKE) -f CMakeFiles/demo_cn_console.dir/build.make CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.i +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.i + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.s: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.s + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.s + +# target to generate assembly for a file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.s: + $(MAKE) -f CMakeFiles/demo_cn_console.dir/build.make CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.s +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.s + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.obj: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.obj + +# target to build an object file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: + $(MAKE) -f CMakeFiles/demo_cn_console.dir/build.make CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.i: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.i + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.i + +# target to preprocess a source file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.i: + $(MAKE) -f CMakeFiles/demo_cn_console.dir/build.make CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.i +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.i + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.s: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.s + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.s + +# target to generate assembly for a file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.s: + $(MAKE) -f CMakeFiles/demo_cn_console.dir/build.make CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.s +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.s + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.obj: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.obj + +# target to build an object file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: + $(MAKE) -f CMakeFiles/demo_cn_console.dir/build.make CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.i: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.i + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.i + +# target to preprocess a source file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.i: + $(MAKE) -f CMakeFiles/demo_cn_console.dir/build.make CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.i +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.i + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.s: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.s + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.s + +# target to generate assembly for a file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.s: + $(MAKE) -f CMakeFiles/demo_cn_console.dir/build.make CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.s +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.s + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.obj: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.obj + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.obj + +# target to build an object file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.obj: + $(MAKE) -f CMakeFiles/demo_cn_console.dir/build.make CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.obj +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.obj + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.i: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.i + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.i + +# target to preprocess a source file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.i: + $(MAKE) -f CMakeFiles/demo_cn_console.dir/build.make CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.i +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.i + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.s: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.s + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.s + +# target to generate assembly for a file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.s: + $(MAKE) -f CMakeFiles/demo_cn_console.dir/build.make CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.s +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.s + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.obj: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.obj + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.obj + +# target to build an object file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.obj: + $(MAKE) -f CMakeFiles/demo_cn_console.dir/build.make CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.obj +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.obj + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.i: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.i + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.i + +# target to preprocess a source file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.i: + $(MAKE) -f CMakeFiles/demo_cn_console.dir/build.make CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.i +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.i + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.s: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.s + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.s + +# target to generate assembly for a file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.s: + $(MAKE) -f CMakeFiles/demo_cn_console.dir/build.make CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.s +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.s + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.obj: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.obj + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.obj + +# target to build an object file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.obj: + $(MAKE) -f CMakeFiles/demo_cn_console.dir/build.make CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.obj +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.obj + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.i: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.i + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.i + +# target to preprocess a source file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.i: + $(MAKE) -f CMakeFiles/demo_cn_console.dir/build.make CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.i +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.i + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.s: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.s + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.s + +# target to generate assembly for a file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.s: + $(MAKE) -f CMakeFiles/demo_cn_console.dir/build.make CMakeFiles/demo_cn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.s +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.s + +src/app.obj: src/app.c.obj + +.PHONY : src/app.obj + +# target to build an object file +src/app.c.obj: + $(MAKE) -f CMakeFiles/demo_cn_console.dir/build.make CMakeFiles/demo_cn_console.dir/src/app.c.obj +.PHONY : src/app.c.obj + +src/app.i: src/app.c.i + +.PHONY : src/app.i + +# target to preprocess a source file +src/app.c.i: + $(MAKE) -f CMakeFiles/demo_cn_console.dir/build.make CMakeFiles/demo_cn_console.dir/src/app.c.i +.PHONY : src/app.c.i + +src/app.s: src/app.c.s + +.PHONY : src/app.s + +# target to generate assembly for a file +src/app.c.s: + $(MAKE) -f CMakeFiles/demo_cn_console.dir/build.make CMakeFiles/demo_cn_console.dir/src/app.c.s +.PHONY : src/app.c.s + +src/event.obj: src/event.c.obj + +.PHONY : src/event.obj + +# target to build an object file +src/event.c.obj: + $(MAKE) -f CMakeFiles/demo_cn_console.dir/build.make CMakeFiles/demo_cn_console.dir/src/event.c.obj +.PHONY : src/event.c.obj + +src/event.i: src/event.c.i + +.PHONY : src/event.i + +# target to preprocess a source file +src/event.c.i: + $(MAKE) -f CMakeFiles/demo_cn_console.dir/build.make CMakeFiles/demo_cn_console.dir/src/event.c.i +.PHONY : src/event.c.i + +src/event.s: src/event.c.s + +.PHONY : src/event.s + +# target to generate assembly for a file +src/event.c.s: + $(MAKE) -f CMakeFiles/demo_cn_console.dir/build.make CMakeFiles/demo_cn_console.dir/src/event.c.s +.PHONY : src/event.c.s + +src/main.obj: src/main.c.obj + +.PHONY : src/main.obj + +# target to build an object file +src/main.c.obj: + $(MAKE) -f CMakeFiles/demo_cn_console.dir/build.make CMakeFiles/demo_cn_console.dir/src/main.c.obj +.PHONY : src/main.c.obj + +src/main.i: src/main.c.i + +.PHONY : src/main.i + +# target to preprocess a source file +src/main.c.i: + $(MAKE) -f CMakeFiles/demo_cn_console.dir/build.make CMakeFiles/demo_cn_console.dir/src/main.c.i +.PHONY : src/main.c.i + +src/main.s: src/main.c.s + +.PHONY : src/main.s + +# target to generate assembly for a file +src/main.c.s: + $(MAKE) -f CMakeFiles/demo_cn_console.dir/build.make CMakeFiles/demo_cn_console.dir/src/main.c.s +.PHONY : src/main.c.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... install/strip" + @echo "... edit_cache" + @echo "... demo_cn_console" + @echo "... install" + @echo "... rebuild_cache" + @echo "... list_install_components" + @echo "... install/local" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.obj" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.i" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.s" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.obj" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.i" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.s" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.obj" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.i" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.s" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.obj" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.i" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.s" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.obj" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.i" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.s" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.obj" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.i" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.s" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.obj" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.i" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.s" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.obj" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.i" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.s" + @echo "... src/app.obj" + @echo "... src/app.i" + @echo "... src/app.s" + @echo "... src/event.obj" + @echo "... src/event.i" + @echo "... src/event.s" + @echo "... src/main.obj" + @echo "... src/main.i" + @echo "... src/main.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/cmake_install.cmake b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/cmake_install.cmake new file mode 100644 index 000000000..8f1cb1490 --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/cmake_install.cmake @@ -0,0 +1,52 @@ +# Install script for directory: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/../../bin/xiuos/arm") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/demo_cn_console" TYPE PROGRAM FILES "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/../../tools/linux/set_prio") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/demo_cn_console" TYPE STATIC_LIBRARY FILES "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/libdemo_cn_console.a") +endif() + +if(CMAKE_INSTALL_COMPONENT) + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +file(WRITE "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/install_manifest.txt b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/install_manifest.txt new file mode 100644 index 000000000..b5febb050 --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/install_manifest.txt @@ -0,0 +1,2 @@ +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/../../bin/xiuos/arm/demo_cn_console/set_prio +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/../../bin/xiuos/arm/demo_cn_console/libdemo_cn_console.a \ No newline at end of file diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/libdemo_cn_console.a b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/libdemo_cn_console.a new file mode 100644 index 000000000..9f8f1a80c Binary files /dev/null and b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_cn_console/build/xiuos/libdemo_cn_console.a differ diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeCache.txt b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeCache.txt new file mode 100644 index 000000000..bdc587c20 --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeCache.txt @@ -0,0 +1,316 @@ +# This is the CMakeCache file. +# For build in directory: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos +# It was generated by CMake: /usr/bin/cmake +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//Configure how to build the kernel stack +CFG_BUILD_KERNEL_STACK:STRING=Link to Application + +//Debug Level for debug output +CFG_DEBUG_LVL:STRING=0xC0000000L + +//Valid projects are Demo_3CN, Demo_RMN_3CN +CFG_DEMO_PROJECT:STRING=Demo_3CN + +//Use MN redundancy functions (if compiled into the libraries) +CFG_INCLUDE_MN_REDUNDANCY:BOOL=OFF + +//Is an IP stack available (support of SDO/UDP) +CFG_IP_STACK:BOOL=OFF + +//Path to a program. +CMAKE_AR:FILEPATH=/usr/bin/arm-none-eabi-ar + +//Choose the type of build, options are: None Debug Release +CMAKE_BUILD_TYPE:STRING=Release + +//Enable/Disable color output during build. +CMAKE_COLOR_MAKEFILE:BOOL=ON + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/arm-none-eabi-gcc-ar + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/arm-none-eabi-gcc-ranlib + +//Flags used by the compiler during all build types. +CMAKE_C_FLAGS:STRING=-mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -Dgcc -O0 -gdwarf-2 -g -fgnu89-inline -Wa,-mimplicit-it=thumb -Werror -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4 -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include -DHAVE_CCONFIG_H -DSTM32F407xx -DUSE_HAL_DRIVER -DHAVE_SIGINFO -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4 -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include -DHAVE_CCONFIG_H -DSTM32F407xx -DUSE_HAL_DRIVER -DHAVE_SIGINFO -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4 -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include -DHAVE_CCONFIG_H -DSTM32F407xx -DUSE_HAL_DRIVER -DHAVE_SIGINFO -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4 -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include -DHAVE_CCONFIG_H -DSTM32F407xx -DUSE_HAL_DRIVER -DHAVE_SIGINFO + +//Flags used by the compiler during debug builds. +CMAKE_C_FLAGS_DEBUG:STRING=-g + +//Flags used by the compiler during release builds for minimum +// size. +CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the compiler during release builds. +CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the compiler during release builds with debug info. +CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//Flags used by the linker. +CMAKE_EXE_LINKER_FLAGS:STRING= + +//Flags used by the linker during debug builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during release minsize builds. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during release builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during Release with Debug Info builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Enable/Disable output of compile commands during generation. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF + +//openPOWERLINK apps install prefix +CMAKE_INSTALL_PREFIX:PATH=/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/../../bin/xiuos/arm + +//Path to a program. +CMAKE_LINKER:FILEPATH=/usr/bin/arm-none-eabi-ld + +//Path to a program. +CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make + +//Flags used by the linker during the creation of modules. +CMAKE_MODULE_LINKER_FLAGS:STRING= + +//Flags used by the linker during debug builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during release minsize builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during release builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during Release with Debug Info builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_NM:FILEPATH=/usr/bin/arm-none-eabi-nm + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=/usr/bin/arm-none-eabi-objcopy + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=/usr/bin/arm-none-eabi-objdump + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=demo_mn_console + +//Path to a program. +CMAKE_RANLIB:FILEPATH=/usr/bin/arm-none-eabi-ranlib + +//Flags used by the linker during the creation of dll's. +CMAKE_SHARED_LINKER_FLAGS:STRING= + +//Flags used by the linker during debug builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during release minsize builds. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during release builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during Release with Debug Info builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//Flags used by the linker during the creation of static libraries. +CMAKE_STATIC_LINKER_FLAGS:STRING= + +//Flags used by the linker during debug builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during release minsize builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during release builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during Release with Debug Info builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_STRIP:FILEPATH=/usr/bin/arm-none-eabi-strip + +//The CMake toolchain file +CMAKE_TOOLCHAIN_FILE:FILEPATH=/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/cmake/toolchain-xiuos-arm-none-eabi-gnu.cmake + +//If this value is on, makefiles will be generated without the +// .SILENT directive, and all commands will be echoed to the console +// during the make. This is useful for debugging only. With Visual +// Studio IDE projects all commands are done without /nologo. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//Path to a library. +OPLKLIB:FILEPATH=/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/lib/xiuos/arm/liboplkmn.a + +//Path to a program. +PCAP_CONFIG:FILEPATH=PCAP_CONFIG-NOTFOUND + +//Value Computed by CMake +demo_mn_console_BINARY_DIR:STATIC=/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos + +//Dependencies for the target +demo_mn_console_LIB_DEPENDS:STATIC=optimized;/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/lib/xiuos/arm/liboplkmn.a;general;pcap;general;pthread;general;rt; + +//Value Computed by CMake +demo_mn_console_SOURCE_DIR:STATIC=/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console + + +######################## +# INTERNAL cache entries +######################## + +//STRINGS property for variable: CFG_BUILD_KERNEL_STACK +CFG_BUILD_KERNEL_STACK-STRINGS:INTERNAL=Link to Application;Linux Userspace Daemon;Linux Kernel Module;Kernel stack on PCIe card;Kernel stack on Zynq PCP;None +//STRINGS property for variable: CFG_DEMO_PROJECT +CFG_DEMO_PROJECT-STRINGS:INTERNAL=Demo_3CN;Demo_RMN_3CN +//Link kernel stack directly into application (Single process solution) +CFG_KERNEL_STACK_DIRECTLINK:INTERNAL=ON +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=10 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=2 +//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE +CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=/usr/bin/cmake +//Available Build Configurations +CMAKE_CONFIGURATION_TYPES:INTERNAL=Debug;Release +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest +//ADVANCED property for variable: CMAKE_C_COMPILER_AR +CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB +CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS +CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG +CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL +CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE +CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO +CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 +//Name of external makefile project generator. +CMAKE_EXTRA_GENERATOR:INTERNAL= +//Name of generator. +CMAKE_GENERATOR:INTERNAL=Unix Makefiles +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MAKE_PROGRAM +CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_NM +CMAKE_NM-ADVANCED:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJCOPY +CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJDUMP +CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 +//Platform information initialized +CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RANLIB +CMAKE_RANLIB-ADVANCED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.10 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//uname command +CMAKE_UNAME:INTERNAL=/bin/uname +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//List of possible kernel stack build types +KernelStackBuildTypes:INTERNAL=Link to Application;Linux Userspace Daemon;Linux Kernel Module;Kernel stack on PCIe card;Kernel stack on Zynq PCP;None + diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/3.10.2/CMakeCCompiler.cmake b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/3.10.2/CMakeCCompiler.cmake new file mode 100644 index 000000000..c086f0826 --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/3.10.2/CMakeCCompiler.cmake @@ -0,0 +1,73 @@ +set(CMAKE_C_COMPILER "/usr/bin/arm-none-eabi-gcc") +set(CMAKE_C_COMPILER_ARG1 "") +set(CMAKE_C_COMPILER_ID "GNU") +set(CMAKE_C_COMPILER_VERSION "6.3.1") +set(CMAKE_C_COMPILER_VERSION_INTERNAL "") +set(CMAKE_C_COMPILER_WRAPPER "") +set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "11") +set(CMAKE_C_COMPILE_FEATURES "") +set(CMAKE_C90_COMPILE_FEATURES "") +set(CMAKE_C99_COMPILE_FEATURES "") +set(CMAKE_C11_COMPILE_FEATURES "") + +set(CMAKE_C_PLATFORM_ID "") +set(CMAKE_C_SIMULATE_ID "") +set(CMAKE_C_SIMULATE_VERSION "") + + + +set(CMAKE_AR "/usr/bin/arm-none-eabi-ar") +set(CMAKE_C_COMPILER_AR "/usr/bin/arm-none-eabi-gcc-ar") +set(CMAKE_RANLIB "/usr/bin/arm-none-eabi-ranlib") +set(CMAKE_C_COMPILER_RANLIB "/usr/bin/arm-none-eabi-gcc-ranlib") +set(CMAKE_LINKER "/usr/bin/arm-none-eabi-ld") +set(CMAKE_COMPILER_IS_GNUCC 1) +set(CMAKE_C_COMPILER_LOADED 1) +set(CMAKE_C_COMPILER_WORKS TRUE) +set(CMAKE_C_ABI_COMPILED FALSE) +set(CMAKE_COMPILER_IS_MINGW ) +set(CMAKE_COMPILER_IS_CYGWIN ) +if(CMAKE_COMPILER_IS_CYGWIN) + set(CYGWIN 1) + set(UNIX 1) +endif() + +set(CMAKE_C_COMPILER_ENV_VAR "CC") + +if(CMAKE_COMPILER_IS_MINGW) + set(MINGW 1) +endif() +set(CMAKE_C_COMPILER_ID_RUN 1) +set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) +set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_C_LINKER_PREFERENCE 10) + +# Save compiler ABI information. +set(CMAKE_C_SIZEOF_DATA_PTR "") +set(CMAKE_C_COMPILER_ABI "") +set(CMAKE_C_LIBRARY_ARCHITECTURE "") + +if(CMAKE_C_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_C_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") +endif() + +if(CMAKE_C_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "") +set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "") +set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/3.10.2/CMakeSystem.cmake b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/3.10.2/CMakeSystem.cmake new file mode 100644 index 000000000..733669124 --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/3.10.2/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-5.16.15-arch1-1") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "5.16.15-arch1-1") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + +include("/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/cmake/toolchain-xiuos-arm-none-eabi-gnu.cmake") + +set(CMAKE_SYSTEM "XiUOS") +set(CMAKE_SYSTEM_NAME "XiUOS") +set(CMAKE_SYSTEM_VERSION "") +set(CMAKE_SYSTEM_PROCESSOR "arm") + +set(CMAKE_CROSSCOMPILING "TRUE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/3.10.2/CompilerIdC/CMakeCCompilerId.c b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/3.10.2/CompilerIdC/CMakeCCompilerId.c new file mode 100644 index 000000000..722faa803 --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/3.10.2/CompilerIdC/CMakeCCompilerId.c @@ -0,0 +1,598 @@ +#ifdef __cplusplus +# error "A C++ compiler has been selected for C." +#endif + +#if defined(__18CXX) +# define ID_VOID_MAIN +#endif +#if defined(__CLASSIC_C__) +/* cv-qualifiers did not exist in K&R C */ +# define const +# define volatile +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif + /* __INTEL_COMPILER = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_C) +# define COMPILER_ID "SunPro" +# if __SUNPRO_C >= 0x5100 + /* __SUNPRO_C = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# endif + +#elif defined(__HP_cc) +# define COMPILER_ID "HP" + /* __HP_cc = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100) + +#elif defined(__DECC) +# define COMPILER_ID "Compaq" + /* __DECC_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000) + +#elif defined(__IBMC__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 +# define COMPILER_ID "XL" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version) +# define COMPILER_ID "Fujitsu" + +#elif defined(__TINYC__) +# define COMPILER_ID "TinyCC" + +#elif defined(__BCC__) +# define COMPILER_ID "Bruce" + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__GNUC__) +# define COMPILER_ID "GNU" +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) +# define COMPILER_ID "ADSP" +#if defined(__VISUALDSPVERSION__) + /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ +# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) +# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + +#elif defined(__ARMCC_VERSION) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC) +# define COMPILER_ID "SDCC" +# if defined(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR) +# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH) +# else + /* SDCC = VRP */ +# define COMPILER_VERSION_MAJOR DEC(SDCC/100) +# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) +# define COMPILER_VERSION_PATCH DEC(SDCC % 10) +# endif + +#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION) +# define COMPILER_ID "MIPSpro" +# if defined(_SGI_COMPILER_VERSION) + /* _SGI_COMPILER_VERSION = VRP */ +# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100) +# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10) +# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10) +# else + /* _COMPILER_VERSION = VRP */ +# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100) +# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10) +# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__sgi) +# define COMPILER_ID "MIPSpro" + +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXE) || defined(__CRAYXC) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__sgi) || defined(__sgi__) || defined(_SGI) +# define PLATFORM_ID "IRIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number components. */ +#ifdef COMPILER_VERSION_MAJOR +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + + +#if !defined(__STDC__) +# if defined(_MSC_VER) && !defined(__clang__) +# define C_DIALECT "90" +# else +# define C_DIALECT +# endif +#elif __STDC_VERSION__ >= 201000L +# define C_DIALECT "11" +#elif __STDC_VERSION__ >= 199901L +# define C_DIALECT "99" +#else +# define C_DIALECT "90" +#endif +const char* info_language_dialect_default = + "INFO" ":" "dialect_default[" C_DIALECT "]"; + +/*--------------------------------------------------------------------------*/ + +#ifdef ID_VOID_MAIN +void main() {} +#else +# if defined(__CLASSIC_C__) +int main(argc, argv) int argc; char *argv[]; +# else +int main(int argc, char* argv[]) +# endif +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXE) || defined(__CRAYXC) + require += info_cray[argc]; +#endif + require += info_language_dialect_default[argc]; + (void)argv; + return require; +} +#endif diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/CMakeDirectoryInformation.cmake b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 000000000..d395d1caf --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/CMakeError.log b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/CMakeError.log new file mode 100644 index 000000000..c86f5ed8a --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/CMakeError.log @@ -0,0 +1,71 @@ +Compiling the C compiler identification source file "CMakeCCompilerId.c" failed. +Compiler: /usr/bin/arm-none-eabi-gcc +Build flags: -mcpu=cortex-m4;-mthumb;-mfpu=fpv4-sp-d16;-mfloat-abi=hard;-ffunction-sections;-fdata-sections;-Dgcc;-O0;-gdwarf-2;-g;-fgnu89-inline;-Wa,-mimplicit-it=thumb;-Werror;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include;;-DHAVE_CCONFIG_H;;-DSTM32F407xx;-DUSE_HAL_DRIVER;-DHAVE_SIGINFO;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include;;-DHAVE_CCONFIG_H;;-DSTM32F407xx;-DUSE_HAL_DRIVER;-DHAVE_SIGINFO;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include;;-DHAVE_CCONFIG_H;;-DSTM32F407xx;-DUSE_HAL_DRIVER;-DHAVE_SIGINFO;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include;;-DHAVE_CCONFIG_H;;-DSTM32F407xx;-DUSE_HAL_DRIVER;-DHAVE_SIGINFO +Id flags: + +The output was: +1 +/usr/lib/gcc/arm-none-eabi/6.3.1/../../../arm-none-eabi/lib/thumb/v7e-m/fpv4-sp/hard/libg.a(lib_a-exit.o): In function `exit': +/build/newlib-jo3xW1/newlib-2.4.0.20160527/build/arm-none-eabi/thumb/v7e-m/fpv4-sp/hard/newlib/libc/stdlib/../../../../../../../../../newlib/libc/stdlib/exit.c:70: undefined reference to `_exit' +collect2: error: ld returned 1 exit status + + +Detecting C compiler ABI info failed to compile with the following output: +Change Dir: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/CMakeTmp + +Run Build Command:"/usr/bin/make" "cmTC_ac488/fast" +make[5]: Entering directory '/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/CMakeTmp' +/usr/bin/make -f CMakeFiles/cmTC_ac488.dir/build.make CMakeFiles/cmTC_ac488.dir/build +make[6]: Entering directory '/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/CMakeTmp' +Building C object CMakeFiles/cmTC_ac488.dir/CMakeCCompilerABI.c.obj +/usr/bin/arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -Dgcc -O0 -gdwarf-2 -g -fgnu89-inline -Wa,-mimplicit-it=thumb -Werror -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4 -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include -DHAVE_CCONFIG_H -DSTM32F407xx -DUSE_HAL_DRIVER -DHAVE_SIGINFO -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4 -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include -DHAVE_CCONFIG_H -DSTM32F407xx -DUSE_HAL_DRIVER -DHAVE_SIGINFO -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4 -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include -DHAVE_CCONFIG_H -DSTM32F407xx -DUSE_HAL_DRIVER -DHAVE_SIGINFO -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4 -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include -DHAVE_CCONFIG_H -DSTM32F407xx -DUSE_HAL_DRIVER -DHAVE_SIGINFO -o CMakeFiles/cmTC_ac488.dir/CMakeCCompilerABI.c.obj -c /usr/share/cmake-3.10/Modules/CMakeCCompilerABI.c +Linking C executable cmTC_ac488 +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ac488.dir/link.txt --verbose=1 +/usr/bin/arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -Dgcc -O0 -gdwarf-2 -g -fgnu89-inline -Wa,-mimplicit-it=thumb -Werror -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4 -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include -DHAVE_CCONFIG_H -DSTM32F407xx -DUSE_HAL_DRIVER -DHAVE_SIGINFO -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4 -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include -DHAVE_CCONFIG_H -DSTM32F407xx -DUSE_HAL_DRIVER -DHAVE_SIGINFO -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4 -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include -DHAVE_CCONFIG_H -DSTM32F407xx -DUSE_HAL_DRIVER -DHAVE_SIGINFO -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4 -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include -DHAVE_CCONFIG_H -DSTM32F407xx -DUSE_HAL_DRIVER -DHAVE_SIGINFO -v CMakeFiles/cmTC_ac488.dir/CMakeCCompilerABI.c.obj -o cmTC_ac488 +Using built-in specs. +COLLECT_GCC=/usr/bin/arm-none-eabi-gcc +COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-none-eabi/6.3.1/lto-wrapper +Target: arm-none-eabi +Configured with: ../src/configure --build=x86_64-linux-gnu --prefix=/usr --includedir='/usr/lib/include' --mandir='/usr/lib/share/man' --infodir='/usr/lib/share/info' --sysconfdir=/etc --localstatedir=/var --disable-silent-rules --libdir='/usr/lib/lib/x86_64-linux-gnu' --libexecdir='/usr/lib/lib/x86_64-linux-gnu' --disable-maintainer-mode --disable-dependency-tracking --mandir=/usr/share/man --enable-languages=c,c++,lto --enable-multilib --disable-decimal-float --disable-libffi --disable-libgomp --disable-libmudflap --disable-libquadmath --disable-libssp --disable-libstdcxx-pch --disable-nls --disable-shared --disable-threads --disable-tls --build=x86_64-linux-gnu --target=arm-none-eabi --with-system-zlib --with-gnu-as --with-gnu-ld --with-pkgversion=15:6.3.1+svn253039-1build1 --without-included-gettext --prefix=/usr/lib --infodir=/usr/share/doc/gcc-arm-none-eabi/info --htmldir=/usr/share/doc/gcc-arm-none-eabi/html --pdfdir=/usr/share/doc/gcc-arm-none-eabi/pdf --bindir=/usr/bin --libexecdir=/usr/lib --libdir=/usr/lib --disable-libstdc++-v3 --host=x86_64-linux-gnu --with-headers=no --without-newlib --with-multilib-list=rmprofile CFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-iopiMw/gcc-arm-none-eabi-6.3.1+svn253039=. -fstack-protector-strong' CPPFLAGS='-Wdate-time -D_FORTIFY_SOURCE=2' CXXFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-iopiMw/gcc-arm-none-eabi-6.3.1+svn253039=. -fstack-protector-strong' FCFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-iopiMw/gcc-arm-none-eabi-6.3.1+svn253039=. -fstack-protector-strong' FFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-iopiMw/gcc-arm-none-eabi-6.3.1+svn253039=. -fstack-protector-strong' GCJFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-iopiMw/gcc-arm-none-eabi-6.3.1+svn253039=. -fstack-protector-strong' LDFLAGS='-Wl,-Bsymbolic-functions -Wl,-z,relro' OBJCFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-iopiMw/gcc-arm-none-eabi-6.3.1+svn253039=. -fstack-protector-strong' OBJCXXFLAGS='-g -O2 -fdebug-prefix-map=/build/gcc-arm-none-eabi-iopiMw/gcc-arm-none-eabi-6.3.1+svn253039=. -fstack-protector-strong' INHIBIT_LIBC_CFLAGS=-DUSE_TM_CLONE_REGISTRY=0 AR_FOR_TARGET=arm-none-eabi-ar AS_FOR_TARGET=arm-none-eabi-as LD_FOR_TARGET=arm-none-eabi-ld NM_FOR_TARGET=arm-none-eabi-nm OBJDUMP_FOR_TARGET=arm-none-eabi-objdump RANLIB_FOR_TARGET=arm-none-eabi-ranlib READELF_FOR_TARGET=arm-none-eabi-readelf STRIP_FOR_TARGET=arm-none-eabi-strip +Thread model: single +gcc version 6.3.1 20170620 (15:6.3.1+svn253039-1build1) +COMPILER_PATH=/usr/lib/gcc/arm-none-eabi/6.3.1/:/usr/lib/gcc/arm-none-eabi/6.3.1/:/usr/lib/gcc/arm-none-eabi/:/usr/lib/gcc/arm-none-eabi/6.3.1/:/usr/lib/gcc/arm-none-eabi/:/usr/lib/gcc/arm-none-eabi/6.3.1/../../../arm-none-eabi/bin/ +LIBRARY_PATH=/usr/lib/gcc/arm-none-eabi/6.3.1/thumb/v7e-m/fpv4-sp/hard/:/usr/lib/gcc/arm-none-eabi/6.3.1/../../../arm-none-eabi/lib/thumb/v7e-m/fpv4-sp/hard/:/usr/lib/gcc/arm-none-eabi/6.3.1/:/usr/lib/gcc/arm-none-eabi/6.3.1/../../../arm-none-eabi/lib/ +COLLECT_GCC_OPTIONS='-mcpu=cortex-m4' '-mthumb' '-mfpu=fpv4-sp-d16' '-mfloat-abi=hard' '-ffunction-sections' '-fdata-sections' '-D' 'gcc' '-O0' '-gdwarf-2' '-g' '-fgnu89-inline' '-Werror' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include' '-D' 'HAVE_CCONFIG_H' '-D' 'STM32F407xx' '-D' 'USE_HAL_DRIVER' '-D' 'HAVE_SIGINFO' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include' '-D' 'HAVE_CCONFIG_H' '-D' 'STM32F407xx' '-D' 'USE_HAL_DRIVER' '-D' 'HAVE_SIGINFO' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include' '-D' 'HAVE_CCONFIG_H' '-D' 'STM32F407xx' '-D' 'USE_HAL_DRIVER' '-D' 'HAVE_SIGINFO' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common' '-I' '/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include' '-D' 'HAVE_CCONFIG_H' '-D' 'STM32F407xx' '-D' 'USE_HAL_DRIVER' '-D' 'HAVE_SIGINFO' '-v' '-o' 'cmTC_ac488' + /usr/lib/gcc/arm-none-eabi/6.3.1/collect2 -plugin /usr/lib/gcc/arm-none-eabi/6.3.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/arm-none-eabi/6.3.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccZUoMeB.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lg -plugin-opt=-pass-through=-lc -X -o cmTC_ac488 /usr/lib/gcc/arm-none-eabi/6.3.1/thumb/v7e-m/fpv4-sp/hard/crti.o /usr/lib/gcc/arm-none-eabi/6.3.1/thumb/v7e-m/fpv4-sp/hard/crtbegin.o /usr/lib/gcc/arm-none-eabi/6.3.1/../../../arm-none-eabi/lib/thumb/v7e-m/fpv4-sp/hard/crt0.o -L/usr/lib/gcc/arm-none-eabi/6.3.1/thumb/v7e-m/fpv4-sp/hard -L/usr/lib/gcc/arm-none-eabi/6.3.1/../../../arm-none-eabi/lib/thumb/v7e-m/fpv4-sp/hard -L/usr/lib/gcc/arm-none-eabi/6.3.1 -L/usr/lib/gcc/arm-none-eabi/6.3.1/../../../arm-none-eabi/lib CMakeFiles/cmTC_ac488.dir/CMakeCCompilerABI.c.obj --start-group -lgcc -lg -lc --end-group /usr/lib/gcc/arm-none-eabi/6.3.1/thumb/v7e-m/fpv4-sp/hard/crtend.o /usr/lib/gcc/arm-none-eabi/6.3.1/thumb/v7e-m/fpv4-sp/hard/crtn.o +/usr/lib/gcc/arm-none-eabi/6.3.1/../../../arm-none-eabi/lib/thumb/v7e-m/fpv4-sp/hard/libg.a(lib_a-exit.o): In function `exit': +/build/newlib-jo3xW1/newlib-2.4.0.20160527/build/arm-none-eabi/thumb/v7e-m/fpv4-sp/hard/newlib/libc/stdlib/../../../../../../../../../newlib/libc/stdlib/exit.c:70: undefined reference to `_exit' +collect2: error: ld returned 1 exit status +CMakeFiles/cmTC_ac488.dir/build.make:97: recipe for target 'cmTC_ac488' failed +make[6]: *** [cmTC_ac488] Error 1 +make[6]: Leaving directory '/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/CMakeTmp' +Makefile:126: recipe for target 'cmTC_ac488/fast' failed +make[5]: *** [cmTC_ac488/fast] Error 2 +make[5]: Leaving directory '/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/CMakeTmp' + + + +Detecting C [-std=c11] compiler features failed to compile with the following output: +Change Dir: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/CMakeTmp + +Run Build Command:"/usr/bin/make" "cmTC_c1a54/fast" +make[5]: Entering directory '/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/CMakeTmp' +/usr/bin/make -f CMakeFiles/cmTC_c1a54.dir/build.make CMakeFiles/cmTC_c1a54.dir/build +make[6]: Entering directory '/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/CMakeTmp' +Building C object CMakeFiles/cmTC_c1a54.dir/feature_tests.c.obj +/usr/bin/arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -Dgcc -O0 -gdwarf-2 -g -fgnu89-inline -Wa,-mimplicit-it=thumb -Werror -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4 -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include -DHAVE_CCONFIG_H -DSTM32F407xx -DUSE_HAL_DRIVER -DHAVE_SIGINFO -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4 -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include -DHAVE_CCONFIG_H -DSTM32F407xx -DUSE_HAL_DRIVER -DHAVE_SIGINFO -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4 -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include -DHAVE_CCONFIG_H -DSTM32F407xx -DUSE_HAL_DRIVER -DHAVE_SIGINFO -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4 -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include -DHAVE_CCONFIG_H -DSTM32F407xx -DUSE_HAL_DRIVER -DHAVE_SIGINFO -std=c11 -o CMakeFiles/cmTC_c1a54.dir/feature_tests.c.obj -c /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/feature_tests.c +Linking C executable cmTC_c1a54 +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c1a54.dir/link.txt --verbose=1 +/usr/bin/arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -Dgcc -O0 -gdwarf-2 -g -fgnu89-inline -Wa,-mimplicit-it=thumb -Werror -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4 -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include -DHAVE_CCONFIG_H -DSTM32F407xx -DUSE_HAL_DRIVER -DHAVE_SIGINFO -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4 -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include -DHAVE_CCONFIG_H -DSTM32F407xx -DUSE_HAL_DRIVER -DHAVE_SIGINFO -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4 -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include -DHAVE_CCONFIG_H -DSTM32F407xx -DUSE_HAL_DRIVER -DHAVE_SIGINFO -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4 -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include -DHAVE_CCONFIG_H -DSTM32F407xx -DUSE_HAL_DRIVER -DHAVE_SIGINFO CMakeFiles/cmTC_c1a54.dir/feature_tests.c.obj -o cmTC_c1a54 +/usr/lib/gcc/arm-none-eabi/6.3.1/../../../arm-none-eabi/lib/thumb/v7e-m/fpv4-sp/hard/libg.a(lib_a-exit.o): In function `exit': +/build/newlib-jo3xW1/newlib-2.4.0.20160527/build/arm-none-eabi/thumb/v7e-m/fpv4-sp/hard/newlib/libc/stdlib/../../../../../../../../../newlib/libc/stdlib/exit.c:70: undefined reference to `_exit' +collect2: error: ld returned 1 exit status +CMakeFiles/cmTC_c1a54.dir/build.make:97: recipe for target 'cmTC_c1a54' failed +make[6]: *** [cmTC_c1a54] Error 1 +make[6]: Leaving directory '/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/CMakeTmp' +Makefile:126: recipe for target 'cmTC_c1a54/fast' failed +make[5]: *** [cmTC_c1a54/fast] Error 2 +make[5]: Leaving directory '/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/CMakeTmp' + + + diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/CMakeOutput.log b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/CMakeOutput.log new file mode 100644 index 000000000..0a9210f6c --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/CMakeOutput.log @@ -0,0 +1,15 @@ +The target system is: XiUOS - - arm +The host system is: Linux - 5.16.15-arch1-1 - x86_64 +Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. +Compiler: /usr/bin/arm-none-eabi-gcc +Build flags: -mcpu=cortex-m4;-mthumb;-mfpu=fpv4-sp-d16;-mfloat-abi=hard;-ffunction-sections;-fdata-sections;-Dgcc;-O0;-gdwarf-2;-g;-fgnu89-inline;-Wa,-mimplicit-it=thumb;-Werror;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include;;-DHAVE_CCONFIG_H;;-DSTM32F407xx;-DUSE_HAL_DRIVER;-DHAVE_SIGINFO;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include;;-DHAVE_CCONFIG_H;;-DSTM32F407xx;-DUSE_HAL_DRIVER;-DHAVE_SIGINFO;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include;;-DHAVE_CCONFIG_H;;-DSTM32F407xx;-DUSE_HAL_DRIVER;-DHAVE_SIGINFO;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common;;-I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include;;-DHAVE_CCONFIG_H;;-DSTM32F407xx;-DUSE_HAL_DRIVER;-DHAVE_SIGINFO +Id flags: -c + +The output was: +0 + + +Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CMakeCCompilerId.o" + +The C compiler identification is GNU, found in "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/3.10.2/CompilerIdC/CMakeCCompilerId.o" + diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/CMakeRuleHashes.txt b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/CMakeRuleHashes.txt new file mode 100644 index 000000000..4221a7ca4 --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/CMakeRuleHashes.txt @@ -0,0 +1,2 @@ +# Hashes of file build rules. +89b5858e896c558b9ce461b50b39d052 mnobd.cdc diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/Makefile.cmake b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/Makefile.cmake new file mode 100644 index 000000000..a3cb6e591 --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/Makefile.cmake @@ -0,0 +1,100 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# The generator used is: +set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles") + +# The top level Makefile was generated from the following files: +set(CMAKE_MAKEFILE_DEPENDS + "CMakeCache.txt" + "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/cmake/configure-xiuos.cmake" + "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/cmake/findoplklib.cmake" + "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/cmake/firmwaremanager.cmake" + "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/cmake/linkoplklib.cmake" + "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/cmake/options.cmake" + "../../CMakeLists.txt" + "CMakeFiles/3.10.2/CMakeCCompiler.cmake" + "CMakeFiles/3.10.2/CMakeSystem.cmake" + "CMakeFiles/feature_tests.c" + "../../xiuos.cmake" + "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/cmake/toolchain-xiuos-arm-none-eabi-gnu.cmake" + "/usr/share/cmake-3.10/Modules/CMakeCCompiler.cmake.in" + "/usr/share/cmake-3.10/Modules/CMakeCCompilerABI.c" + "/usr/share/cmake-3.10/Modules/CMakeCInformation.cmake" + "/usr/share/cmake-3.10/Modules/CMakeCommonLanguageInclude.cmake" + "/usr/share/cmake-3.10/Modules/CMakeCompilerIdDetection.cmake" + "/usr/share/cmake-3.10/Modules/CMakeDependentOption.cmake" + "/usr/share/cmake-3.10/Modules/CMakeDetermineCCompiler.cmake" + "/usr/share/cmake-3.10/Modules/CMakeDetermineCompileFeatures.cmake" + "/usr/share/cmake-3.10/Modules/CMakeDetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/CMakeDetermineCompilerABI.cmake" + "/usr/share/cmake-3.10/Modules/CMakeDetermineCompilerId.cmake" + "/usr/share/cmake-3.10/Modules/CMakeDetermineSystem.cmake" + "/usr/share/cmake-3.10/Modules/CMakeFindBinUtils.cmake" + "/usr/share/cmake-3.10/Modules/CMakeGenericSystem.cmake" + "/usr/share/cmake-3.10/Modules/CMakeLanguageInformation.cmake" + "/usr/share/cmake-3.10/Modules/CMakeParseImplicitLinkInfo.cmake" + "/usr/share/cmake-3.10/Modules/CMakeSystem.cmake.in" + "/usr/share/cmake-3.10/Modules/CMakeSystemSpecificInformation.cmake" + "/usr/share/cmake-3.10/Modules/CMakeSystemSpecificInitialize.cmake" + "/usr/share/cmake-3.10/Modules/CMakeTestCCompiler.cmake" + "/usr/share/cmake-3.10/Modules/CMakeTestCompilerCommon.cmake" + "/usr/share/cmake-3.10/Modules/CMakeUnixFindMake.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/ADSP-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/ARMCC-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/AppleClang-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/Borland-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/Bruce-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/Clang-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/Compaq-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/Cray-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/Embarcadero-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/Fujitsu-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/GHS-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/GNU-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/GNU-C-FeatureTests.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/GNU-C.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/GNU-FindBinUtils.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/GNU.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/HP-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/IAR-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/Intel-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/MIPSpro-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/MSVC-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/NVIDIA-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/PGI-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/PathScale-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/SCO-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/SDCC-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/SunPro-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/TI-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/Watcom-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/XL-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Compiler/zOS-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.10/Modules/Internal/FeatureTesting.cmake" + ) + +# The corresponding makefile is: +set(CMAKE_MAKEFILE_OUTPUTS + "Makefile" + "CMakeFiles/cmake.check_cache" + ) + +# Byproducts of CMake generate step: +set(CMAKE_MAKEFILE_PRODUCTS + "CMakeFiles/3.10.2/CMakeSystem.cmake" + "CMakeFiles/3.10.2/CMakeCCompiler.cmake" + "CMakeFiles/3.10.2/CMakeCCompiler.cmake" + "CMakeFiles/CMakeDirectoryInformation.cmake" + ) + +# Dependency information for all targets: +set(CMAKE_DEPEND_INFO_FILES + "CMakeFiles/demo_mn_console.dir/DependInfo.cmake" + ) diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/Makefile2 b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/Makefile2 new file mode 100644 index 000000000..3cf1659b1 --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/Makefile2 @@ -0,0 +1,108 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# The main recursive all target +all: + +.PHONY : all + +# The main recursive preinstall target +preinstall: + +.PHONY : preinstall + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos + +#============================================================================= +# Target rules for target CMakeFiles/demo_mn_console.dir + +# All Build rule for target. +CMakeFiles/demo_mn_console.dir/all: + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/depend + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles --progress-num=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20 "Built target demo_mn_console" +.PHONY : CMakeFiles/demo_mn_console.dir/all + +# Include target in all. +all: CMakeFiles/demo_mn_console.dir/all + +.PHONY : all + +# Build rule for subdir invocation for target. +CMakeFiles/demo_mn_console.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles 20 + $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/demo_mn_console.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles 0 +.PHONY : CMakeFiles/demo_mn_console.dir/rule + +# Convenience name for target. +demo_mn_console: CMakeFiles/demo_mn_console.dir/rule + +.PHONY : demo_mn_console + +# clean rule for target. +CMakeFiles/demo_mn_console.dir/clean: + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/clean +.PHONY : CMakeFiles/demo_mn_console.dir/clean + +# clean rule for target. +clean: CMakeFiles/demo_mn_console.dir/clean + +.PHONY : clean + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/TargetDirectories.txt b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/TargetDirectories.txt new file mode 100644 index 000000000..e8af30243 --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,7 @@ +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/install/strip.dir +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/edit_cache.dir +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/list_install_components.dir +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/install/local.dir +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/rebuild_cache.dir +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/install.dir diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/cmake.check_cache b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/cmake.check_cache new file mode 100644 index 000000000..3dccd7317 --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/C.includecache b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/C.includecache new file mode 100644 index 000000000..596481f0d --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/C.includecache @@ -0,0 +1,590 @@ +#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">]) + +#IncludeRegexScan: ^.*$ + +#IncludeRegexComplain: ^$ + +#IncludeRegexTransform: + +../../../../contrib/console/console.h + +../../../../contrib/getopt/getopt.h + +../../../../contrib/trace/trace.h + +../../../../stack/include/oplk/basictypes.h + +../../../../stack/include/oplk/cfm.h +oplk/oplkinc.h +- + +../../../../stack/include/oplk/debugstr.h +oplk/oplk.h +- +oplk/event.h +- +oplk/nmt.h +- + +../../../../stack/include/oplk/errordefs.h + +../../../../stack/include/oplk/event.h +oplk/oplkinc.h +- +oplk/nmt.h +- + +../../../../stack/include/oplk/frame.h +oplk/oplkinc.h +- + +../../../../stack/include/oplk/nmt.h +oplk/oplkinc.h +- + +../../../../stack/include/oplk/obd.h +oplk/oplkinc.h +- +oplk/sdo.h +- + +../../../../stack/include/oplk/obdal.h +oplk/oplkinc.h +- + +../../../../stack/include/oplk/oplk.h +oplk/oplkinc.h +- +oplk/frame.h +- +oplk/sdo.h +- +oplk/obd.h +- +oplk/obdal.h +- +oplk/cfm.h +- +oplk/event.h +- + +../../../../stack/include/oplk/oplkdefs.h + +../../../../stack/include/oplk/oplkinc.h +oplk/targetsystem.h +- +oplk/oplkdefs.h +- +oplk/errordefs.h +- +oplk/version.h +- + +../../../../stack/include/oplk/sdo.h +oplk/oplkinc.h +- +oplk/sdoabortcodes.h +- + +../../../../stack/include/oplk/sdoabortcodes.h + +../../../../stack/include/oplk/targetdefs/c5socarm.h +stdlib.h +- +stdio.h +- +string.h +- +stdint.h +- +oplk/basictypes.h +- +socal/socal.h +- +alt_cache.h +- + +../../../../stack/include/oplk/targetdefs/linux.h +stdlib.h +- +stdio.h +- +string.h +- +semaphore.h +- +linux/module.h +- +linux/kernel.h +- +linux/init.h +- +linux/errno.h +- +linux/major.h +- +linux/version.h +- +linux/slab.h +- +oplk/basictypes.h +- + +../../../../stack/include/oplk/targetdefs/microblaze.h +stdlib.h +- +stdio.h +- +string.h +- +xil_types.h +- +xil_io.h +- +xil_cache.h +- +mb_interface.h +- +mb_uart.h +- +oplk/basictypes.h +- + +../../../../stack/include/oplk/targetdefs/nios2.h +stdlib.h +- +stdio.h +- +string.h +- +alt_types.h +- +io.h +- +system.h +- +oplk/basictypes.h +- +altera_vic_regs.h +- + +../../../../stack/include/oplk/targetdefs/vxworks.h +stdlib.h +- +stdio.h +- +string.h +- +oplk/basictypes.h +- + +../../../../stack/include/oplk/targetdefs/wince.h +oplk/basictypes.h +- + +../../../../stack/include/oplk/targetdefs/windows-mingw.h +stdlib.h +- +stdio.h +- +string.h +- +Windows.h +- +oplk/basictypes.h +- + +../../../../stack/include/oplk/targetdefs/windows.h +stdlib.h +- +stdio.h +- +string.h +- +Windows.h +- +oplk/basictypes.h +- + +../../../../stack/include/oplk/targetdefs/winkernel.h +stdlib.h +- +stdio.h +- +string.h +- +ntdef.h +- +ndis.h +- +oplk/basictypes.h +- + +../../../../stack/include/oplk/targetsystem.h +oplk/targetdefs/linux.h +- +oplk/targetdefs/vxworks.h +- +oplk/targetdefs/nios2.h +- +oplk/targetdefs/microblaze.h +- +oplk/targetdefs/c5socarm.h +- +oplk/targetdefs/winkernel.h +- +oplk/targetdefs/windows.h +- +oplk/targetdefs/windows-mingw.h +- +oplk/targetdefs/wince.h +- + +../../../../stack/include/oplk/version.h + +../../../common/objdicts/CiA302-4_MN/obdpi.h +oplk/oplk.h +- + +../../../common/objdicts/CiA302-4_MN/objdict.h +obdcreate/obdmacro.h +- +limits.h +- +obdcreate/obdmacro.h +- + +../../../common/src/eventlog/eventlog.h +oplk/oplk.h +- +oplk/nmt.h +- +eventlogstring.h +../../../common/src/eventlog/eventlogstring.h + +../../../common/src/eventlog/eventlogstring.h +oplk/oplk.h +- +oplk/nmt.h +- +stdarg.h +- + +../../../common/src/firmwaremanager/firmwarecheck.h +oplk/oplk.h +- +firmwaremanager/firmwaremanager.h +- +firmwaremanager/firmwareinfo.h +- + +../../../common/src/firmwaremanager/firmwareinfo.h +firmwaremanager/firmwaremanager.h +- +firmwaremanager/firmwareinfodecode.h +- +firmwaremanager/firmwarestore.h +- +oplk/oplk.h +- + +../../../common/src/firmwaremanager/firmwareinfodecode.h +firmwaremanager/firmwaremanager.h +- +firmwaremanager/firmwarestore.h +- +oplk/oplk.h +- + +../../../common/src/firmwaremanager/firmwaremanager.h +oplk/oplk.h +- + +../../../common/src/firmwaremanager/firmwarestore.h +firmwaremanager/firmwaremanager.h +- +oplk/oplk.h +- + +../../../common/src/firmwaremanager/firmwaretrace.h +stdio.h +- + +../../../common/src/firmwaremanager/firmwareupdate.h +firmwaremanager/firmwaremanager.h +- +firmwaremanager/firmwareinfodecode.h +- +oplk/oplk.h +- + +../../../common/src/netselect/netselect.h + +../../../common/src/obdcreate/obdcreate.h +oplk/oplk.h +- + +../../../common/src/obdcreate/obdmacro.h + +../../../common/src/system/system.h +oplk/oplk.h +- + +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c +obdpi.h +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.h + +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.h +oplk/oplk.h +- + +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c +eventlog.h +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.h +oplk/debugstr.h +- +stdio.h +- +time.h +- + +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.h +oplk/oplk.h +- +oplk/nmt.h +- +eventlogstring.h +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.h + +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c +eventlogstring.h +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.h +oplk/debugstr.h +- +stdio.h +- +time.h +- + +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.h +oplk/oplk.h +- +oplk/nmt.h +- +stdarg.h +- + +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c +firmwaremanager/firmwaretrace.h +- +firmwaremanager/firmwarecheck.h +- +firmwaremanager/firmwareupdate.h +- +firmwaremanager/firmwareinfo.h +- +oplk/oplk.h +- + +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c +firmwaremanager/firmwareinfo.h +- + +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c +firmwaremanager/firmwareinfodecode.h +- +firmwaremanager/firmwarestore.h +- +string.h +- + +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c +firmwaremanager/firmwaremanager.h +- +firmwaremanager/firmwaretrace.h +- +firmwaremanager/firmwarestore.h +- +firmwaremanager/firmwareinfo.h +- +firmwaremanager/firmwarecheck.h +- +firmwaremanager/firmwareupdate.h +- +oplk/oplk.h +- +oplk/debugstr.h +- +stdio.h +- + +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c +firmwaremanager/firmwarestore.h +- +stdio.h +- + +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c +firmwaremanager/firmwaretrace.h +- +firmwaremanager/firmwareupdate.h +- +firmwaremanager/firmwarestore.h +- +oplk/oplk.h +- +stdio.h +- +errno.h +- + +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c +oplk/oplk.h +- +netselect.h +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.h +stdio.h +- +string.h +- + +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.h + +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c +obdcreate.h +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.h +objdict.h +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/objdict.h +objdict.h +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/objdict.h +objdict.h +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/objdict.h +objdict.h +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/objdict.h +objdict.h +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/objdict.h +objdict.h +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/objdict.h + +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.h +oplk/oplk.h +- + +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c +stdio.h +- +unistd.h +- +errno.h +- +pthread.h +- +signal.h +- +sys/time.h +- +trace/trace.h +- +system.h +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system.h +xizi.h +- + +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system.h +oplk/oplk.h +- + +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/src/app.c +app.h +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/src/app.h +oplk/oplk.h +- +oplk/debugstr.h +- +obdpi.h +- +eventlog/eventlog.h +- +xap.h +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/src/xap.h + +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/src/app.h +oplk/oplk.h +- + +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/src/event.c +event.h +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/src/event.h +oplk/oplk.h +- +oplk/debugstr.h +- +console/console.h +- +eventlog/eventlog.h +- +stdio.h +- + +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/src/event.h +oplk/oplk.h +- + +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/src/main.c +app.h +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/src/app.h +event.h +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/src/event.h +oplk/oplk.h +- +oplk/debugstr.h +- +system/system.h +- +obdcreate/obdcreate.h +- +getopt/getopt.h +- +unistd.h +- +console/console.h +- +eventlog/eventlog.h +- +firmwaremanager/firmwaremanager.h +- +netselect/netselect.h +- +stdio.h +- +limits.h +- +string.h +- + +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/src/xap.h + +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c +stdio.h +- +unistd.h +- +fcntl.h +- + +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c +stdio.h +- +stdarg.h +- +time.h +- + +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c +stdio.h +- +stdarg.h +- +trace/trace.h +- + diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/DependInfo.cmake b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/DependInfo.cmake new file mode 100644 index 000000000..18d751392 --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/DependInfo.cmake @@ -0,0 +1,55 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "C" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_C + "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c" "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.obj" + "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c" "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj" + "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c" "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj" + "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c" "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.obj" + "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c" "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.obj" + "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c" "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.obj" + "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c" "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj" + "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c" "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.obj" + "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c" "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.obj" + "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c" "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj" + "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c" "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj" + "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c" "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj" + "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c" "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.obj" + "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c" "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.obj" + "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c" "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.obj" + "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/src/app.c" "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/src/app.c.obj" + "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/src/event.c" "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/src/event.c.obj" + "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/src/main.c" "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/src/main.c.obj" + ) +set(CMAKE_C_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_C + "CONFIG_INCLUDE_CFM" + "CONFIG_INCLUDE_PDO" + "CONFIG_INCLUDE_SDO_ASND" + "CONFIG_KERNELSTACK_DIRECTLINK" + "NMT_MAX_NODE_ID=254" + "_GNU_SOURCE" + "_POSIX_C_SOURCE=200112L" + "__XIUOS__" + ) + +# The include file search paths: +set(CMAKE_C_TARGET_INCLUDE_PATH + "../../../../stack/include" + "../../../../contrib" + "../../../common/src" + "../../../common/objdicts" + "../../src" + "../../../common/objdicts/CiA302-4_MN" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/build.make b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/build.make new file mode 100644 index 000000000..9a15ca25a --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/build.make @@ -0,0 +1,577 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos + +# Include any dependencies generated for this target. +include CMakeFiles/demo_mn_console.dir/depend.make + +# Include the progress variables for this target. +include CMakeFiles/demo_mn_console.dir/progress.make + +# Include the compile flags for this target's objects. +include CMakeFiles/demo_mn_console.dir/flags.make + +mnobd.cdc: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/openCONFIGURATOR_projects/Demo_3CN/output/mnobd.cdc + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating mnobd.cdc" + /usr/bin/cmake -E copy /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/../common/openCONFIGURATOR_projects/Demo_3CN/output/mnobd.cdc /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/mnobd.cdc + +CMakeFiles/demo_mn_console.dir/src/main.c.obj: CMakeFiles/demo_mn_console.dir/flags.make +CMakeFiles/demo_mn_console.dir/src/main.c.obj: ../../src/main.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object CMakeFiles/demo_mn_console.dir/src/main.c.obj" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/demo_mn_console.dir/src/main.c.obj -c /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/src/main.c + +CMakeFiles/demo_mn_console.dir/src/main.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/demo_mn_console.dir/src/main.c.i" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/src/main.c > CMakeFiles/demo_mn_console.dir/src/main.c.i + +CMakeFiles/demo_mn_console.dir/src/main.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/demo_mn_console.dir/src/main.c.s" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/src/main.c -o CMakeFiles/demo_mn_console.dir/src/main.c.s + +CMakeFiles/demo_mn_console.dir/src/main.c.obj.requires: + +.PHONY : CMakeFiles/demo_mn_console.dir/src/main.c.obj.requires + +CMakeFiles/demo_mn_console.dir/src/main.c.obj.provides: CMakeFiles/demo_mn_console.dir/src/main.c.obj.requires + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/src/main.c.obj.provides.build +.PHONY : CMakeFiles/demo_mn_console.dir/src/main.c.obj.provides + +CMakeFiles/demo_mn_console.dir/src/main.c.obj.provides.build: CMakeFiles/demo_mn_console.dir/src/main.c.obj + + +CMakeFiles/demo_mn_console.dir/src/app.c.obj: CMakeFiles/demo_mn_console.dir/flags.make +CMakeFiles/demo_mn_console.dir/src/app.c.obj: ../../src/app.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object CMakeFiles/demo_mn_console.dir/src/app.c.obj" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/demo_mn_console.dir/src/app.c.obj -c /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/src/app.c + +CMakeFiles/demo_mn_console.dir/src/app.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/demo_mn_console.dir/src/app.c.i" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/src/app.c > CMakeFiles/demo_mn_console.dir/src/app.c.i + +CMakeFiles/demo_mn_console.dir/src/app.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/demo_mn_console.dir/src/app.c.s" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/src/app.c -o CMakeFiles/demo_mn_console.dir/src/app.c.s + +CMakeFiles/demo_mn_console.dir/src/app.c.obj.requires: + +.PHONY : CMakeFiles/demo_mn_console.dir/src/app.c.obj.requires + +CMakeFiles/demo_mn_console.dir/src/app.c.obj.provides: CMakeFiles/demo_mn_console.dir/src/app.c.obj.requires + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/src/app.c.obj.provides.build +.PHONY : CMakeFiles/demo_mn_console.dir/src/app.c.obj.provides + +CMakeFiles/demo_mn_console.dir/src/app.c.obj.provides.build: CMakeFiles/demo_mn_console.dir/src/app.c.obj + + +CMakeFiles/demo_mn_console.dir/src/event.c.obj: CMakeFiles/demo_mn_console.dir/flags.make +CMakeFiles/demo_mn_console.dir/src/event.c.obj: ../../src/event.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object CMakeFiles/demo_mn_console.dir/src/event.c.obj" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/demo_mn_console.dir/src/event.c.obj -c /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/src/event.c + +CMakeFiles/demo_mn_console.dir/src/event.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/demo_mn_console.dir/src/event.c.i" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/src/event.c > CMakeFiles/demo_mn_console.dir/src/event.c.i + +CMakeFiles/demo_mn_console.dir/src/event.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/demo_mn_console.dir/src/event.c.s" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/src/event.c -o CMakeFiles/demo_mn_console.dir/src/event.c.s + +CMakeFiles/demo_mn_console.dir/src/event.c.obj.requires: + +.PHONY : CMakeFiles/demo_mn_console.dir/src/event.c.obj.requires + +CMakeFiles/demo_mn_console.dir/src/event.c.obj.provides: CMakeFiles/demo_mn_console.dir/src/event.c.obj.requires + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/src/event.c.obj.provides.build +.PHONY : CMakeFiles/demo_mn_console.dir/src/event.c.obj.provides + +CMakeFiles/demo_mn_console.dir/src/event.c.obj.provides.build: CMakeFiles/demo_mn_console.dir/src/event.c.obj + + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: CMakeFiles/demo_mn_console.dir/flags.make +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj -c /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.i" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c > CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.i + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.s" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c -o CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.s + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj.requires: + +.PHONY : CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj.requires + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj.provides: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj.requires + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj.provides.build +.PHONY : CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj.provides + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj.provides.build: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj + + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.obj: CMakeFiles/demo_mn_console.dir/flags.make +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.obj" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.obj -c /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.i" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c > CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.i + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.s" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c -o CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.s + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.obj.requires: + +.PHONY : CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.obj.requires + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.obj.provides: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.obj.requires + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.obj.provides.build +.PHONY : CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.obj.provides + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.obj.provides.build: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.obj + + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: CMakeFiles/demo_mn_console.dir/flags.make +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building C object CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj -c /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.i" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c > CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.i + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.s" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c -o CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.s + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj.requires: + +.PHONY : CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj.requires + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj.provides: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj.requires + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj.provides.build +.PHONY : CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj.provides + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj.provides.build: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj + + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: CMakeFiles/demo_mn_console.dir/flags.make +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building C object CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj -c /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.i" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c > CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.i + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.s" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c -o CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.s + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj.requires: + +.PHONY : CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj.requires + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj.provides: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj.requires + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj.provides.build +.PHONY : CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj.provides + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj.provides.build: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj + + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj: CMakeFiles/demo_mn_console.dir/flags.make +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building C object CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj -c /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.i" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c > CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.i + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.s" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c -o CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.s + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj.requires: + +.PHONY : CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj.requires + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj.provides: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj.requires + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj.provides.build +.PHONY : CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj.provides + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj.provides.build: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj + + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.obj: CMakeFiles/demo_mn_console.dir/flags.make +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building C object CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.obj" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.obj -c /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.i" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c > CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.i + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.s" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c -o CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.s + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.obj.requires: + +.PHONY : CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.obj.requires + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.obj.provides: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.obj.requires + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.obj.provides.build +.PHONY : CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.obj.provides + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.obj.provides.build: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.obj + + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.obj: CMakeFiles/demo_mn_console.dir/flags.make +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building C object CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.obj" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.obj -c /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.i" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c > CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.i + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.s" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c -o CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.s + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.obj.requires: + +.PHONY : CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.obj.requires + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.obj.provides: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.obj.requires + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.obj.provides.build +.PHONY : CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.obj.provides + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.obj.provides.build: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.obj + + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.obj: CMakeFiles/demo_mn_console.dir/flags.make +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building C object CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.obj" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.obj -c /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.i" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c > CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.i + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.s" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c -o CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.s + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.obj.requires: + +.PHONY : CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.obj.requires + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.obj.provides: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.obj.requires + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.obj.provides.build +.PHONY : CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.obj.provides + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.obj.provides.build: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.obj + + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.obj: CMakeFiles/demo_mn_console.dir/flags.make +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building C object CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.obj" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.obj -c /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.i" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c > CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.i + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.s" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c -o CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.s + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.obj.requires: + +.PHONY : CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.obj.requires + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.obj.provides: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.obj.requires + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.obj.provides.build +.PHONY : CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.obj.provides + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.obj.provides.build: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.obj + + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.obj: CMakeFiles/demo_mn_console.dir/flags.make +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Building C object CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.obj" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.obj -c /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.i" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c > CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.i + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.s" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c -o CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.s + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.obj.requires: + +.PHONY : CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.obj.requires + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.obj.provides: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.obj.requires + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.obj.provides.build +.PHONY : CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.obj.provides + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.obj.provides.build: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.obj + + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.obj: CMakeFiles/demo_mn_console.dir/flags.make +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles --progress-num=$(CMAKE_PROGRESS_15) "Building C object CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.obj" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.obj -c /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.i" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c > CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.i + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.s" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c -o CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.s + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.obj.requires: + +.PHONY : CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.obj.requires + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.obj.provides: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.obj.requires + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.obj.provides.build +.PHONY : CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.obj.provides + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.obj.provides.build: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.obj + + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj: CMakeFiles/demo_mn_console.dir/flags.make +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles --progress-num=$(CMAKE_PROGRESS_16) "Building C object CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj -c /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.i" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c > CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.i + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.s" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c -o CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.s + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj.requires: + +.PHONY : CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj.requires + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj.provides: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj.requires + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj.provides.build +.PHONY : CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj.provides + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj.provides.build: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj + + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: CMakeFiles/demo_mn_console.dir/flags.make +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles --progress-num=$(CMAKE_PROGRESS_17) "Building C object CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj -c /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.i" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c > CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.i + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.s" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c -o CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.s + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj.requires: + +.PHONY : CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj.requires + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj.provides: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj.requires + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj.provides.build +.PHONY : CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj.provides + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj.provides.build: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj + + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.obj: CMakeFiles/demo_mn_console.dir/flags.make +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles --progress-num=$(CMAKE_PROGRESS_18) "Building C object CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.obj" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.obj -c /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.i" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c > CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.i + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.s" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c -o CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.s + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.obj.requires: + +.PHONY : CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.obj.requires + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.obj.provides: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.obj.requires + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.obj.provides.build +.PHONY : CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.obj.provides + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.obj.provides.build: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.obj + + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.obj: CMakeFiles/demo_mn_console.dir/flags.make +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles --progress-num=$(CMAKE_PROGRESS_19) "Building C object CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.obj" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.obj -c /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.i" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c > CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.i + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.s" + /usr/bin/arm-none-eabi-gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c -o CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.s + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.obj.requires: + +.PHONY : CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.obj.requires + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.obj.provides: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.obj.requires + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.obj.provides.build +.PHONY : CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.obj.provides + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.obj.provides.build: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.obj + + +# Object files for target demo_mn_console +demo_mn_console_OBJECTS = \ +"CMakeFiles/demo_mn_console.dir/src/main.c.obj" \ +"CMakeFiles/demo_mn_console.dir/src/app.c.obj" \ +"CMakeFiles/demo_mn_console.dir/src/event.c.obj" \ +"CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj" \ +"CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.obj" \ +"CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj" \ +"CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj" \ +"CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj" \ +"CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.obj" \ +"CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.obj" \ +"CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.obj" \ +"CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.obj" \ +"CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.obj" \ +"CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.obj" \ +"CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj" \ +"CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj" \ +"CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.obj" \ +"CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.obj" + +# External object files for target demo_mn_console +demo_mn_console_EXTERNAL_OBJECTS = + +libdemo_mn_console.a: CMakeFiles/demo_mn_console.dir/src/main.c.obj +libdemo_mn_console.a: CMakeFiles/demo_mn_console.dir/src/app.c.obj +libdemo_mn_console.a: CMakeFiles/demo_mn_console.dir/src/event.c.obj +libdemo_mn_console.a: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj +libdemo_mn_console.a: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.obj +libdemo_mn_console.a: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj +libdemo_mn_console.a: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj +libdemo_mn_console.a: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj +libdemo_mn_console.a: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.obj +libdemo_mn_console.a: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.obj +libdemo_mn_console.a: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.obj +libdemo_mn_console.a: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.obj +libdemo_mn_console.a: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.obj +libdemo_mn_console.a: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.obj +libdemo_mn_console.a: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj +libdemo_mn_console.a: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj +libdemo_mn_console.a: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.obj +libdemo_mn_console.a: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.obj +libdemo_mn_console.a: CMakeFiles/demo_mn_console.dir/build.make +libdemo_mn_console.a: CMakeFiles/demo_mn_console.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles --progress-num=$(CMAKE_PROGRESS_20) "Linking C static library libdemo_mn_console.a" + $(CMAKE_COMMAND) -P CMakeFiles/demo_mn_console.dir/cmake_clean_target.cmake + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/demo_mn_console.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +CMakeFiles/demo_mn_console.dir/build: libdemo_mn_console.a + +.PHONY : CMakeFiles/demo_mn_console.dir/build + +CMakeFiles/demo_mn_console.dir/requires: CMakeFiles/demo_mn_console.dir/src/main.c.obj.requires +CMakeFiles/demo_mn_console.dir/requires: CMakeFiles/demo_mn_console.dir/src/app.c.obj.requires +CMakeFiles/demo_mn_console.dir/requires: CMakeFiles/demo_mn_console.dir/src/event.c.obj.requires +CMakeFiles/demo_mn_console.dir/requires: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj.requires +CMakeFiles/demo_mn_console.dir/requires: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.obj.requires +CMakeFiles/demo_mn_console.dir/requires: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj.requires +CMakeFiles/demo_mn_console.dir/requires: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj.requires +CMakeFiles/demo_mn_console.dir/requires: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj.requires +CMakeFiles/demo_mn_console.dir/requires: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.obj.requires +CMakeFiles/demo_mn_console.dir/requires: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.obj.requires +CMakeFiles/demo_mn_console.dir/requires: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.obj.requires +CMakeFiles/demo_mn_console.dir/requires: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.obj.requires +CMakeFiles/demo_mn_console.dir/requires: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.obj.requires +CMakeFiles/demo_mn_console.dir/requires: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.obj.requires +CMakeFiles/demo_mn_console.dir/requires: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj.requires +CMakeFiles/demo_mn_console.dir/requires: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj.requires +CMakeFiles/demo_mn_console.dir/requires: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.obj.requires +CMakeFiles/demo_mn_console.dir/requires: CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.obj.requires + +.PHONY : CMakeFiles/demo_mn_console.dir/requires + +CMakeFiles/demo_mn_console.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/demo_mn_console.dir/cmake_clean.cmake +.PHONY : CMakeFiles/demo_mn_console.dir/clean + +CMakeFiles/demo_mn_console.dir/depend: mnobd.cdc + cd /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/demo_mn_console.dir/depend + diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/cmake_clean.cmake b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/cmake_clean.cmake new file mode 100644 index 000000000..8c81ef3d4 --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/cmake_clean.cmake @@ -0,0 +1,28 @@ +file(REMOVE_RECURSE + "mnobd.cdc" + "CMakeFiles/demo_mn_console.dir/src/main.c.obj" + "CMakeFiles/demo_mn_console.dir/src/app.c.obj" + "CMakeFiles/demo_mn_console.dir/src/event.c.obj" + "CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj" + "CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.obj" + "CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj" + "CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj" + "CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj" + "CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.obj" + "CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.obj" + "CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.obj" + "CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.obj" + "CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.obj" + "CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.obj" + "CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj" + "CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj" + "CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.obj" + "CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.obj" + "libdemo_mn_console.pdb" + "libdemo_mn_console.a" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/demo_mn_console.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/cmake_clean_target.cmake b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/cmake_clean_target.cmake new file mode 100644 index 000000000..4444eab22 --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "libdemo_mn_console.a" +) diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/depend.internal b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/depend.internal new file mode 100644 index 000000000..551a8e896 --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/depend.internal @@ -0,0 +1,463 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.obj + ../../../../stack/include/oplk/basictypes.h + ../../../../stack/include/oplk/cfm.h + ../../../../stack/include/oplk/errordefs.h + ../../../../stack/include/oplk/event.h + ../../../../stack/include/oplk/frame.h + ../../../../stack/include/oplk/nmt.h + ../../../../stack/include/oplk/obd.h + ../../../../stack/include/oplk/obdal.h + ../../../../stack/include/oplk/oplk.h + ../../../../stack/include/oplk/oplkdefs.h + ../../../../stack/include/oplk/oplkinc.h + ../../../../stack/include/oplk/sdo.h + ../../../../stack/include/oplk/sdoabortcodes.h + ../../../../stack/include/oplk/targetdefs/c5socarm.h + ../../../../stack/include/oplk/targetdefs/linux.h + ../../../../stack/include/oplk/targetdefs/microblaze.h + ../../../../stack/include/oplk/targetdefs/nios2.h + ../../../../stack/include/oplk/targetdefs/vxworks.h + ../../../../stack/include/oplk/targetdefs/wince.h + ../../../../stack/include/oplk/targetdefs/windows-mingw.h + ../../../../stack/include/oplk/targetdefs/windows.h + ../../../../stack/include/oplk/targetdefs/winkernel.h + ../../../../stack/include/oplk/targetsystem.h + ../../../../stack/include/oplk/version.h + /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c + /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj + ../../../../stack/include/oplk/basictypes.h + ../../../../stack/include/oplk/cfm.h + ../../../../stack/include/oplk/debugstr.h + ../../../../stack/include/oplk/errordefs.h + ../../../../stack/include/oplk/event.h + ../../../../stack/include/oplk/frame.h + ../../../../stack/include/oplk/nmt.h + ../../../../stack/include/oplk/obd.h + ../../../../stack/include/oplk/obdal.h + ../../../../stack/include/oplk/oplk.h + ../../../../stack/include/oplk/oplkdefs.h + ../../../../stack/include/oplk/oplkinc.h + ../../../../stack/include/oplk/sdo.h + ../../../../stack/include/oplk/sdoabortcodes.h + ../../../../stack/include/oplk/targetdefs/c5socarm.h + ../../../../stack/include/oplk/targetdefs/linux.h + ../../../../stack/include/oplk/targetdefs/microblaze.h + ../../../../stack/include/oplk/targetdefs/nios2.h + ../../../../stack/include/oplk/targetdefs/vxworks.h + ../../../../stack/include/oplk/targetdefs/wince.h + ../../../../stack/include/oplk/targetdefs/windows-mingw.h + ../../../../stack/include/oplk/targetdefs/windows.h + ../../../../stack/include/oplk/targetdefs/winkernel.h + ../../../../stack/include/oplk/targetsystem.h + ../../../../stack/include/oplk/version.h + /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c + /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.h + /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj + ../../../../stack/include/oplk/basictypes.h + ../../../../stack/include/oplk/cfm.h + ../../../../stack/include/oplk/debugstr.h + ../../../../stack/include/oplk/errordefs.h + ../../../../stack/include/oplk/event.h + ../../../../stack/include/oplk/frame.h + ../../../../stack/include/oplk/nmt.h + ../../../../stack/include/oplk/obd.h + ../../../../stack/include/oplk/obdal.h + ../../../../stack/include/oplk/oplk.h + ../../../../stack/include/oplk/oplkdefs.h + ../../../../stack/include/oplk/oplkinc.h + ../../../../stack/include/oplk/sdo.h + ../../../../stack/include/oplk/sdoabortcodes.h + ../../../../stack/include/oplk/targetdefs/c5socarm.h + ../../../../stack/include/oplk/targetdefs/linux.h + ../../../../stack/include/oplk/targetdefs/microblaze.h + ../../../../stack/include/oplk/targetdefs/nios2.h + ../../../../stack/include/oplk/targetdefs/vxworks.h + ../../../../stack/include/oplk/targetdefs/wince.h + ../../../../stack/include/oplk/targetdefs/windows-mingw.h + ../../../../stack/include/oplk/targetdefs/windows.h + ../../../../stack/include/oplk/targetdefs/winkernel.h + ../../../../stack/include/oplk/targetsystem.h + ../../../../stack/include/oplk/version.h + /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c + /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.obj + ../../../../stack/include/oplk/basictypes.h + ../../../../stack/include/oplk/cfm.h + ../../../../stack/include/oplk/errordefs.h + ../../../../stack/include/oplk/event.h + ../../../../stack/include/oplk/frame.h + ../../../../stack/include/oplk/nmt.h + ../../../../stack/include/oplk/obd.h + ../../../../stack/include/oplk/obdal.h + ../../../../stack/include/oplk/oplk.h + ../../../../stack/include/oplk/oplkdefs.h + ../../../../stack/include/oplk/oplkinc.h + ../../../../stack/include/oplk/sdo.h + ../../../../stack/include/oplk/sdoabortcodes.h + ../../../../stack/include/oplk/targetdefs/c5socarm.h + ../../../../stack/include/oplk/targetdefs/linux.h + ../../../../stack/include/oplk/targetdefs/microblaze.h + ../../../../stack/include/oplk/targetdefs/nios2.h + ../../../../stack/include/oplk/targetdefs/vxworks.h + ../../../../stack/include/oplk/targetdefs/wince.h + ../../../../stack/include/oplk/targetdefs/windows-mingw.h + ../../../../stack/include/oplk/targetdefs/windows.h + ../../../../stack/include/oplk/targetdefs/winkernel.h + ../../../../stack/include/oplk/targetsystem.h + ../../../../stack/include/oplk/version.h + ../../../common/src/firmwaremanager/firmwarecheck.h + ../../../common/src/firmwaremanager/firmwareinfo.h + ../../../common/src/firmwaremanager/firmwareinfodecode.h + ../../../common/src/firmwaremanager/firmwaremanager.h + ../../../common/src/firmwaremanager/firmwarestore.h + ../../../common/src/firmwaremanager/firmwaretrace.h + ../../../common/src/firmwaremanager/firmwareupdate.h + /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.obj + ../../../../stack/include/oplk/basictypes.h + ../../../../stack/include/oplk/cfm.h + ../../../../stack/include/oplk/errordefs.h + ../../../../stack/include/oplk/event.h + ../../../../stack/include/oplk/frame.h + ../../../../stack/include/oplk/nmt.h + ../../../../stack/include/oplk/obd.h + ../../../../stack/include/oplk/obdal.h + ../../../../stack/include/oplk/oplk.h + ../../../../stack/include/oplk/oplkdefs.h + ../../../../stack/include/oplk/oplkinc.h + ../../../../stack/include/oplk/sdo.h + ../../../../stack/include/oplk/sdoabortcodes.h + ../../../../stack/include/oplk/targetdefs/c5socarm.h + ../../../../stack/include/oplk/targetdefs/linux.h + ../../../../stack/include/oplk/targetdefs/microblaze.h + ../../../../stack/include/oplk/targetdefs/nios2.h + ../../../../stack/include/oplk/targetdefs/vxworks.h + ../../../../stack/include/oplk/targetdefs/wince.h + ../../../../stack/include/oplk/targetdefs/windows-mingw.h + ../../../../stack/include/oplk/targetdefs/windows.h + ../../../../stack/include/oplk/targetdefs/winkernel.h + ../../../../stack/include/oplk/targetsystem.h + ../../../../stack/include/oplk/version.h + ../../../common/src/firmwaremanager/firmwareinfo.h + ../../../common/src/firmwaremanager/firmwareinfodecode.h + ../../../common/src/firmwaremanager/firmwaremanager.h + ../../../common/src/firmwaremanager/firmwarestore.h + /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.obj + ../../../../stack/include/oplk/basictypes.h + ../../../../stack/include/oplk/cfm.h + ../../../../stack/include/oplk/errordefs.h + ../../../../stack/include/oplk/event.h + ../../../../stack/include/oplk/frame.h + ../../../../stack/include/oplk/nmt.h + ../../../../stack/include/oplk/obd.h + ../../../../stack/include/oplk/obdal.h + ../../../../stack/include/oplk/oplk.h + ../../../../stack/include/oplk/oplkdefs.h + ../../../../stack/include/oplk/oplkinc.h + ../../../../stack/include/oplk/sdo.h + ../../../../stack/include/oplk/sdoabortcodes.h + ../../../../stack/include/oplk/targetdefs/c5socarm.h + ../../../../stack/include/oplk/targetdefs/linux.h + ../../../../stack/include/oplk/targetdefs/microblaze.h + ../../../../stack/include/oplk/targetdefs/nios2.h + ../../../../stack/include/oplk/targetdefs/vxworks.h + ../../../../stack/include/oplk/targetdefs/wince.h + ../../../../stack/include/oplk/targetdefs/windows-mingw.h + ../../../../stack/include/oplk/targetdefs/windows.h + ../../../../stack/include/oplk/targetdefs/winkernel.h + ../../../../stack/include/oplk/targetsystem.h + ../../../../stack/include/oplk/version.h + ../../../common/src/firmwaremanager/firmwareinfodecode.h + ../../../common/src/firmwaremanager/firmwaremanager.h + ../../../common/src/firmwaremanager/firmwarestore.h + /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj + ../../../../stack/include/oplk/basictypes.h + ../../../../stack/include/oplk/cfm.h + ../../../../stack/include/oplk/debugstr.h + ../../../../stack/include/oplk/errordefs.h + ../../../../stack/include/oplk/event.h + ../../../../stack/include/oplk/frame.h + ../../../../stack/include/oplk/nmt.h + ../../../../stack/include/oplk/obd.h + ../../../../stack/include/oplk/obdal.h + ../../../../stack/include/oplk/oplk.h + ../../../../stack/include/oplk/oplkdefs.h + ../../../../stack/include/oplk/oplkinc.h + ../../../../stack/include/oplk/sdo.h + ../../../../stack/include/oplk/sdoabortcodes.h + ../../../../stack/include/oplk/targetdefs/c5socarm.h + ../../../../stack/include/oplk/targetdefs/linux.h + ../../../../stack/include/oplk/targetdefs/microblaze.h + ../../../../stack/include/oplk/targetdefs/nios2.h + ../../../../stack/include/oplk/targetdefs/vxworks.h + ../../../../stack/include/oplk/targetdefs/wince.h + ../../../../stack/include/oplk/targetdefs/windows-mingw.h + ../../../../stack/include/oplk/targetdefs/windows.h + ../../../../stack/include/oplk/targetdefs/winkernel.h + ../../../../stack/include/oplk/targetsystem.h + ../../../../stack/include/oplk/version.h + ../../../common/src/firmwaremanager/firmwarecheck.h + ../../../common/src/firmwaremanager/firmwareinfo.h + ../../../common/src/firmwaremanager/firmwareinfodecode.h + ../../../common/src/firmwaremanager/firmwaremanager.h + ../../../common/src/firmwaremanager/firmwarestore.h + ../../../common/src/firmwaremanager/firmwaretrace.h + ../../../common/src/firmwaremanager/firmwareupdate.h + /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.obj + ../../../../stack/include/oplk/basictypes.h + ../../../../stack/include/oplk/cfm.h + ../../../../stack/include/oplk/errordefs.h + ../../../../stack/include/oplk/event.h + ../../../../stack/include/oplk/frame.h + ../../../../stack/include/oplk/nmt.h + ../../../../stack/include/oplk/obd.h + ../../../../stack/include/oplk/obdal.h + ../../../../stack/include/oplk/oplk.h + ../../../../stack/include/oplk/oplkdefs.h + ../../../../stack/include/oplk/oplkinc.h + ../../../../stack/include/oplk/sdo.h + ../../../../stack/include/oplk/sdoabortcodes.h + ../../../../stack/include/oplk/targetdefs/c5socarm.h + ../../../../stack/include/oplk/targetdefs/linux.h + ../../../../stack/include/oplk/targetdefs/microblaze.h + ../../../../stack/include/oplk/targetdefs/nios2.h + ../../../../stack/include/oplk/targetdefs/vxworks.h + ../../../../stack/include/oplk/targetdefs/wince.h + ../../../../stack/include/oplk/targetdefs/windows-mingw.h + ../../../../stack/include/oplk/targetdefs/windows.h + ../../../../stack/include/oplk/targetdefs/winkernel.h + ../../../../stack/include/oplk/targetsystem.h + ../../../../stack/include/oplk/version.h + ../../../common/src/firmwaremanager/firmwaremanager.h + ../../../common/src/firmwaremanager/firmwarestore.h + /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.obj + ../../../../stack/include/oplk/basictypes.h + ../../../../stack/include/oplk/cfm.h + ../../../../stack/include/oplk/errordefs.h + ../../../../stack/include/oplk/event.h + ../../../../stack/include/oplk/frame.h + ../../../../stack/include/oplk/nmt.h + ../../../../stack/include/oplk/obd.h + ../../../../stack/include/oplk/obdal.h + ../../../../stack/include/oplk/oplk.h + ../../../../stack/include/oplk/oplkdefs.h + ../../../../stack/include/oplk/oplkinc.h + ../../../../stack/include/oplk/sdo.h + ../../../../stack/include/oplk/sdoabortcodes.h + ../../../../stack/include/oplk/targetdefs/c5socarm.h + ../../../../stack/include/oplk/targetdefs/linux.h + ../../../../stack/include/oplk/targetdefs/microblaze.h + ../../../../stack/include/oplk/targetdefs/nios2.h + ../../../../stack/include/oplk/targetdefs/vxworks.h + ../../../../stack/include/oplk/targetdefs/wince.h + ../../../../stack/include/oplk/targetdefs/windows-mingw.h + ../../../../stack/include/oplk/targetdefs/windows.h + ../../../../stack/include/oplk/targetdefs/winkernel.h + ../../../../stack/include/oplk/targetsystem.h + ../../../../stack/include/oplk/version.h + ../../../common/src/firmwaremanager/firmwareinfodecode.h + ../../../common/src/firmwaremanager/firmwaremanager.h + ../../../common/src/firmwaremanager/firmwarestore.h + ../../../common/src/firmwaremanager/firmwaretrace.h + ../../../common/src/firmwaremanager/firmwareupdate.h + /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj + ../../../../stack/include/oplk/basictypes.h + ../../../../stack/include/oplk/cfm.h + ../../../../stack/include/oplk/errordefs.h + ../../../../stack/include/oplk/event.h + ../../../../stack/include/oplk/frame.h + ../../../../stack/include/oplk/nmt.h + ../../../../stack/include/oplk/obd.h + ../../../../stack/include/oplk/obdal.h + ../../../../stack/include/oplk/oplk.h + ../../../../stack/include/oplk/oplkdefs.h + ../../../../stack/include/oplk/oplkinc.h + ../../../../stack/include/oplk/sdo.h + ../../../../stack/include/oplk/sdoabortcodes.h + ../../../../stack/include/oplk/targetdefs/c5socarm.h + ../../../../stack/include/oplk/targetdefs/linux.h + ../../../../stack/include/oplk/targetdefs/microblaze.h + ../../../../stack/include/oplk/targetdefs/nios2.h + ../../../../stack/include/oplk/targetdefs/vxworks.h + ../../../../stack/include/oplk/targetdefs/wince.h + ../../../../stack/include/oplk/targetdefs/windows-mingw.h + ../../../../stack/include/oplk/targetdefs/windows.h + ../../../../stack/include/oplk/targetdefs/winkernel.h + ../../../../stack/include/oplk/targetsystem.h + ../../../../stack/include/oplk/version.h + /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c + /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj + ../../../../stack/include/oplk/basictypes.h + ../../../../stack/include/oplk/cfm.h + ../../../../stack/include/oplk/errordefs.h + ../../../../stack/include/oplk/event.h + ../../../../stack/include/oplk/frame.h + ../../../../stack/include/oplk/nmt.h + ../../../../stack/include/oplk/obd.h + ../../../../stack/include/oplk/obdal.h + ../../../../stack/include/oplk/oplk.h + ../../../../stack/include/oplk/oplkdefs.h + ../../../../stack/include/oplk/oplkinc.h + ../../../../stack/include/oplk/sdo.h + ../../../../stack/include/oplk/sdoabortcodes.h + ../../../../stack/include/oplk/targetdefs/c5socarm.h + ../../../../stack/include/oplk/targetdefs/linux.h + ../../../../stack/include/oplk/targetdefs/microblaze.h + ../../../../stack/include/oplk/targetdefs/nios2.h + ../../../../stack/include/oplk/targetdefs/vxworks.h + ../../../../stack/include/oplk/targetdefs/wince.h + ../../../../stack/include/oplk/targetdefs/windows-mingw.h + ../../../../stack/include/oplk/targetdefs/windows.h + ../../../../stack/include/oplk/targetdefs/winkernel.h + ../../../../stack/include/oplk/targetsystem.h + ../../../../stack/include/oplk/version.h + ../../../common/objdicts/CiA302-4_MN/objdict.h + ../../../common/src/obdcreate/obdmacro.h + /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c + /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj + ../../../../contrib/trace/trace.h + ../../../../stack/include/oplk/basictypes.h + ../../../../stack/include/oplk/cfm.h + ../../../../stack/include/oplk/errordefs.h + ../../../../stack/include/oplk/event.h + ../../../../stack/include/oplk/frame.h + ../../../../stack/include/oplk/nmt.h + ../../../../stack/include/oplk/obd.h + ../../../../stack/include/oplk/obdal.h + ../../../../stack/include/oplk/oplk.h + ../../../../stack/include/oplk/oplkdefs.h + ../../../../stack/include/oplk/oplkinc.h + ../../../../stack/include/oplk/sdo.h + ../../../../stack/include/oplk/sdoabortcodes.h + ../../../../stack/include/oplk/targetdefs/c5socarm.h + ../../../../stack/include/oplk/targetdefs/linux.h + ../../../../stack/include/oplk/targetdefs/microblaze.h + ../../../../stack/include/oplk/targetdefs/nios2.h + ../../../../stack/include/oplk/targetdefs/vxworks.h + ../../../../stack/include/oplk/targetdefs/wince.h + ../../../../stack/include/oplk/targetdefs/windows-mingw.h + ../../../../stack/include/oplk/targetdefs/windows.h + ../../../../stack/include/oplk/targetdefs/winkernel.h + ../../../../stack/include/oplk/targetsystem.h + ../../../../stack/include/oplk/version.h + /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c + /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.obj + /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.obj + /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.obj + ../../../../contrib/trace/trace.h + /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c +CMakeFiles/demo_mn_console.dir/src/app.c.obj + ../../../../stack/include/oplk/basictypes.h + ../../../../stack/include/oplk/cfm.h + ../../../../stack/include/oplk/debugstr.h + ../../../../stack/include/oplk/errordefs.h + ../../../../stack/include/oplk/event.h + ../../../../stack/include/oplk/frame.h + ../../../../stack/include/oplk/nmt.h + ../../../../stack/include/oplk/obd.h + ../../../../stack/include/oplk/obdal.h + ../../../../stack/include/oplk/oplk.h + ../../../../stack/include/oplk/oplkdefs.h + ../../../../stack/include/oplk/oplkinc.h + ../../../../stack/include/oplk/sdo.h + ../../../../stack/include/oplk/sdoabortcodes.h + ../../../../stack/include/oplk/targetdefs/c5socarm.h + ../../../../stack/include/oplk/targetdefs/linux.h + ../../../../stack/include/oplk/targetdefs/microblaze.h + ../../../../stack/include/oplk/targetdefs/nios2.h + ../../../../stack/include/oplk/targetdefs/vxworks.h + ../../../../stack/include/oplk/targetdefs/wince.h + ../../../../stack/include/oplk/targetdefs/windows-mingw.h + ../../../../stack/include/oplk/targetdefs/windows.h + ../../../../stack/include/oplk/targetdefs/winkernel.h + ../../../../stack/include/oplk/targetsystem.h + ../../../../stack/include/oplk/version.h + ../../../common/objdicts/CiA302-4_MN/obdpi.h + ../../../common/src/eventlog/eventlog.h + ../../../common/src/eventlog/eventlogstring.h + /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/src/app.c + /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/src/app.h + /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/src/xap.h +CMakeFiles/demo_mn_console.dir/src/event.c.obj + ../../../../contrib/console/console.h + ../../../../stack/include/oplk/basictypes.h + ../../../../stack/include/oplk/cfm.h + ../../../../stack/include/oplk/debugstr.h + ../../../../stack/include/oplk/errordefs.h + ../../../../stack/include/oplk/event.h + ../../../../stack/include/oplk/frame.h + ../../../../stack/include/oplk/nmt.h + ../../../../stack/include/oplk/obd.h + ../../../../stack/include/oplk/obdal.h + ../../../../stack/include/oplk/oplk.h + ../../../../stack/include/oplk/oplkdefs.h + ../../../../stack/include/oplk/oplkinc.h + ../../../../stack/include/oplk/sdo.h + ../../../../stack/include/oplk/sdoabortcodes.h + ../../../../stack/include/oplk/targetdefs/c5socarm.h + ../../../../stack/include/oplk/targetdefs/linux.h + ../../../../stack/include/oplk/targetdefs/microblaze.h + ../../../../stack/include/oplk/targetdefs/nios2.h + ../../../../stack/include/oplk/targetdefs/vxworks.h + ../../../../stack/include/oplk/targetdefs/wince.h + ../../../../stack/include/oplk/targetdefs/windows-mingw.h + ../../../../stack/include/oplk/targetdefs/windows.h + ../../../../stack/include/oplk/targetdefs/winkernel.h + ../../../../stack/include/oplk/targetsystem.h + ../../../../stack/include/oplk/version.h + ../../../common/src/eventlog/eventlog.h + ../../../common/src/eventlog/eventlogstring.h + /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/src/event.c + /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/src/event.h +CMakeFiles/demo_mn_console.dir/src/main.c.obj + ../../../../contrib/console/console.h + ../../../../contrib/getopt/getopt.h + ../../../../stack/include/oplk/basictypes.h + ../../../../stack/include/oplk/cfm.h + ../../../../stack/include/oplk/debugstr.h + ../../../../stack/include/oplk/errordefs.h + ../../../../stack/include/oplk/event.h + ../../../../stack/include/oplk/frame.h + ../../../../stack/include/oplk/nmt.h + ../../../../stack/include/oplk/obd.h + ../../../../stack/include/oplk/obdal.h + ../../../../stack/include/oplk/oplk.h + ../../../../stack/include/oplk/oplkdefs.h + ../../../../stack/include/oplk/oplkinc.h + ../../../../stack/include/oplk/sdo.h + ../../../../stack/include/oplk/sdoabortcodes.h + ../../../../stack/include/oplk/targetdefs/c5socarm.h + ../../../../stack/include/oplk/targetdefs/linux.h + ../../../../stack/include/oplk/targetdefs/microblaze.h + ../../../../stack/include/oplk/targetdefs/nios2.h + ../../../../stack/include/oplk/targetdefs/vxworks.h + ../../../../stack/include/oplk/targetdefs/wince.h + ../../../../stack/include/oplk/targetdefs/windows-mingw.h + ../../../../stack/include/oplk/targetdefs/windows.h + ../../../../stack/include/oplk/targetdefs/winkernel.h + ../../../../stack/include/oplk/targetsystem.h + ../../../../stack/include/oplk/version.h + ../../../common/src/eventlog/eventlog.h + ../../../common/src/eventlog/eventlogstring.h + ../../../common/src/firmwaremanager/firmwaremanager.h + ../../../common/src/netselect/netselect.h + ../../../common/src/obdcreate/obdcreate.h + ../../../common/src/system/system.h + /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/src/app.h + /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/src/event.h + /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/src/main.c diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/depend.make b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/depend.make new file mode 100644 index 000000000..4fa279542 --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/depend.make @@ -0,0 +1,463 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.obj: ../../../../stack/include/oplk/basictypes.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.obj: ../../../../stack/include/oplk/cfm.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.obj: ../../../../stack/include/oplk/errordefs.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.obj: ../../../../stack/include/oplk/event.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.obj: ../../../../stack/include/oplk/frame.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.obj: ../../../../stack/include/oplk/nmt.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.obj: ../../../../stack/include/oplk/obd.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.obj: ../../../../stack/include/oplk/obdal.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.obj: ../../../../stack/include/oplk/oplk.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.obj: ../../../../stack/include/oplk/oplkdefs.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.obj: ../../../../stack/include/oplk/oplkinc.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.obj: ../../../../stack/include/oplk/sdo.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.obj: ../../../../stack/include/oplk/sdoabortcodes.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.obj: ../../../../stack/include/oplk/targetdefs/c5socarm.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.obj: ../../../../stack/include/oplk/targetdefs/linux.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.obj: ../../../../stack/include/oplk/targetdefs/microblaze.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.obj: ../../../../stack/include/oplk/targetdefs/nios2.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.obj: ../../../../stack/include/oplk/targetdefs/vxworks.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.obj: ../../../../stack/include/oplk/targetdefs/wince.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.obj: ../../../../stack/include/oplk/targetdefs/windows-mingw.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.obj: ../../../../stack/include/oplk/targetdefs/windows.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.obj: ../../../../stack/include/oplk/targetdefs/winkernel.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.obj: ../../../../stack/include/oplk/targetsystem.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.obj: ../../../../stack/include/oplk/version.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.h + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: ../../../../stack/include/oplk/basictypes.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: ../../../../stack/include/oplk/cfm.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: ../../../../stack/include/oplk/debugstr.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: ../../../../stack/include/oplk/errordefs.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: ../../../../stack/include/oplk/event.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: ../../../../stack/include/oplk/frame.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: ../../../../stack/include/oplk/nmt.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: ../../../../stack/include/oplk/obd.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: ../../../../stack/include/oplk/obdal.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: ../../../../stack/include/oplk/oplk.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: ../../../../stack/include/oplk/oplkdefs.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: ../../../../stack/include/oplk/oplkinc.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: ../../../../stack/include/oplk/sdo.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: ../../../../stack/include/oplk/sdoabortcodes.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: ../../../../stack/include/oplk/targetdefs/c5socarm.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: ../../../../stack/include/oplk/targetdefs/linux.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: ../../../../stack/include/oplk/targetdefs/microblaze.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: ../../../../stack/include/oplk/targetdefs/nios2.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: ../../../../stack/include/oplk/targetdefs/vxworks.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: ../../../../stack/include/oplk/targetdefs/wince.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: ../../../../stack/include/oplk/targetdefs/windows-mingw.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: ../../../../stack/include/oplk/targetdefs/windows.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: ../../../../stack/include/oplk/targetdefs/winkernel.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: ../../../../stack/include/oplk/targetsystem.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: ../../../../stack/include/oplk/version.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.h + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: ../../../../stack/include/oplk/basictypes.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: ../../../../stack/include/oplk/cfm.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: ../../../../stack/include/oplk/debugstr.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: ../../../../stack/include/oplk/errordefs.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: ../../../../stack/include/oplk/event.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: ../../../../stack/include/oplk/frame.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: ../../../../stack/include/oplk/nmt.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: ../../../../stack/include/oplk/obd.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: ../../../../stack/include/oplk/obdal.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: ../../../../stack/include/oplk/oplk.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: ../../../../stack/include/oplk/oplkdefs.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: ../../../../stack/include/oplk/oplkinc.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: ../../../../stack/include/oplk/sdo.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: ../../../../stack/include/oplk/sdoabortcodes.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: ../../../../stack/include/oplk/targetdefs/c5socarm.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: ../../../../stack/include/oplk/targetdefs/linux.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: ../../../../stack/include/oplk/targetdefs/microblaze.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: ../../../../stack/include/oplk/targetdefs/nios2.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: ../../../../stack/include/oplk/targetdefs/vxworks.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: ../../../../stack/include/oplk/targetdefs/wince.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: ../../../../stack/include/oplk/targetdefs/windows-mingw.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: ../../../../stack/include/oplk/targetdefs/windows.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: ../../../../stack/include/oplk/targetdefs/winkernel.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: ../../../../stack/include/oplk/targetsystem.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: ../../../../stack/include/oplk/version.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.h + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.obj: ../../../../stack/include/oplk/basictypes.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.obj: ../../../../stack/include/oplk/cfm.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.obj: ../../../../stack/include/oplk/errordefs.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.obj: ../../../../stack/include/oplk/event.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.obj: ../../../../stack/include/oplk/frame.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.obj: ../../../../stack/include/oplk/nmt.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.obj: ../../../../stack/include/oplk/obd.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.obj: ../../../../stack/include/oplk/obdal.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.obj: ../../../../stack/include/oplk/oplk.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.obj: ../../../../stack/include/oplk/oplkdefs.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.obj: ../../../../stack/include/oplk/oplkinc.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.obj: ../../../../stack/include/oplk/sdo.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.obj: ../../../../stack/include/oplk/sdoabortcodes.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.obj: ../../../../stack/include/oplk/targetdefs/c5socarm.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.obj: ../../../../stack/include/oplk/targetdefs/linux.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.obj: ../../../../stack/include/oplk/targetdefs/microblaze.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.obj: ../../../../stack/include/oplk/targetdefs/nios2.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.obj: ../../../../stack/include/oplk/targetdefs/vxworks.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.obj: ../../../../stack/include/oplk/targetdefs/wince.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.obj: ../../../../stack/include/oplk/targetdefs/windows-mingw.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.obj: ../../../../stack/include/oplk/targetdefs/windows.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.obj: ../../../../stack/include/oplk/targetdefs/winkernel.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.obj: ../../../../stack/include/oplk/targetsystem.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.obj: ../../../../stack/include/oplk/version.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.obj: ../../../common/src/firmwaremanager/firmwarecheck.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.obj: ../../../common/src/firmwaremanager/firmwareinfo.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.obj: ../../../common/src/firmwaremanager/firmwareinfodecode.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.obj: ../../../common/src/firmwaremanager/firmwaremanager.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.obj: ../../../common/src/firmwaremanager/firmwarestore.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.obj: ../../../common/src/firmwaremanager/firmwaretrace.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.obj: ../../../common/src/firmwaremanager/firmwareupdate.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.obj: ../../../../stack/include/oplk/basictypes.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.obj: ../../../../stack/include/oplk/cfm.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.obj: ../../../../stack/include/oplk/errordefs.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.obj: ../../../../stack/include/oplk/event.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.obj: ../../../../stack/include/oplk/frame.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.obj: ../../../../stack/include/oplk/nmt.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.obj: ../../../../stack/include/oplk/obd.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.obj: ../../../../stack/include/oplk/obdal.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.obj: ../../../../stack/include/oplk/oplk.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.obj: ../../../../stack/include/oplk/oplkdefs.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.obj: ../../../../stack/include/oplk/oplkinc.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.obj: ../../../../stack/include/oplk/sdo.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.obj: ../../../../stack/include/oplk/sdoabortcodes.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.obj: ../../../../stack/include/oplk/targetdefs/c5socarm.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.obj: ../../../../stack/include/oplk/targetdefs/linux.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.obj: ../../../../stack/include/oplk/targetdefs/microblaze.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.obj: ../../../../stack/include/oplk/targetdefs/nios2.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.obj: ../../../../stack/include/oplk/targetdefs/vxworks.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.obj: ../../../../stack/include/oplk/targetdefs/wince.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.obj: ../../../../stack/include/oplk/targetdefs/windows-mingw.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.obj: ../../../../stack/include/oplk/targetdefs/windows.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.obj: ../../../../stack/include/oplk/targetdefs/winkernel.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.obj: ../../../../stack/include/oplk/targetsystem.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.obj: ../../../../stack/include/oplk/version.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.obj: ../../../common/src/firmwaremanager/firmwareinfo.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.obj: ../../../common/src/firmwaremanager/firmwareinfodecode.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.obj: ../../../common/src/firmwaremanager/firmwaremanager.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.obj: ../../../common/src/firmwaremanager/firmwarestore.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.obj: ../../../../stack/include/oplk/basictypes.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.obj: ../../../../stack/include/oplk/cfm.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.obj: ../../../../stack/include/oplk/errordefs.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.obj: ../../../../stack/include/oplk/event.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.obj: ../../../../stack/include/oplk/frame.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.obj: ../../../../stack/include/oplk/nmt.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.obj: ../../../../stack/include/oplk/obd.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.obj: ../../../../stack/include/oplk/obdal.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.obj: ../../../../stack/include/oplk/oplk.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.obj: ../../../../stack/include/oplk/oplkdefs.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.obj: ../../../../stack/include/oplk/oplkinc.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.obj: ../../../../stack/include/oplk/sdo.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.obj: ../../../../stack/include/oplk/sdoabortcodes.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.obj: ../../../../stack/include/oplk/targetdefs/c5socarm.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.obj: ../../../../stack/include/oplk/targetdefs/linux.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.obj: ../../../../stack/include/oplk/targetdefs/microblaze.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.obj: ../../../../stack/include/oplk/targetdefs/nios2.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.obj: ../../../../stack/include/oplk/targetdefs/vxworks.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.obj: ../../../../stack/include/oplk/targetdefs/wince.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.obj: ../../../../stack/include/oplk/targetdefs/windows-mingw.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.obj: ../../../../stack/include/oplk/targetdefs/windows.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.obj: ../../../../stack/include/oplk/targetdefs/winkernel.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.obj: ../../../../stack/include/oplk/targetsystem.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.obj: ../../../../stack/include/oplk/version.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.obj: ../../../common/src/firmwaremanager/firmwareinfodecode.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.obj: ../../../common/src/firmwaremanager/firmwaremanager.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.obj: ../../../common/src/firmwaremanager/firmwarestore.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj: ../../../../stack/include/oplk/basictypes.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj: ../../../../stack/include/oplk/cfm.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj: ../../../../stack/include/oplk/debugstr.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj: ../../../../stack/include/oplk/errordefs.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj: ../../../../stack/include/oplk/event.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj: ../../../../stack/include/oplk/frame.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj: ../../../../stack/include/oplk/nmt.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj: ../../../../stack/include/oplk/obd.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj: ../../../../stack/include/oplk/obdal.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj: ../../../../stack/include/oplk/oplk.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj: ../../../../stack/include/oplk/oplkdefs.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj: ../../../../stack/include/oplk/oplkinc.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj: ../../../../stack/include/oplk/sdo.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj: ../../../../stack/include/oplk/sdoabortcodes.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj: ../../../../stack/include/oplk/targetdefs/c5socarm.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj: ../../../../stack/include/oplk/targetdefs/linux.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj: ../../../../stack/include/oplk/targetdefs/microblaze.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj: ../../../../stack/include/oplk/targetdefs/nios2.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj: ../../../../stack/include/oplk/targetdefs/vxworks.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj: ../../../../stack/include/oplk/targetdefs/wince.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj: ../../../../stack/include/oplk/targetdefs/windows-mingw.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj: ../../../../stack/include/oplk/targetdefs/windows.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj: ../../../../stack/include/oplk/targetdefs/winkernel.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj: ../../../../stack/include/oplk/targetsystem.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj: ../../../../stack/include/oplk/version.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj: ../../../common/src/firmwaremanager/firmwarecheck.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj: ../../../common/src/firmwaremanager/firmwareinfo.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj: ../../../common/src/firmwaremanager/firmwareinfodecode.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj: ../../../common/src/firmwaremanager/firmwaremanager.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj: ../../../common/src/firmwaremanager/firmwarestore.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj: ../../../common/src/firmwaremanager/firmwaretrace.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj: ../../../common/src/firmwaremanager/firmwareupdate.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.obj: ../../../../stack/include/oplk/basictypes.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.obj: ../../../../stack/include/oplk/cfm.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.obj: ../../../../stack/include/oplk/errordefs.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.obj: ../../../../stack/include/oplk/event.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.obj: ../../../../stack/include/oplk/frame.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.obj: ../../../../stack/include/oplk/nmt.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.obj: ../../../../stack/include/oplk/obd.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.obj: ../../../../stack/include/oplk/obdal.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.obj: ../../../../stack/include/oplk/oplk.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.obj: ../../../../stack/include/oplk/oplkdefs.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.obj: ../../../../stack/include/oplk/oplkinc.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.obj: ../../../../stack/include/oplk/sdo.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.obj: ../../../../stack/include/oplk/sdoabortcodes.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.obj: ../../../../stack/include/oplk/targetdefs/c5socarm.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.obj: ../../../../stack/include/oplk/targetdefs/linux.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.obj: ../../../../stack/include/oplk/targetdefs/microblaze.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.obj: ../../../../stack/include/oplk/targetdefs/nios2.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.obj: ../../../../stack/include/oplk/targetdefs/vxworks.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.obj: ../../../../stack/include/oplk/targetdefs/wince.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.obj: ../../../../stack/include/oplk/targetdefs/windows-mingw.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.obj: ../../../../stack/include/oplk/targetdefs/windows.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.obj: ../../../../stack/include/oplk/targetdefs/winkernel.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.obj: ../../../../stack/include/oplk/targetsystem.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.obj: ../../../../stack/include/oplk/version.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.obj: ../../../common/src/firmwaremanager/firmwaremanager.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.obj: ../../../common/src/firmwaremanager/firmwarestore.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.obj: ../../../../stack/include/oplk/basictypes.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.obj: ../../../../stack/include/oplk/cfm.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.obj: ../../../../stack/include/oplk/errordefs.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.obj: ../../../../stack/include/oplk/event.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.obj: ../../../../stack/include/oplk/frame.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.obj: ../../../../stack/include/oplk/nmt.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.obj: ../../../../stack/include/oplk/obd.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.obj: ../../../../stack/include/oplk/obdal.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.obj: ../../../../stack/include/oplk/oplk.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.obj: ../../../../stack/include/oplk/oplkdefs.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.obj: ../../../../stack/include/oplk/oplkinc.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.obj: ../../../../stack/include/oplk/sdo.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.obj: ../../../../stack/include/oplk/sdoabortcodes.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.obj: ../../../../stack/include/oplk/targetdefs/c5socarm.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.obj: ../../../../stack/include/oplk/targetdefs/linux.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.obj: ../../../../stack/include/oplk/targetdefs/microblaze.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.obj: ../../../../stack/include/oplk/targetdefs/nios2.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.obj: ../../../../stack/include/oplk/targetdefs/vxworks.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.obj: ../../../../stack/include/oplk/targetdefs/wince.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.obj: ../../../../stack/include/oplk/targetdefs/windows-mingw.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.obj: ../../../../stack/include/oplk/targetdefs/windows.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.obj: ../../../../stack/include/oplk/targetdefs/winkernel.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.obj: ../../../../stack/include/oplk/targetsystem.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.obj: ../../../../stack/include/oplk/version.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.obj: ../../../common/src/firmwaremanager/firmwareinfodecode.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.obj: ../../../common/src/firmwaremanager/firmwaremanager.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.obj: ../../../common/src/firmwaremanager/firmwarestore.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.obj: ../../../common/src/firmwaremanager/firmwaretrace.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.obj: ../../../common/src/firmwaremanager/firmwareupdate.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj: ../../../../stack/include/oplk/basictypes.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj: ../../../../stack/include/oplk/cfm.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj: ../../../../stack/include/oplk/errordefs.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj: ../../../../stack/include/oplk/event.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj: ../../../../stack/include/oplk/frame.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj: ../../../../stack/include/oplk/nmt.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj: ../../../../stack/include/oplk/obd.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj: ../../../../stack/include/oplk/obdal.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj: ../../../../stack/include/oplk/oplk.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj: ../../../../stack/include/oplk/oplkdefs.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj: ../../../../stack/include/oplk/oplkinc.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj: ../../../../stack/include/oplk/sdo.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj: ../../../../stack/include/oplk/sdoabortcodes.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj: ../../../../stack/include/oplk/targetdefs/c5socarm.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj: ../../../../stack/include/oplk/targetdefs/linux.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj: ../../../../stack/include/oplk/targetdefs/microblaze.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj: ../../../../stack/include/oplk/targetdefs/nios2.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj: ../../../../stack/include/oplk/targetdefs/vxworks.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj: ../../../../stack/include/oplk/targetdefs/wince.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj: ../../../../stack/include/oplk/targetdefs/windows-mingw.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj: ../../../../stack/include/oplk/targetdefs/windows.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj: ../../../../stack/include/oplk/targetdefs/winkernel.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj: ../../../../stack/include/oplk/targetsystem.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj: ../../../../stack/include/oplk/version.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.h + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: ../../../../stack/include/oplk/basictypes.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: ../../../../stack/include/oplk/cfm.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: ../../../../stack/include/oplk/errordefs.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: ../../../../stack/include/oplk/event.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: ../../../../stack/include/oplk/frame.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: ../../../../stack/include/oplk/nmt.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: ../../../../stack/include/oplk/obd.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: ../../../../stack/include/oplk/obdal.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: ../../../../stack/include/oplk/oplk.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: ../../../../stack/include/oplk/oplkdefs.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: ../../../../stack/include/oplk/oplkinc.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: ../../../../stack/include/oplk/sdo.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: ../../../../stack/include/oplk/sdoabortcodes.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: ../../../../stack/include/oplk/targetdefs/c5socarm.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: ../../../../stack/include/oplk/targetdefs/linux.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: ../../../../stack/include/oplk/targetdefs/microblaze.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: ../../../../stack/include/oplk/targetdefs/nios2.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: ../../../../stack/include/oplk/targetdefs/vxworks.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: ../../../../stack/include/oplk/targetdefs/wince.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: ../../../../stack/include/oplk/targetdefs/windows-mingw.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: ../../../../stack/include/oplk/targetdefs/windows.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: ../../../../stack/include/oplk/targetdefs/winkernel.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: ../../../../stack/include/oplk/targetsystem.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: ../../../../stack/include/oplk/version.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: ../../../common/objdicts/CiA302-4_MN/objdict.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: ../../../common/src/obdcreate/obdmacro.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.h + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: ../../../../contrib/trace/trace.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: ../../../../stack/include/oplk/basictypes.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: ../../../../stack/include/oplk/cfm.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: ../../../../stack/include/oplk/errordefs.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: ../../../../stack/include/oplk/event.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: ../../../../stack/include/oplk/frame.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: ../../../../stack/include/oplk/nmt.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: ../../../../stack/include/oplk/obd.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: ../../../../stack/include/oplk/obdal.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: ../../../../stack/include/oplk/oplk.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: ../../../../stack/include/oplk/oplkdefs.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: ../../../../stack/include/oplk/oplkinc.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: ../../../../stack/include/oplk/sdo.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: ../../../../stack/include/oplk/sdoabortcodes.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: ../../../../stack/include/oplk/targetdefs/c5socarm.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: ../../../../stack/include/oplk/targetdefs/linux.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: ../../../../stack/include/oplk/targetdefs/microblaze.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: ../../../../stack/include/oplk/targetdefs/nios2.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: ../../../../stack/include/oplk/targetdefs/vxworks.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: ../../../../stack/include/oplk/targetdefs/wince.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: ../../../../stack/include/oplk/targetdefs/windows-mingw.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: ../../../../stack/include/oplk/targetdefs/windows.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: ../../../../stack/include/oplk/targetdefs/winkernel.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: ../../../../stack/include/oplk/targetsystem.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: ../../../../stack/include/oplk/version.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system.h + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c + +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.obj: ../../../../contrib/trace/trace.h +CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.obj: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c + +CMakeFiles/demo_mn_console.dir/src/app.c.obj: ../../../../stack/include/oplk/basictypes.h +CMakeFiles/demo_mn_console.dir/src/app.c.obj: ../../../../stack/include/oplk/cfm.h +CMakeFiles/demo_mn_console.dir/src/app.c.obj: ../../../../stack/include/oplk/debugstr.h +CMakeFiles/demo_mn_console.dir/src/app.c.obj: ../../../../stack/include/oplk/errordefs.h +CMakeFiles/demo_mn_console.dir/src/app.c.obj: ../../../../stack/include/oplk/event.h +CMakeFiles/demo_mn_console.dir/src/app.c.obj: ../../../../stack/include/oplk/frame.h +CMakeFiles/demo_mn_console.dir/src/app.c.obj: ../../../../stack/include/oplk/nmt.h +CMakeFiles/demo_mn_console.dir/src/app.c.obj: ../../../../stack/include/oplk/obd.h +CMakeFiles/demo_mn_console.dir/src/app.c.obj: ../../../../stack/include/oplk/obdal.h +CMakeFiles/demo_mn_console.dir/src/app.c.obj: ../../../../stack/include/oplk/oplk.h +CMakeFiles/demo_mn_console.dir/src/app.c.obj: ../../../../stack/include/oplk/oplkdefs.h +CMakeFiles/demo_mn_console.dir/src/app.c.obj: ../../../../stack/include/oplk/oplkinc.h +CMakeFiles/demo_mn_console.dir/src/app.c.obj: ../../../../stack/include/oplk/sdo.h +CMakeFiles/demo_mn_console.dir/src/app.c.obj: ../../../../stack/include/oplk/sdoabortcodes.h +CMakeFiles/demo_mn_console.dir/src/app.c.obj: ../../../../stack/include/oplk/targetdefs/c5socarm.h +CMakeFiles/demo_mn_console.dir/src/app.c.obj: ../../../../stack/include/oplk/targetdefs/linux.h +CMakeFiles/demo_mn_console.dir/src/app.c.obj: ../../../../stack/include/oplk/targetdefs/microblaze.h +CMakeFiles/demo_mn_console.dir/src/app.c.obj: ../../../../stack/include/oplk/targetdefs/nios2.h +CMakeFiles/demo_mn_console.dir/src/app.c.obj: ../../../../stack/include/oplk/targetdefs/vxworks.h +CMakeFiles/demo_mn_console.dir/src/app.c.obj: ../../../../stack/include/oplk/targetdefs/wince.h +CMakeFiles/demo_mn_console.dir/src/app.c.obj: ../../../../stack/include/oplk/targetdefs/windows-mingw.h +CMakeFiles/demo_mn_console.dir/src/app.c.obj: ../../../../stack/include/oplk/targetdefs/windows.h +CMakeFiles/demo_mn_console.dir/src/app.c.obj: ../../../../stack/include/oplk/targetdefs/winkernel.h +CMakeFiles/demo_mn_console.dir/src/app.c.obj: ../../../../stack/include/oplk/targetsystem.h +CMakeFiles/demo_mn_console.dir/src/app.c.obj: ../../../../stack/include/oplk/version.h +CMakeFiles/demo_mn_console.dir/src/app.c.obj: ../../../common/objdicts/CiA302-4_MN/obdpi.h +CMakeFiles/demo_mn_console.dir/src/app.c.obj: ../../../common/src/eventlog/eventlog.h +CMakeFiles/demo_mn_console.dir/src/app.c.obj: ../../../common/src/eventlog/eventlogstring.h +CMakeFiles/demo_mn_console.dir/src/app.c.obj: ../../src/app.c +CMakeFiles/demo_mn_console.dir/src/app.c.obj: ../../src/app.h +CMakeFiles/demo_mn_console.dir/src/app.c.obj: ../../src/xap.h + +CMakeFiles/demo_mn_console.dir/src/event.c.obj: ../../../../contrib/console/console.h +CMakeFiles/demo_mn_console.dir/src/event.c.obj: ../../../../stack/include/oplk/basictypes.h +CMakeFiles/demo_mn_console.dir/src/event.c.obj: ../../../../stack/include/oplk/cfm.h +CMakeFiles/demo_mn_console.dir/src/event.c.obj: ../../../../stack/include/oplk/debugstr.h +CMakeFiles/demo_mn_console.dir/src/event.c.obj: ../../../../stack/include/oplk/errordefs.h +CMakeFiles/demo_mn_console.dir/src/event.c.obj: ../../../../stack/include/oplk/event.h +CMakeFiles/demo_mn_console.dir/src/event.c.obj: ../../../../stack/include/oplk/frame.h +CMakeFiles/demo_mn_console.dir/src/event.c.obj: ../../../../stack/include/oplk/nmt.h +CMakeFiles/demo_mn_console.dir/src/event.c.obj: ../../../../stack/include/oplk/obd.h +CMakeFiles/demo_mn_console.dir/src/event.c.obj: ../../../../stack/include/oplk/obdal.h +CMakeFiles/demo_mn_console.dir/src/event.c.obj: ../../../../stack/include/oplk/oplk.h +CMakeFiles/demo_mn_console.dir/src/event.c.obj: ../../../../stack/include/oplk/oplkdefs.h +CMakeFiles/demo_mn_console.dir/src/event.c.obj: ../../../../stack/include/oplk/oplkinc.h +CMakeFiles/demo_mn_console.dir/src/event.c.obj: ../../../../stack/include/oplk/sdo.h +CMakeFiles/demo_mn_console.dir/src/event.c.obj: ../../../../stack/include/oplk/sdoabortcodes.h +CMakeFiles/demo_mn_console.dir/src/event.c.obj: ../../../../stack/include/oplk/targetdefs/c5socarm.h +CMakeFiles/demo_mn_console.dir/src/event.c.obj: ../../../../stack/include/oplk/targetdefs/linux.h +CMakeFiles/demo_mn_console.dir/src/event.c.obj: ../../../../stack/include/oplk/targetdefs/microblaze.h +CMakeFiles/demo_mn_console.dir/src/event.c.obj: ../../../../stack/include/oplk/targetdefs/nios2.h +CMakeFiles/demo_mn_console.dir/src/event.c.obj: ../../../../stack/include/oplk/targetdefs/vxworks.h +CMakeFiles/demo_mn_console.dir/src/event.c.obj: ../../../../stack/include/oplk/targetdefs/wince.h +CMakeFiles/demo_mn_console.dir/src/event.c.obj: ../../../../stack/include/oplk/targetdefs/windows-mingw.h +CMakeFiles/demo_mn_console.dir/src/event.c.obj: ../../../../stack/include/oplk/targetdefs/windows.h +CMakeFiles/demo_mn_console.dir/src/event.c.obj: ../../../../stack/include/oplk/targetdefs/winkernel.h +CMakeFiles/demo_mn_console.dir/src/event.c.obj: ../../../../stack/include/oplk/targetsystem.h +CMakeFiles/demo_mn_console.dir/src/event.c.obj: ../../../../stack/include/oplk/version.h +CMakeFiles/demo_mn_console.dir/src/event.c.obj: ../../../common/src/eventlog/eventlog.h +CMakeFiles/demo_mn_console.dir/src/event.c.obj: ../../../common/src/eventlog/eventlogstring.h +CMakeFiles/demo_mn_console.dir/src/event.c.obj: ../../src/event.c +CMakeFiles/demo_mn_console.dir/src/event.c.obj: ../../src/event.h + +CMakeFiles/demo_mn_console.dir/src/main.c.obj: ../../../../contrib/console/console.h +CMakeFiles/demo_mn_console.dir/src/main.c.obj: ../../../../contrib/getopt/getopt.h +CMakeFiles/demo_mn_console.dir/src/main.c.obj: ../../../../stack/include/oplk/basictypes.h +CMakeFiles/demo_mn_console.dir/src/main.c.obj: ../../../../stack/include/oplk/cfm.h +CMakeFiles/demo_mn_console.dir/src/main.c.obj: ../../../../stack/include/oplk/debugstr.h +CMakeFiles/demo_mn_console.dir/src/main.c.obj: ../../../../stack/include/oplk/errordefs.h +CMakeFiles/demo_mn_console.dir/src/main.c.obj: ../../../../stack/include/oplk/event.h +CMakeFiles/demo_mn_console.dir/src/main.c.obj: ../../../../stack/include/oplk/frame.h +CMakeFiles/demo_mn_console.dir/src/main.c.obj: ../../../../stack/include/oplk/nmt.h +CMakeFiles/demo_mn_console.dir/src/main.c.obj: ../../../../stack/include/oplk/obd.h +CMakeFiles/demo_mn_console.dir/src/main.c.obj: ../../../../stack/include/oplk/obdal.h +CMakeFiles/demo_mn_console.dir/src/main.c.obj: ../../../../stack/include/oplk/oplk.h +CMakeFiles/demo_mn_console.dir/src/main.c.obj: ../../../../stack/include/oplk/oplkdefs.h +CMakeFiles/demo_mn_console.dir/src/main.c.obj: ../../../../stack/include/oplk/oplkinc.h +CMakeFiles/demo_mn_console.dir/src/main.c.obj: ../../../../stack/include/oplk/sdo.h +CMakeFiles/demo_mn_console.dir/src/main.c.obj: ../../../../stack/include/oplk/sdoabortcodes.h +CMakeFiles/demo_mn_console.dir/src/main.c.obj: ../../../../stack/include/oplk/targetdefs/c5socarm.h +CMakeFiles/demo_mn_console.dir/src/main.c.obj: ../../../../stack/include/oplk/targetdefs/linux.h +CMakeFiles/demo_mn_console.dir/src/main.c.obj: ../../../../stack/include/oplk/targetdefs/microblaze.h +CMakeFiles/demo_mn_console.dir/src/main.c.obj: ../../../../stack/include/oplk/targetdefs/nios2.h +CMakeFiles/demo_mn_console.dir/src/main.c.obj: ../../../../stack/include/oplk/targetdefs/vxworks.h +CMakeFiles/demo_mn_console.dir/src/main.c.obj: ../../../../stack/include/oplk/targetdefs/wince.h +CMakeFiles/demo_mn_console.dir/src/main.c.obj: ../../../../stack/include/oplk/targetdefs/windows-mingw.h +CMakeFiles/demo_mn_console.dir/src/main.c.obj: ../../../../stack/include/oplk/targetdefs/windows.h +CMakeFiles/demo_mn_console.dir/src/main.c.obj: ../../../../stack/include/oplk/targetdefs/winkernel.h +CMakeFiles/demo_mn_console.dir/src/main.c.obj: ../../../../stack/include/oplk/targetsystem.h +CMakeFiles/demo_mn_console.dir/src/main.c.obj: ../../../../stack/include/oplk/version.h +CMakeFiles/demo_mn_console.dir/src/main.c.obj: ../../../common/src/eventlog/eventlog.h +CMakeFiles/demo_mn_console.dir/src/main.c.obj: ../../../common/src/eventlog/eventlogstring.h +CMakeFiles/demo_mn_console.dir/src/main.c.obj: ../../../common/src/firmwaremanager/firmwaremanager.h +CMakeFiles/demo_mn_console.dir/src/main.c.obj: ../../../common/src/netselect/netselect.h +CMakeFiles/demo_mn_console.dir/src/main.c.obj: ../../../common/src/obdcreate/obdcreate.h +CMakeFiles/demo_mn_console.dir/src/main.c.obj: ../../../common/src/system/system.h +CMakeFiles/demo_mn_console.dir/src/main.c.obj: ../../src/app.h +CMakeFiles/demo_mn_console.dir/src/main.c.obj: ../../src/event.h +CMakeFiles/demo_mn_console.dir/src/main.c.obj: ../../src/main.c + diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/flags.make b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/flags.make new file mode 100644 index 000000000..140f79736 --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# compile C with /usr/bin/arm-none-eabi-gcc +C_FLAGS = -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -Dgcc -O0 -gdwarf-2 -g -fgnu89-inline -Wa,-mimplicit-it=thumb -Werror -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4 -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include -DHAVE_CCONFIG_H -DSTM32F407xx -DUSE_HAL_DRIVER -DHAVE_SIGINFO -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4 -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include -DHAVE_CCONFIG_H -DSTM32F407xx -DUSE_HAL_DRIVER -DHAVE_SIGINFO -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4 -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include -DHAVE_CCONFIG_H -DSTM32F407xx -DUSE_HAL_DRIVER -DHAVE_SIGINFO -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/cortex-m4 -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/sdio -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/usb/STM32_USB_OTG_Driver/inc -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/board/cortex-m4-emulator/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/risc-v/shared/kernel_service -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/devfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/fatfs -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/fs/shared/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/transform_layer/xizi -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Applications/general_functions/list -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/../../APP_Framework/Framework/connection/zigbee -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/resources/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/newlib/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/arch/arm/shared -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/lib/comlibc/common -I/home/bill/XiUOSopenPOWERLINK/xiuos/Ubiquitous/XiZi/kernel/include -DHAVE_CCONFIG_H -DSTM32F407xx -DUSE_HAL_DRIVER -DHAVE_SIGINFO -Wall -Wextra -pedantic -std=c99 -O3 -DNDEBUG + +C_DEFINES = -DCONFIG_INCLUDE_CFM -DCONFIG_INCLUDE_PDO -DCONFIG_INCLUDE_SDO_ASND -DCONFIG_KERNELSTACK_DIRECTLINK -DNMT_MAX_NODE_ID=254 -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -D__XIUOS__ + +C_INCLUDES = -I/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/../../stack/include -I/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/../../contrib -I/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/../common/src -I/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/../common/objdicts -I/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/src -I/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/../common/objdicts/CiA302-4_MN + diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.obj b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.obj new file mode 100644 index 000000000..1379be727 Binary files /dev/null and b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.obj differ diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj new file mode 100644 index 000000000..ad0abd715 Binary files /dev/null and b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj differ diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj new file mode 100644 index 000000000..ae1887ab9 Binary files /dev/null and b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj differ diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.obj b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.obj new file mode 100644 index 000000000..430152c67 Binary files /dev/null and b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.obj differ diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.obj b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.obj new file mode 100644 index 000000000..b78326fda Binary files /dev/null and b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.obj differ diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.obj b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.obj new file mode 100644 index 000000000..8943827ec Binary files /dev/null and b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.obj differ diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj new file mode 100644 index 000000000..1ec98e435 Binary files /dev/null and b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj differ diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.obj b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.obj new file mode 100644 index 000000000..c5a902bbe Binary files /dev/null and b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.obj differ diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.obj b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.obj new file mode 100644 index 000000000..f2b255ff2 Binary files /dev/null and b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.obj differ diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj new file mode 100644 index 000000000..aefce17a2 Binary files /dev/null and b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj differ diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj new file mode 100644 index 000000000..197aba579 Binary files /dev/null and b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj differ diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj new file mode 100644 index 000000000..52a4a1922 Binary files /dev/null and b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj differ diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.obj b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.obj new file mode 100644 index 000000000..da4d7bbd1 Binary files /dev/null and b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.obj differ diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.obj b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.obj new file mode 100644 index 000000000..58b96669f Binary files /dev/null and b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.obj differ diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.obj b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.obj new file mode 100644 index 000000000..a705011e6 Binary files /dev/null and b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.obj differ diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/link.txt b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/link.txt new file mode 100644 index 000000000..5fd70cdd2 --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/arm-none-eabi-ar qc libdemo_mn_console.a CMakeFiles/demo_mn_console.dir/src/main.c.obj CMakeFiles/demo_mn_console.dir/src/app.c.obj CMakeFiles/demo_mn_console.dir/src/event.c.obj CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.obj CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.obj CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.obj CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.obj CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.obj CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.obj CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.obj CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.obj CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.obj +/usr/bin/arm-none-eabi-ranlib libdemo_mn_console.a diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/progress.make b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/progress.make new file mode 100644 index 000000000..a923c4b4e --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/progress.make @@ -0,0 +1,21 @@ +CMAKE_PROGRESS_1 = 1 +CMAKE_PROGRESS_2 = 2 +CMAKE_PROGRESS_3 = 3 +CMAKE_PROGRESS_4 = 4 +CMAKE_PROGRESS_5 = 5 +CMAKE_PROGRESS_6 = 6 +CMAKE_PROGRESS_7 = 7 +CMAKE_PROGRESS_8 = 8 +CMAKE_PROGRESS_9 = 9 +CMAKE_PROGRESS_10 = 10 +CMAKE_PROGRESS_11 = 11 +CMAKE_PROGRESS_12 = 12 +CMAKE_PROGRESS_13 = 13 +CMAKE_PROGRESS_14 = 14 +CMAKE_PROGRESS_15 = 15 +CMAKE_PROGRESS_16 = 16 +CMAKE_PROGRESS_17 = 17 +CMAKE_PROGRESS_18 = 18 +CMAKE_PROGRESS_19 = 19 +CMAKE_PROGRESS_20 = 20 + diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/src/app.c.obj b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/src/app.c.obj new file mode 100644 index 000000000..3d2556732 Binary files /dev/null and b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/src/app.c.obj differ diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/src/event.c.obj b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/src/event.c.obj new file mode 100644 index 000000000..c46947d9d Binary files /dev/null and b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/src/event.c.obj differ diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/src/main.c.obj b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/src/main.c.obj new file mode 100644 index 000000000..7db0fea98 Binary files /dev/null and b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/demo_mn_console.dir/src/main.c.obj differ diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/feature_tests.c b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/feature_tests.c new file mode 100644 index 000000000..83e86dd8c --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/feature_tests.c @@ -0,0 +1,34 @@ + + const char features[] = {"\n" +"C_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 304 +"1" +#else +"0" +#endif +"c_function_prototypes\n" +"C_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L +"1" +#else +"0" +#endif +"c_restrict\n" +"C_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201000L +"1" +#else +"0" +#endif +"c_static_assert\n" +"C_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L +"1" +#else +"0" +#endif +"c_variadic_macros\n" + +}; + +int main(int argc, char** argv) { (void)argv; return features[argc]; } diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/progress.marks b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/progress.marks new file mode 100644 index 000000000..209e3ef4b --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/progress.marks @@ -0,0 +1 @@ +20 diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/Makefile b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/Makefile new file mode 100644 index 000000000..34a0d4c51 --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/Makefile @@ -0,0 +1,738 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.10 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components + +.PHONY : list_install_components/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# The main all target +all: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles/progress.marks + $(MAKE) -f CMakeFiles/Makefile2 all + $(CMAKE_COMMAND) -E cmake_progress_start /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + $(MAKE) -f CMakeFiles/Makefile2 clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + $(MAKE) -f CMakeFiles/Makefile2 preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + $(MAKE) -f CMakeFiles/Makefile2 preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +#============================================================================= +# Target rules for targets named demo_mn_console + +# Build rule for target. +demo_mn_console: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 demo_mn_console +.PHONY : demo_mn_console + +# fast build rule for target. +demo_mn_console/fast: + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/build +.PHONY : demo_mn_console/fast + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.obj: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.obj + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.obj + +# target to build an object file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.obj: + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.obj +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.obj + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.i: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.i + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.i + +# target to preprocess a source file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.i: + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.i +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.i + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.s: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.s + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.s + +# target to generate assembly for a file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.s: + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.s +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.c.s + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.obj: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.obj + +# target to build an object file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj: + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.obj + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.i: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.i + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.i + +# target to preprocess a source file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.i: + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.i +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.i + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.s: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.s + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.s + +# target to generate assembly for a file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.s: + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.s +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.c.s + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.obj: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.obj + +# target to build an object file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj: + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.obj + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.i: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.i + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.i + +# target to preprocess a source file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.i: + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.i +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.i + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.s: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.s + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.s + +# target to generate assembly for a file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.s: + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.s +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.c.s + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.obj: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.obj + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.obj + +# target to build an object file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.obj: + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.obj +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.obj + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.i: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.i + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.i + +# target to preprocess a source file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.i: + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.i +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.i + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.s: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.s + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.s + +# target to generate assembly for a file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.s: + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.s +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.c.s + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.obj: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.obj + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.obj + +# target to build an object file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.obj: + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.obj +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.obj + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.i: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.i + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.i + +# target to preprocess a source file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.i: + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.i +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.i + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.s: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.s + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.s + +# target to generate assembly for a file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.s: + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.s +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.c.s + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.obj: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.obj + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.obj + +# target to build an object file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.obj: + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.obj +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.obj + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.i: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.i + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.i + +# target to preprocess a source file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.i: + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.i +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.i + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.s: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.s + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.s + +# target to generate assembly for a file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.s: + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.s +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.c.s + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.obj: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.obj + +# target to build an object file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj: + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.obj + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.i: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.i + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.i + +# target to preprocess a source file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.i: + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.i +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.i + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.s: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.s + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.s + +# target to generate assembly for a file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.s: + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.s +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.c.s + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.obj: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.obj + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.obj + +# target to build an object file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.obj: + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.obj +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.obj + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.i: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.i + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.i + +# target to preprocess a source file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.i: + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.i +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.i + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.s: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.s + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.s + +# target to generate assembly for a file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.s: + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.s +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.c.s + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.obj: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.obj + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.obj + +# target to build an object file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.obj: + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.obj +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.obj + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.i: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.i + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.i + +# target to preprocess a source file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.i: + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.i +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.i + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.s: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.s + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.s + +# target to generate assembly for a file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.s: + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.s +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.c.s + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.obj: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.obj + +# target to build an object file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj: + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.obj + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.i: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.i + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.i + +# target to preprocess a source file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.i: + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.i +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.i + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.s: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.s + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.s + +# target to generate assembly for a file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.s: + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.s +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.c.s + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.obj: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.obj + +# target to build an object file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj: + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.obj + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.i: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.i + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.i + +# target to preprocess a source file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.i: + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.i +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.i + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.s: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.s + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.s + +# target to generate assembly for a file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.s: + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.s +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.c.s + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.obj: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.obj + +# target to build an object file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj: + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.obj + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.i: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.i + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.i + +# target to preprocess a source file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.i: + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.i +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.i + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.s: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.s + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.s + +# target to generate assembly for a file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.s: + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.s +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.c.s + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.obj: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.obj + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.obj + +# target to build an object file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.obj: + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.obj +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.obj + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.i: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.i + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.i + +# target to preprocess a source file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.i: + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.i +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.i + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.s: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.s + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.s + +# target to generate assembly for a file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.s: + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.s +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.c.s + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.obj: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.obj + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.obj + +# target to build an object file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.obj: + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.obj +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.obj + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.i: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.i + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.i + +# target to preprocess a source file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.i: + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.i +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.i + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.s: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.s + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.s + +# target to generate assembly for a file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.s: + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.s +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.c.s + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.obj: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.obj + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.obj + +# target to build an object file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.obj: + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.obj +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.obj + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.i: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.i + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.i + +# target to preprocess a source file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.i: + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.i +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.i + +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.s: home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.s + +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.s + +# target to generate assembly for a file +home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.s: + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.s +.PHONY : home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.c.s + +src/app.obj: src/app.c.obj + +.PHONY : src/app.obj + +# target to build an object file +src/app.c.obj: + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/src/app.c.obj +.PHONY : src/app.c.obj + +src/app.i: src/app.c.i + +.PHONY : src/app.i + +# target to preprocess a source file +src/app.c.i: + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/src/app.c.i +.PHONY : src/app.c.i + +src/app.s: src/app.c.s + +.PHONY : src/app.s + +# target to generate assembly for a file +src/app.c.s: + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/src/app.c.s +.PHONY : src/app.c.s + +src/event.obj: src/event.c.obj + +.PHONY : src/event.obj + +# target to build an object file +src/event.c.obj: + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/src/event.c.obj +.PHONY : src/event.c.obj + +src/event.i: src/event.c.i + +.PHONY : src/event.i + +# target to preprocess a source file +src/event.c.i: + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/src/event.c.i +.PHONY : src/event.c.i + +src/event.s: src/event.c.s + +.PHONY : src/event.s + +# target to generate assembly for a file +src/event.c.s: + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/src/event.c.s +.PHONY : src/event.c.s + +src/main.obj: src/main.c.obj + +.PHONY : src/main.obj + +# target to build an object file +src/main.c.obj: + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/src/main.c.obj +.PHONY : src/main.c.obj + +src/main.i: src/main.c.i + +.PHONY : src/main.i + +# target to preprocess a source file +src/main.c.i: + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/src/main.c.i +.PHONY : src/main.c.i + +src/main.s: src/main.c.s + +.PHONY : src/main.s + +# target to generate assembly for a file +src/main.c.s: + $(MAKE) -f CMakeFiles/demo_mn_console.dir/build.make CMakeFiles/demo_mn_console.dir/src/main.c.s +.PHONY : src/main.c.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... install/strip" + @echo "... edit_cache" + @echo "... list_install_components" + @echo "... install/local" + @echo "... rebuild_cache" + @echo "... demo_mn_console" + @echo "... install" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.obj" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.i" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/objdicts/CiA302-4_MN/obdpi.s" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.obj" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.i" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlog.s" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.obj" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.i" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/eventlog/eventlogstring.s" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.obj" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.i" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarecheck.s" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.obj" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.i" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfo.s" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.obj" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.i" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareinfodecode-ascii.s" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.obj" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.i" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwaremanager.s" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.obj" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.i" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwarestore-file.s" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.obj" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.i" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/firmwaremanager/firmwareupdate.s" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.obj" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.i" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/netselect/netselect.s" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.obj" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.i" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/obdcreate/obdcreate.s" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.obj" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.i" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/common/src/system/system-xiuos.s" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.obj" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.i" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/console-xiuos.s" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.obj" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.i" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/console/printlog.s" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.obj" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.i" + @echo "... home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/contrib/trace/trace-printf.s" + @echo "... src/app.obj" + @echo "... src/app.i" + @echo "... src/app.s" + @echo "... src/event.obj" + @echo "... src/event.i" + @echo "... src/event.s" + @echo "... src/main.obj" + @echo "... src/main.i" + @echo "... src/main.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/cmake_install.cmake b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/cmake_install.cmake new file mode 100644 index 000000000..665e03851 --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/cmake_install.cmake @@ -0,0 +1,56 @@ +# Install script for directory: /home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/../../bin/xiuos/arm") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/demo_mn_console" TYPE PROGRAM FILES "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/../../tools/linux/set_prio") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/demo_mn_console" TYPE STATIC_LIBRARY FILES "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/libdemo_mn_console.a") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/demo_mn_console" TYPE FILE FILES "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/mnobd.cdc") +endif() + +if(CMAKE_INSTALL_COMPONENT) + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +file(WRITE "/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/install_manifest.txt b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/install_manifest.txt new file mode 100644 index 000000000..878f7852a --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/install_manifest.txt @@ -0,0 +1,3 @@ +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/../../bin/xiuos/arm/demo_mn_console/set_prio +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/../../bin/xiuos/arm/demo_mn_console/libdemo_mn_console.a +/home/bill/XiUOSopenPOWERLINK/xiuos/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/../../bin/xiuos/arm/demo_mn_console/mnobd.cdc \ No newline at end of file diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/libdemo_mn_console.a b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/libdemo_mn_console.a new file mode 100644 index 000000000..7e81905b3 Binary files /dev/null and b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/libdemo_mn_console.a differ diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/mnobd.cdc b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/mnobd.cdc new file mode 100644 index 000000000..666ee173a Binary files /dev/null and b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/apps/demo_mn_console/build/xiuos/mnobd.cdc differ diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/cmake/toolchain-xiuos-arm-none-eabi-gnu.cmake b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/cmake/toolchain-xiuos-arm-none-eabi-gnu.cmake new file mode 100644 index 000000000..17a8c10b7 --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/cmake/toolchain-xiuos-arm-none-eabi-gnu.cmake @@ -0,0 +1,53 @@ +################################################################################ +# +# CMake target configuration file for ARM XiUOS +# +# Copyright (c) 2016, Kalycito Infotech Pvt. Ltd. +# Copyright (c) 2020, AIIT XUOS Lab +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are met: +# * Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# * Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in the +# documentation and/or other materials provided with the distribution. +# * Neither the name of the copyright holders nor the +# names of its contributors may be used to endorse or promote products +# derived from this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +# DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDERS BE LIABLE FOR ANY +# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +################################################################################ + +################################################################################ +# Name of the target platform +SET(CMAKE_SYSTEM ARM-XiUOS) +SET(CMAKE_SYSTEM_NAME XiUOS) +SET(CMAKE_SYSTEM_PROCESSOR arm) + +# specify the cross compiler +SET(CMAKE_C_COMPILER arm-none-eabi-gcc) +SET(CMAKE_CXX_COMPILER arm-none-eabi-g++) +SET(CMAKE_ASM-ATT_COMPILER arm-none-eabi-as) + +# skip CMake compiler check +SET(CMAKE_C_COMPILER_WORKS TRUE) +SET(CMAKE_CXX_COMPILER_WORKS TRUE) +SET(CMAKE_ASM-ATT_COMPILER_WORKS TRUE) + +# search for programs in the build host directories +SET(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER) +# for libraries in the target directories +SET(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY NEVER) +# for headers in the target directories +SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE NEVER) diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/CMakeLists.txt b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/CMakeLists.txt index 8058b609c..7415fbed6 100644 --- a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/CMakeLists.txt +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/CMakeLists.txt @@ -4,6 +4,7 @@ # # Copyright (c) 2014, B&R Industrial Automation GmbH # Copyright (c) 2016, Kalycito Infotech Private Limited +# Copyright (c) 2020, AIIT XUOS Lab # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -101,6 +102,8 @@ IF(CMAKE_SYSTEM_NAME STREQUAL "Linux") INCLUDE(cmake/options-linux.cmake) ELSEIF(CMAKE_SYSTEM_NAME STREQUAL "Windows") INCLUDE(cmake/options-windows.cmake) +ELSEIF(CMAKE_SYSTEM_NAME STREQUAL "XiUOS") + INCLUDE(cmake/options-xiuos.cmake) ELSEIF((CMAKE_SYSTEM_NAME STREQUAL "Generic") AND (CMAKE_SYSTEM_PROCESSOR STREQUAL "Microblazeise")) INCLUDE(cmake/options-microblazeise.cmake) ELSEIF((CMAKE_SYSTEM_NAME STREQUAL "Generic") AND (CMAKE_SYSTEM_PROCESSOR STREQUAL "Microblaze")) diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/build/xiuos/.gitignore b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/build/xiuos/.gitignore new file mode 100644 index 000000000..7d0e838f5 --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/build/xiuos/.gitignore @@ -0,0 +1,3 @@ +* +.* +!.gitignore \ No newline at end of file diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/cmake/options-xiuos.cmake b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/cmake/options-xiuos.cmake new file mode 100644 index 000000000..c8111d029 --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/cmake/options-xiuos.cmake @@ -0,0 +1,121 @@ +################################################################################ +# +# CMake options for openPOWERLINK stack on XiUOS +# +# Copyright (c) 2016, B&R Industrial Automation GmbH +# Copyright (c) 2016, Franz Profelt (franz.profelt@gmail.com) +# Copyright (c) 2018, Kalycito Infotech Private Limited +# Copyright (c) 2020, AIIT XUOS Lab +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are met: +# * Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# * Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in the +# documentation and/or other materials provided with the distribution. +# * Neither the name of the copyright holders nor the +# names of its contributors may be used to endorse or promote products +# derived from this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +# DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDERS BE LIABLE FOR ANY +# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +################################################################################ + +MESSAGE(STATUS "Adding CMAKE configuration options for XiUOS") + +################################################################################ +# Options for MN libraries + +OPTION (CFG_COMPILE_LIB_MN "Compile openPOWERLINK MN library" ON) +OPTION (CFG_COMPILE_LIB_MNAPP_USERINTF "Compile openPOWERLINK MN application library for userspace" OFF) +OPTION (CFG_COMPILE_LIB_MNAPP_KERNELINTF "Compile openPOWERLINK MN application library for kernel interface" OFF) +OPTION (CFG_COMPILE_LIB_MNAPP_PCIEINTF "Compile openPOWERLINK MN application library for PCIe interface" OFF) +OPTION (CFG_COMPILE_LIB_MNAPP_ZYNQINTF "Compile openPOWERLINK MN application library for zynq/FPGA interface" OFF) +OPTION (CFG_COMPILE_LIB_MNDRV_PCAP "Compile openPOWERLINK MN driver library for linux userspace (pcap)" OFF) +OPTION (CFG_COMPILE_LIB_MN_SIM "Compile openPOWERLINK MN library with simulation interface" OFF) + +################################################################################ +# Options for CN libraries + +OPTION (CFG_COMPILE_LIB_CN "Compile openPOWERLINK CN library" ON) +OPTION (CFG_COMPILE_LIB_CNAPP_USERINTF "Compile openPOWERLINK CN application library for userspace" OFF) +OPTION (CFG_COMPILE_LIB_CNAPP_KERNELINTF "Compile openPOWERLINK CN application library for kernel interface" OFF) +OPTION (CFG_COMPILE_LIB_CNAPP_ZYNQINTF "Compile openPOWERLINK CN application library for zynq/FPGA interface" OFF) +OPTION (CFG_COMPILE_LIB_CNDRV_PCAP "Compile openPOWERLINK CN driver library for linux userspace (pcap)" OFF) +OPTION (CFG_COMPILE_LIB_CN_SIM "Compile openPOWERLINK CN library with simulation interface" OFF) + +################################################################################ +# Options for shared libraries + +OPTION (CFG_COMPILE_SHARED_LIBRARY "Build openPOWERLINK library as shared library" OFF) + +################################################################################ +# Options for library features + +OPTION (CFG_USE_PCAP_EDRV "Compile openPOWERLINK library with pcap edrv" OFF) +OPTION (CFG_INCLUDE_MN_REDUNDANCY "Compile MN redundancy functions into MN libraries" OFF) +CMAKE_DEPENDENT_OPTION (CFG_STORE_RESTORE "Support storing of OD in non-volatile memory (file system)" OFF + "CFG_COMPILE_LIB_CN OR CFG_COMPILE_LIB_CNAPP_USERINTF OR CFG_COMPILE_LIB_CNAPP_KERNELINTF" OFF) + +################################################################################ +# Add library subdirectories + +# Add MN libraries +IF(CFG_COMPILE_LIB_MN) + ADD_SUBDIRECTORY(proj/xiuos/liboplkmn) +ENDIF() + +IF(CFG_COMPILE_LIB_MNAPP_USERINTF) + ADD_SUBDIRECTORY(proj/linux/liboplkmnapp-userintf) +ENDIF() + +IF(CFG_COMPILE_LIB_MNAPP_KERNELINTF) + ADD_SUBDIRECTORY(proj/linux/liboplkmnapp-kernelintf) +ENDIF() + +IF((CFG_COMPILE_LIB_MNAPP_PCIEINTF) OR (CFG_COMPILE_LIB_MNAPP_ZYNQINTF)) + ADD_SUBDIRECTORY(proj/linux/liboplkmnapp-kernelpcp) +ENDIF() + +IF(CFG_COMPILE_LIB_MNDRV_PCAP) + ADD_SUBDIRECTORY(proj/linux/liboplkmndrv-pcap) +ENDIF() + +IF(CFG_COMPILE_LIB_MN_SIM) + ADD_SUBDIRECTORY(proj/linux/liboplkmn-sim) +ENDIF() + +# Add CN libraries +IF(CFG_COMPILE_LIB_CN) + ADD_SUBDIRECTORY(proj/xiuos/liboplkcn) +ENDIF() + +IF(CFG_COMPILE_LIB_CNAPP_USERINTF) + ADD_SUBDIRECTORY(proj/linux/liboplkcnapp-userintf) +ENDIF() + +IF(CFG_COMPILE_LIB_CNAPP_KERNELINTF) + ADD_SUBDIRECTORY(proj/linux/liboplkcnapp-kernelintf) +ENDIF() + +IF(CFG_COMPILE_LIB_CNAPP_ZYNQINTF) + ADD_SUBDIRECTORY(proj/linux/liboplkcnapp-kernelpcp) +ENDIF() + +IF(CFG_COMPILE_LIB_CNDRV_PCAP) + ADD_SUBDIRECTORY(proj/linux/liboplkcndrv-pcap) +ENDIF() + +IF(CFG_COMPILE_LIB_CN_SIM) + ADD_SUBDIRECTORY(proj/linux/liboplkcn-sim) +ENDIF() diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/cmake/stackfiles.cmake b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/cmake/stackfiles.cmake index fb5384673..c850e3b5c 100644 --- a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/cmake/stackfiles.cmake +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/cmake/stackfiles.cmake @@ -5,6 +5,7 @@ # Copyright (c) 2017, B&R Industrial Automation GmbH # Copyright (c) 2016, Franz Profelt (franz.profelt@gmail.com) # Copyright (c) 2018, Kalycito Infotech Private Limited +# Copyright (c) 2020, AIIT XUOS Lab # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -220,6 +221,11 @@ SET(EVENT_UCAL_LINUXUSER_SOURCES ${USER_SOURCE_DIR}/event/eventucalintf-circbuf.c ) +SET(EVENT_UCAL_XIUOS_SOURCES + ${USER_SOURCE_DIR}/event/eventucal-xiuos.c + ${USER_SOURCE_DIR}/event/eventucalintf-circbuf.c + ) + SET(EVENT_UCAL_LINUXIOCTL_SOURCES ${USER_SOURCE_DIR}/event/eventucal-linuxioctl.c ) @@ -396,6 +402,11 @@ SET(EVENT_KCAL_WINDOWS_SOURCES ${KERNEL_SOURCE_DIR}/event/eventkcalintf-circbuf.c ) +SET(EVENT_KCAL_XIUOS_SOURCES + ${KERNEL_SOURCE_DIR}/event/eventkcal-xiuos.c + ${KERNEL_SOURCE_DIR}/event/eventkcalintf-circbuf.c + ) + SET(EVENT_KCAL_LINUXKERNEL_SOURCES ${KERNEL_SOURCE_DIR}/event/eventkcal-linuxkernel.c ${KERNEL_SOURCE_DIR}/event/eventkcalintf-circbuf.c @@ -476,6 +487,13 @@ SET(HARDWARE_DRIVER_LINUXUSERRAWSOCKET_SOURCES ${EDRV_SOURCE_DIR}/edrv-rawsock_linux.c ) +SET(HARDWARE_DRIVER_XIUOS_SOURCES + ${KERNEL_SOURCE_DIR}/veth/veth-generic.c + ${KERNEL_SOURCE_DIR}/timer/hrestimer-xiuos.c + ${EDRV_SOURCE_DIR}/edrvcyclic.c + ${EDRV_SOURCE_DIR}/edrv-xiuos.c + ) + SET(HARDWARE_DRIVER_WINDOWS_SOURCES ${EDRV_SOURCE_DIR}/edrvcyclic.c ${EDRV_SOURCE_DIR}/edrv-pcap_win.c @@ -533,6 +551,10 @@ SET(USER_TIMER_WINDOWS_SOURCES ${USER_SOURCE_DIR}/timer/timer-generic.c ) +SET(USER_TIMER_XIUOS_SOURCES + ${USER_SOURCE_DIR}/timer/timer-generic.c + ) + SET(USER_TIMER_GENERIC_SOURCES ${USER_SOURCE_DIR}/timer/timer-generic.c ) @@ -643,6 +665,12 @@ ELSE () ) ENDIF () +SET(TARGET_XIUOS_SOURCES + ${ARCH_SOURCE_DIR}/xiuos/target-xiuos.c + ${ARCH_SOURCE_DIR}/xiuos/target-mutex.c + ${ARCH_SOURCE_DIR}/xiuos/netif-xiuos.c + ) + SET(TARGET_MICROBLAZE_SOURCES ${ARCH_SOURCE_DIR}/xilinx-microblaze/systemtimer.c ${ARCH_SOURCE_DIR}/xilinx-microblaze/usleep.c diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/include/oplk/targetsystem.h b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/include/oplk/targetsystem.h index c6288381a..b3f9c2c00 100644 --- a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/include/oplk/targetsystem.h +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/include/oplk/targetsystem.h @@ -136,6 +136,9 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #elif (defined (_WIN32) || defined (__MINGW32__)) #define TARGET_SYSTEM _WIN32_ // WIN32 definition #define DEV_SYSTEM _DEV_WIN32_MINGW_ +#elif (defined(__XIUOS__)) // ARM / XiUOS +#define TARGET_SYSTEM _XIUOS_ +#define DEV_SYSTEM _DEV_LINUX_ #else /* (defined (_WIN32) || defined (__MINGW32__)) */ // unsupported #error 'ERROR: TARGET_SYSTEM / DEV_SYSTEM not found!' #endif @@ -171,7 +174,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. //------------------------------------------------------------------------------ // TARGET_SYSTEM specific definitions //------------------------------------------------------------------------------ -#if (TARGET_SYSTEM == _LINUX_) +#if (TARGET_SYSTEM == _LINUX_ || TARGET_SYSTEM == _XIUOS_) #include diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/proj/xiuos/liboplkcn/CMakeLists.txt b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/proj/xiuos/liboplkcn/CMakeLists.txt new file mode 100644 index 000000000..1358d603a --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/proj/xiuos/liboplkcn/CMakeLists.txt @@ -0,0 +1,96 @@ +################################################################################ +# +# CMake file for openPOWERLINK CN library on Linux userspace +# +# Copyright (c) 2017, B&R Industrial Automation GmbH +# Copyright (c) 2020, AIIT XUOS Lab +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are met: +# * Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# * Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in the +# documentation and/or other materials provided with the distribution. +# * Neither the name of the copyright holders nor the +# names of its contributors may be used to endorse or promote products +# derived from this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +# DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDERS BE LIABLE FOR ANY +# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +################################################################################ + +# Set library name +SET(LIB_NAME "oplkcn") +MESSAGE(STATUS "Configuring ${LIB_NAME}") + +# Set type of library +IF(CFG_COMPILE_SHARED_LIBRARY) + SET(LIB_TYPE "SHARED") +ELSE() + SET(LIB_TYPE "STATIC") +ENDIF() + +# set sources of POWERLINK library +SET (LIB_SOURCES + ${USER_SOURCES} + ${CTRL_UCAL_DIRECT_SOURCES} + ${DLL_UCAL_CIRCBUF_SOURCES} + ${ERRHND_UCAL_LOCAL_SOURCES} + ${EVENT_UCAL_XIUOS_SOURCES} + ${PDO_UCAL_LOCAL_SOURCES} + ${USER_TIMER_XIUOS_SOURCES} + ${KERNEL_SOURCES} + ${CTRL_KCAL_DIRECT_SOURCES} + ${DLL_KCAL_CIRCBUF_SOURCES} + ${ERRHND_KCAL_LOCAL_SOURCES} + ${EVENT_KCAL_XIUOS_SOURCES} + ${PDO_KCAL_LOCAL_SOURCES} + ${COMMON_SOURCES} + ${COMMON_LINUXUSER_SOURCES} + ${TARGET_XIUOS_SOURCES} + ${OBD_CONF_LINUXUSER_SOURCES} + ${CIRCBUF_NOOS_SOURCES} + ${MEMMAP_NULL_SOURCES} + ${HARDWARE_DRIVER_XIUOS_SOURCES} + ) + +# Configure compile definitions +IF(CMAKE_SYSTEM_PROCESSOR MATCHES "^(i.86|x86(_64)?)$") + SET(LIB_SOURCES ${LIB_SOURCES} ${ARCH_X86_SOURCES}) +ELSEIF(CMAKE_SYSTEM_PROCESSOR MATCHES arm*) + SET(LIB_SOURCES ${LIB_SOURCES} ${ARCH_LE_SOURCES}) +ELSE() + MESSAGE(FATAL_ERROR "Unsupported CMAKE_SYSTEM_PROCESSOR ${CMAKE_SYSTEM_PROCESSOR}") +ENDIF() + +# Configure compile definitions +SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra -pedantic -std=c99 -fno-strict-aliasing") +ADD_DEFINITIONS(-D__XIUOS__) +ADD_DEFINITIONS(-D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L) +ADD_DEFINITIONS(-DCONFIG_FIND_LOCAL_INTERFACES) + +IF(CFG_STORE_RESTORE) + ADD_DEFINITIONS(-DCONFIG_INCLUDE_STORE_RESTORE) +ENDIF() + +# Additional include directories +INCLUDE_DIRECTORIES( + . + ) + +# Define library and installation rules +ADD_LIBRARY(${LIB_NAME} ${LIB_TYPE} ${LIB_SOURCES}) +TARGET_LINK_LIBRARIES(${LIB_NAME} ${ARCH_LIBRARIES}) +SET_PROPERTY(TARGET ${LIB_NAME} PROPERTY COMPILE_DEFINITIONS_DEBUG DEBUG;DEF_DEBUG_LVL=${CFG_DEBUG_LVL}) +SET_PROPERTY(TARGET ${LIB_NAME} PROPERTY DEBUG_POSTFIX "_d") +INSTALL(TARGETS ${LIB_NAME} ARCHIVE DESTINATION . LIBRARY DESTINATION .) diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/proj/xiuos/liboplkcn/oplkcfg.h b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/proj/xiuos/liboplkcn/oplkcfg.h new file mode 100644 index 000000000..297c77429 --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/proj/xiuos/liboplkcn/oplkcfg.h @@ -0,0 +1,134 @@ +/** +******************************************************************************** +\file oplkcfg.h + +\brief Configuration options for openPOWERLINK CN library + +This file contains the configuration options for the openPOWERLINK CN libary +on Linux. + +*******************************************************************************/ + +/*------------------------------------------------------------------------------ +Copyright (c) 2012, SYSTEC electronik GmbH +Copyright (c) 2018, B&R Industrial Automation GmbH +Copyright (c) 2017, Kalycito Infotech Private Limited. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the name of the copyright holders nor the + names of its contributors may be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDERS BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +------------------------------------------------------------------------------*/ + +#ifndef _INC_oplkcfg_H_ +#define _INC_oplkcfg_H_ + +//============================================================================== +// generic defines which for whole openPOWERLINK stack +//============================================================================== + +#ifndef BENCHMARK_MODULES +#define BENCHMARK_MODULES 0 //0xEE800042L +#endif + +// Default debug level: +// Only debug traces of these modules will be compiled which flags are set in define DEF_DEBUG_LVL. +#ifndef DEF_DEBUG_LVL +#define DEF_DEBUG_LVL 0xC0000000L +#endif + +#undef FTRACE_DEBUG + +/* assure that system priorities of hrtimer and net-rx kernel threads are set appropriate */ +#define CONFIG_THREAD_PRIORITY_HIGH 75 +#define CONFIG_THREAD_PRIORITY_MEDIUM 50 +#define CONFIG_THREAD_PRIORITY_LOW 49 + +// These macros define all modules which are included +#define CONFIG_INCLUDE_PDO +#define CONFIG_INCLUDE_SDOS +#define CONFIG_INCLUDE_SDOC +#define CONFIG_INCLUDE_SDO_ASND + +#define CONFIG_DLLCAL_QUEUE CIRCBUF_QUEUE + +#define CONFIG_VETH_SET_DEFAULT_GATEWAY FALSE + +#define CONFIG_CHECK_HEARTBEAT_PERIOD 1000 // 1000 ms + +//============================================================================== +// Ethernet driver (Edrv) specific defines +//============================================================================== + +// switch this define to TRUE if Edrv supports auto delay responses +#define CONFIG_EDRV_AUTO_RESPONSE_DELAY FALSE + +// switch this define to TRUE to include Edrv diagnostic functions +#define CONFIG_EDRV_USE_DIAGNOSTICS FALSE + +//============================================================================== +// Data Link Layer (DLL) specific defines +//============================================================================== + +// CN supports PRes Chaining +#define CONFIG_DLL_PRES_CHAINING_CN FALSE + +// negative time shift of isochronous task in relation to SoC +#define CONFIG_DLL_SOC_SYNC_SHIFT_US 150 + +// time when CN processing the isochronous task (sync callback of application and cycle preparation) +#define CONFIG_DLL_PROCESS_SYNC DLL_PROCESS_SYNC_ON_SOC + +// Disable deferred release of rx-buffers until EdrvPcap supports it +#define CONFIG_DLL_DEFERRED_RXFRAME_RELEASE_SYNC FALSE +#define CONFIG_DLL_DEFERRED_RXFRAME_RELEASE_ASYNC FALSE + +//============================================================================== +// OBD specific defines +//============================================================================== + +// Switch this define to TRUE if the stack should check the object ranges +#define CONFIG_OBD_CHECK_OBJECT_RANGE TRUE + +// set this define to TRUE if there are strings or domains in OD, which +// may be changed in object size and/or object data pointer by its object +// callback function (called event kObdEvWrStringDomain) +#define CONFIG_OBD_USE_STRING_DOMAIN_IN_RAM TRUE + +// Set this string to true if OD configuration save and load feature is +// supported by the device +#ifdef CONFIG_INCLUDE_STORE_RESTORE +#define CONFIG_OBD_USE_STORE_RESTORE TRUE +#define CONFIG_OBD_CALC_OD_SIGNATURE TRUE +#endif + +//============================================================================== +// Timer module specific defines +//============================================================================== + +// if TRUE the high resolution timer module will be used (must always be TRUE!) +#define CONFIG_TIMER_USE_HIGHRES TRUE + +//============================================================================== +// SDO module specific defines +//============================================================================== + +#endif // _INC_oplkcfg_H_ diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/proj/xiuos/liboplkmn/CMakeLists.txt b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/proj/xiuos/liboplkmn/CMakeLists.txt new file mode 100644 index 000000000..7a513cedb --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/proj/xiuos/liboplkmn/CMakeLists.txt @@ -0,0 +1,95 @@ +################################################################################ +# +# CMake file for openPOWERLINK MN library +# +# Copyright (c) 2017, B&R Industrial Automation GmbH +# Copyright (c) 2020, AIIT XUOS Lab +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are met: +# * Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# * Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in the +# documentation and/or other materials provided with the distribution. +# * Neither the name of the copyright holders nor the +# names of its contributors may be used to endorse or promote products +# derived from this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +# DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDERS BE LIABLE FOR ANY +# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +################################################################################ + +# Set library name +SET(LIB_NAME "oplkmn") +MESSAGE(STATUS "Configuring ${LIB_NAME}") + +# Set type of library +IF(CFG_COMPILE_SHARED_LIBRARY) + SET(LIB_TYPE "SHARED") +ELSE() + SET(LIB_TYPE "STATIC") +ENDIF() + +# set general sources of POWERLINK library +SET (LIB_SOURCES + ${USER_SOURCES} + ${USER_MN_SOURCES} + ${CTRL_UCAL_DIRECT_SOURCES} + ${DLL_UCAL_CIRCBUF_SOURCES} + ${ERRHND_UCAL_LOCAL_SOURCES} + ${EVENT_UCAL_XIUOS_SOURCES} + ${PDO_UCAL_LOCAL_SOURCES} + ${USER_TIMER_XIUOS_SOURCES} + ${KERNEL_SOURCES} + ${CTRL_KCAL_DIRECT_SOURCES} + ${DLL_KCAL_CIRCBUF_SOURCES} + ${ERRHND_KCAL_LOCAL_SOURCES} + ${EVENT_KCAL_XIUOS_SOURCES} + ${PDO_KCAL_LOCAL_SOURCES} + ${COMMON_SOURCES} + ${COMMON_LINUXUSER_SOURCES} + ${TARGET_XIUOS_SOURCES} + ${CIRCBUF_NOOS_SOURCES} + ${MEMMAP_NULL_SOURCES} + ${HARDWARE_DRIVER_XIUOS_SOURCES} + ) + +# Configure compile definitions +IF(CMAKE_SYSTEM_PROCESSOR MATCHES "^(i.86|x86(_64)?)$") + SET(LIB_SOURCES ${LIB_SOURCES} ${ARCH_X86_SOURCES}) +ELSEIF(CMAKE_SYSTEM_PROCESSOR MATCHES arm*) + SET(LIB_SOURCES ${LIB_SOURCES} ${ARCH_LE_SOURCES}) +ELSE() + MESSAGE(FATAL_ERROR "Unsupported CMAKE_SYSTEM_PROCESSOR ${CMAKE_SYSTEM_PROCESSOR}") +ENDIF() + +# Configure compile definitions +IF(CFG_INCLUDE_MN_REDUNDANCY) + ADD_DEFINITIONS(-DCONFIG_INCLUDE_NMT_RMN) +ENDIF() +ADD_DEFINITIONS(-D__XIUOS__) +ADD_DEFINITIONS(-DCONFIG_FIND_LOCAL_INTERFACES) +ADD_DEFINITIONS(-DCONFIG_MN -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L) +SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra -pedantic -std=c99 -fno-strict-aliasing") + +# Additional include directories +INCLUDE_DIRECTORIES( + . + ) + +# Define library and installation rules +ADD_LIBRARY(${LIB_NAME} ${LIB_TYPE} ${LIB_SOURCES}) +TARGET_LINK_LIBRARIES(${LIB_NAME} ${ARCH_LIBRARIES}) +SET_PROPERTY(TARGET ${LIB_NAME} PROPERTY COMPILE_DEFINITIONS_DEBUG DEBUG;DEF_DEBUG_LVL=${CFG_DEBUG_LVL}) +SET_PROPERTY(TARGET ${LIB_NAME} PROPERTY DEBUG_POSTFIX "_d") +INSTALL(TARGETS ${LIB_NAME} ARCHIVE DESTINATION . LIBRARY DESTINATION .) diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/proj/xiuos/liboplkmn/oplkcfg.h b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/proj/xiuos/liboplkmn/oplkcfg.h new file mode 100644 index 000000000..70f458a3e --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/proj/xiuos/liboplkmn/oplkcfg.h @@ -0,0 +1,141 @@ +/** +******************************************************************************** +\file oplkcfg.h + +\brief Configuration options for openPOWERLINK MN library + +This file contains the configuration options for the openPOWERLINK MN libary +on Linux. + +*******************************************************************************/ + +/*------------------------------------------------------------------------------ +Copyright (c) 2012, SYSTEC electronik GmbH +Copyright (c) 2018, B&R Industrial Automation GmbH +Copyright (c) 2017, Kalycito Infotech Private Limited. +Copyright (c) 2020, AIIT XUOS Lab +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the name of the copyright holders nor the + names of its contributors may be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDERS BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +------------------------------------------------------------------------------*/ + +#ifndef _INC_oplkcfg_H_ +#define _INC_oplkcfg_H_ + +//============================================================================== +// generic defines which for whole openPOWERLINK stack +//============================================================================== + +#ifndef BENCHMARK_MODULES +#define BENCHMARK_MODULES 0 //0xEE800042L +#endif + +// Default debug level: +// Only debug traces of these modules will be compiled which flags are set in define DEF_DEBUG_LVL. +#ifndef DEF_DEBUG_LVL +#define DEF_DEBUG_LVL 0xC0000000L +#endif + +#undef FTRACE_DEBUG + +/* assure that system priorities of hrtimer and net-rx kernel threads are set appropriate */ +#define CONFIG_THREAD_PRIORITY_HIGH 75 +#define CONFIG_THREAD_PRIORITY_MEDIUM 50 +#define CONFIG_THREAD_PRIORITY_LOW 49 + +// These macros define all modules which are included +#define CONFIG_INCLUDE_NMT_MN +#define CONFIG_INCLUDE_PDO +#define CONFIG_INCLUDE_SDOS +#define CONFIG_INCLUDE_SDOC +#define CONFIG_INCLUDE_SDO_ASND + +#define CONFIG_DLLCAL_QUEUE CIRCBUF_QUEUE + +#define CONFIG_VETH_SET_DEFAULT_GATEWAY FALSE + +#define CONFIG_CHECK_HEARTBEAT_PERIOD 1000 // 1000 ms + +//============================================================================== +// Ethernet driver (Edrv) specific defines +//============================================================================== + +// switch this define to TRUE if Edrv supports auto delay responses +#define CONFIG_EDRV_AUTO_RESPONSE_DELAY FALSE + +// switch this define to TRUE to include Edrv diagnostic functions +#define CONFIG_EDRV_USE_DIAGNOSTICS FALSE + +//============================================================================== +// Data Link Layer (DLL) specific defines +//============================================================================== + +// CN supports PRes Chaining +#define CONFIG_DLL_PRES_CHAINING_CN FALSE + +// time when CN processing the isochronous task (sync callback of application and cycle preparation) +#define CONFIG_DLL_PROCESS_SYNC DLL_PROCESS_SYNC_ON_SOC + +// Disable deferred release of rx-buffers until EdrvPcap supports it +#define CONFIG_DLL_DEFERRED_RXFRAME_RELEASE_SYNC FALSE +#define CONFIG_DLL_DEFERRED_RXFRAME_RELEASE_ASYNC FALSE + +//============================================================================== +// OBD specific defines +//============================================================================== + +// Switch this define to TRUE if the stack should check the object ranges +#define CONFIG_OBD_CHECK_OBJECT_RANGE TRUE + +// set this define to TRUE if there are strings or domains in OD, which +// may be changed in object size and/or object data pointer by its object +// callback function (called event kObdEvWrStringDomain) +#define CONFIG_OBD_USE_STRING_DOMAIN_IN_RAM TRUE + +#if defined(CONFIG_INCLUDE_CFM) +#define CONFIG_OBD_DEF_CONCISEDCF_FILENAME "mnobd.cdc" +#define CONFIG_CFM_CONFIGURE_CYCLE_LENGTH TRUE +#endif + +// Configure if the range from 0xA000 is used for mapping client objects. +// openCONFIGURATOR uses this range for mapping objects. +#define CONFIG_OBD_INCLUDE_A000_TO_DEVICE_PART TRUE + +//============================================================================== +// Timer module specific defines +//============================================================================== + +// if TRUE the high resolution timer module will be used (must always be TRUE!) +#define CONFIG_TIMER_USE_HIGHRES TRUE + +//============================================================================== +// SDO module specific defines +//============================================================================== + +// increase the number of SDO channels, because we are master +#define CONFIG_SDO_MAX_CONNECTION_ASND 100 +#define CONFIG_SDO_MAX_CONNECTION_SEQ 100 +#define CONFIG_SDO_MAX_CONNECTION_COM 100 +#define CONFIG_SDO_MAX_CONNECTION_UDP 50 + +#endif // _INC_oplkcfg_H_ diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/src/arch/xiuos/netif-xiuos.c b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/src/arch/xiuos/netif-xiuos.c new file mode 100644 index 000000000..bab688641 --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/src/arch/xiuos/netif-xiuos.c @@ -0,0 +1,122 @@ +/** +******************************************************************************** +\file netif-linux.c + +\brief Implementation of network interface enumeration functions for Linux + +This file contains the implementation of helper functions for enumerating the +network interfaces in Linux. + +\ingroup module_target +*******************************************************************************/ + +/*------------------------------------------------------------------------------ +Copyright (c) 2017, B&R Industrial Automation GmbH +Copyright (c) 2020, AIIT XUOS Lab +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the name of the copyright holders nor the + names of its contributors may be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDERS BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +------------------------------------------------------------------------------*/ + +//------------------------------------------------------------------------------ +// includes +//------------------------------------------------------------------------------ +#include +#include + +#include +#include + +//============================================================================// +// G L O B A L D E F I N I T I O N S // +//============================================================================// + +//------------------------------------------------------------------------------ +// const defines +//------------------------------------------------------------------------------ + +//------------------------------------------------------------------------------ +// module global vars +//------------------------------------------------------------------------------ + +//------------------------------------------------------------------------------ +// global function prototypes +//------------------------------------------------------------------------------ + + +//============================================================================// +// P R I V A T E D E F I N I T I O N S // +//============================================================================// + +//------------------------------------------------------------------------------ +// const defines +//------------------------------------------------------------------------------ + +//------------------------------------------------------------------------------ +// local types +//------------------------------------------------------------------------------ + +//------------------------------------------------------------------------------ +// local vars +//------------------------------------------------------------------------------ + +//------------------------------------------------------------------------------ +// local function prototypes +//------------------------------------------------------------------------------ + +//============================================================================// +// P U B L I C F U N C T I O N S // +//============================================================================// + +//------------------------------------------------------------------------------ +/** +\brief Enumerate network interfaces + +This function enumerates all available network interfaces to be used by +openPOWERLINK. + +\param[out] pInterfaces_p Pointer to store the list of + found interfaces. +\param[in,out] pNoInterfaces_p Pointer to the number of interfaces. + The maximum number of interfaces to be + stored is passed to the function. + The number of interfaces found is returned. + +\return The function returns a \ref tOplkError error code. +*/ +//------------------------------------------------------------------------------ +tOplkError target_enumerateNetworkInterfaces(tNetIfId* pInterfaces_p, + size_t* pNoInterfaces_p) +{ + UNUSED_PARAMETER(pInterfaces_p); + UNUSED_PARAMETER(pNoInterfaces_p); + return kErrorApiNotSupported; +} + +//============================================================================// +// P R I V A T E F U N C T I O N S // +//============================================================================// +/// \name Private Functions +/// \{ + +/// \} diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/src/arch/xiuos/target-mutex.c b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/src/arch/xiuos/target-mutex.c new file mode 100644 index 000000000..dd4698d90 --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/src/arch/xiuos/target-mutex.c @@ -0,0 +1,196 @@ +/** +******************************************************************************** +\file linux/target-mutex.c + +\brief Architecture specific mutex implementation + +This file contains the mutex implementation for Linux userspace. It uses +BSD semaphores for the implementation and can therefore synchronize different +threads or processes. + +\ingroup module_target +*******************************************************************************/ + +/*------------------------------------------------------------------------------ +Copyright (c) 2016, B&R Industrial Automation GmbH +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the name of the copyright holders nor the + names of its contributors may be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDERS BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +------------------------------------------------------------------------------*/ + +//------------------------------------------------------------------------------ +// includes +//------------------------------------------------------------------------------ +#include +#include + +#include /* For O_* constants */ +#include /* For mode constants */ +#include + +//============================================================================// +// G L O B A L D E F I N I T I O N S // +//============================================================================// + +//------------------------------------------------------------------------------ +// const defines +//------------------------------------------------------------------------------ + +//------------------------------------------------------------------------------ +// module global vars +//------------------------------------------------------------------------------ + +//------------------------------------------------------------------------------ +// global function prototypes +//------------------------------------------------------------------------------ + +//============================================================================// +// P R I V A T E D E F I N I T I O N S // +//============================================================================// + +//------------------------------------------------------------------------------ +// const defines +//------------------------------------------------------------------------------ +#define SEM_SHARED 0 // Mutex shared between threads of a process +#define SEM_VALUE 1 +//------------------------------------------------------------------------------ +// local types +//------------------------------------------------------------------------------ + +//------------------------------------------------------------------------------ +// local vars +//------------------------------------------------------------------------------ + +//------------------------------------------------------------------------------ +// local function prototypes +//------------------------------------------------------------------------------ + +//============================================================================// +// P U B L I C F U N C T I O N S // +//============================================================================// + +//------------------------------------------------------------------------------ +/** +\brief Create Mutex + +The function creates a mutex. + +\param[in] mutexName_p The name of the mutex to create. +\param[out] pMutex_p Pointer to store the created mutex. + +\return The function returns a tOplkError error code. +\retval kErrorOk Mutex was successfully created. +\retval kErrorNoFreeInstance An error occurred while creating the mutex. + +\ingroup module_target +*/ +//------------------------------------------------------------------------------ +tOplkError target_createMutex(const char* mutexName_p, + OPLK_MUTEX_T* pMutex_p) +{ + sem_t* pLockSem; + + // WARNING: target_createMutex() will create a new independent mutex on each + // call, even if the very same name is specified. + UNUSED_PARAMETER(mutexName_p); + + pLockSem = malloc(sizeof(sem_t)); + if (pLockSem != NULL) + { + if (sem_init(pLockSem, SEM_SHARED, SEM_VALUE) == 0) + { + *pMutex_p = pLockSem; + return kErrorOk; + } + free(pLockSem); + } + return kErrorNoFreeInstance; +} + +//------------------------------------------------------------------------------ +/** +\brief Destroy Mutex + +The function destroys a mutex. + +\param[in] mutexId_p The ID of the mutex to destroy. + +\ingroup module_target +*/ +//------------------------------------------------------------------------------ +void target_destroyMutex(OPLK_MUTEX_T mutexId_p) +{ + sem_t* pLockSem = (sem_t*)mutexId_p; + if (pLockSem != NULL) + { + sem_destroy(pLockSem); + free(mutexId_p); + } +} + +//------------------------------------------------------------------------------ +/** +\brief Lock Mutex + +The function locks a mutex. + +\param[in] mutexId_p The ID of the mutex to lock. + +\return The function returns a tOplkError error code. +\retval kErrorOk Mutex was successfully locked. +\retval kErrorNoFreeInstance An error occurred while locking the mutex. + +\ingroup module_target +*/ +//------------------------------------------------------------------------------ +tOplkError target_lockMutex(OPLK_MUTEX_T mutexId_p) +{ + if (sem_wait(mutexId_p) < 0) + return kErrorIllegalInstance; + + return kErrorOk; +} + +//------------------------------------------------------------------------------ +/** +\brief Unlock Mutex + +The function unlocks a mutex. + +\param[in] mutexId_p The ID of the mutex to unlock. + +\ingroup module_target +*/ +//------------------------------------------------------------------------------ +void target_unlockMutex(OPLK_MUTEX_T mutexId_p) +{ + sem_post(mutexId_p); +} + +//============================================================================// +// P R I V A T E F U N C T I O N S // +//============================================================================// +/// \name Private Functions +/// \{ + +/// \} diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/src/arch/xiuos/target-xiuos.c b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/src/arch/xiuos/target-xiuos.c new file mode 100644 index 000000000..e7f2a9c69 --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/src/arch/xiuos/target-xiuos.c @@ -0,0 +1,381 @@ +/** +******************************************************************************** +\file linux/target-linux.c + +\brief Target specific functions for Linux + +The file implements target specific functions used in the openPOWERLINK stack. + +\ingroup module_target +*******************************************************************************/ + +/*------------------------------------------------------------------------------ +Copyright (c) 2016, B&R Industrial Automation GmbH +Copyright (c) 2018, Kalycito Infotech Private Limited +Copyright (c) 2020, AIIT XUOS Lab +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the name of the copyright holders nor the + names of its contributors may be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDERS BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +------------------------------------------------------------------------------*/ + +//------------------------------------------------------------------------------ +// includes +//------------------------------------------------------------------------------ +#include +#include +#include + +#include +#include +#include +#include +#include + +#include + +//============================================================================// +// G L O B A L D E F I N I T I O N S // +//============================================================================// + +//------------------------------------------------------------------------------ +// const defines +//------------------------------------------------------------------------------ + +//------------------------------------------------------------------------------ +// module global vars +//------------------------------------------------------------------------------ + +//------------------------------------------------------------------------------ +// global function prototypes +//------------------------------------------------------------------------------ + +//============================================================================// +// P R I V A T E D E F I N I T I O N S // +//============================================================================// + +//------------------------------------------------------------------------------ +// const defines +//------------------------------------------------------------------------------ + +//------------------------------------------------------------------------------ +// local types +//------------------------------------------------------------------------------ + +//------------------------------------------------------------------------------ +// local vars +//------------------------------------------------------------------------------ + +//------------------------------------------------------------------------------ +// local function prototypes +//------------------------------------------------------------------------------ + +//============================================================================// +// P U B L I C F U N C T I O N S // +//============================================================================// + +//------------------------------------------------------------------------------ +/** +\brief Initialize target specific stuff + +The function initialize target specific stuff which is needed to run the +openPOWERLINK stack. + +\return The function returns a tOplkError error code. +*/ +//------------------------------------------------------------------------------ +tOplkError target_init(void) +{ + return kErrorOk; +} + +//------------------------------------------------------------------------------ +/** +\brief Clean up target specific stuff + +The function cleans up target specific stuff. + +\return The function returns a tOplkError error code. +*/ +//------------------------------------------------------------------------------ +tOplkError target_cleanup(void) +{ + return kErrorOk; +} + +//------------------------------------------------------------------------------ +/** +\brief Sleep for the specified number of milliseconds + +The function makes the calling thread sleep until the number of specified +milliseconds has elapsed. + +\param[in] milliSeconds_p Number of milliseconds to sleep + +\ingroup module_target +*/ +//------------------------------------------------------------------------------ +void target_msleep(UINT32 milliSeconds_p) +{ + struct timeval timeout; + fd_set readFds; + int maxFd; + int selectRetVal; + unsigned int seconds; + unsigned int microSeconds; + + // initialize file descriptor set + maxFd = 0 + 1; + FD_ZERO(&readFds); + + // Calculate timeout values + seconds = milliSeconds_p / 1000; + microSeconds = (milliSeconds_p - (seconds * 1000)) * 1000; + + // initialize timeout value + timeout.tv_sec = seconds; + timeout.tv_usec = microSeconds; + + selectRetVal = select(maxFd, &readFds, NULL, NULL, &timeout); + switch (selectRetVal) + { + case 0: // select timeout occurred, no packet received + break; + + case -1: // select error occurred + break; + + default: // packet available for receive + break; + } +} + +//------------------------------------------------------------------------------ +/** +\brief Set IP address of specified Ethernet interface + +The function sets the IP address, subnetMask and MTU of an Ethernet +interface. + +\param[in] ifName_p Name of Ethernet interface. +\param[in] ipAddress_p IP address to set for interface. +\param[in] subnetMask_p Subnet mask to set for interface. +\param[in] mtu_p MTU to set for interface. + +\return The function returns a tOplkError error code. + +\ingroup module_target +*/ +//------------------------------------------------------------------------------ +tOplkError target_setIpAdrs(const char* ifName_p, + UINT32 ipAddress_p, + UINT32 subnetMask_p, + UINT16 mtu_p) +{ + UNUSED_PARAMETER(ifName_p); + UNUSED_PARAMETER(ipAddress_p); + UNUSED_PARAMETER(subnetMask_p); + UNUSED_PARAMETER(mtu_p); + return kErrorApiNotSupported; +} + +//------------------------------------------------------------------------------ +/** +\brief Set default gateway for Ethernet interface + +The function sets the default gateway of an Ethernet interface. + +\param[in] defaultGateway_p Default gateway to set. + +\return The function returns a tOplkError error code. + +\ingroup module_target +*/ +//------------------------------------------------------------------------------ +tOplkError target_setDefaultGateway(UINT32 defaultGateway_p) +{ + UNUSED_PARAMETER(defaultGateway_p); + return kErrorApiNotSupported; +} + +//------------------------------------------------------------------------------ +/** +\brief Enables global interrupt + +This function enables/disables global interrupts. + +\param[in] fEnable_p TRUE = enable interrupts + FALSE = disable interrupts + +\note This function is implemented empty for the sim target +\ingroup module_target +*/ +//------------------------------------------------------------------------------ +void target_enableGlobalInterrupt(BOOL fEnable_p) +{ + UNUSED_PARAMETER(fEnable_p); +} + + +//------------------------------------------------------------------------------ +/** +\brief Set interrupt context flag + +This function enables/disables the interrupt context flag. The flag has to be +set when the CPU enters the interrupt context. The flag has to be cleared when +the interrupt context is left. + +\param[in] fEnable_p TRUE = enable interrupt context flag + FALSE = disable interrupt context flag + +\ingroup module_target +*/ +//------------------------------------------------------------------------------ +void target_setInterruptContextFlag(BOOL fEnable_p) +{ + UNUSED_PARAMETER(fEnable_p); +} + +//------------------------------------------------------------------------------ +/** +\brief Get interrupt context flag + +This function returns the interrupt context flag. + +\return The function returns the state of the interrupt context flag. + +\ingroup module_target +*/ +//------------------------------------------------------------------------------ +BOOL target_getInterruptContextFlag(void) +{ + return FALSE; +} + +//------------------------------------------------------------------------------ +/** +\brief Get current system tick + +This function returns the current system tick determined by the system timer. + +\return Returns the system tick in milliseconds + +\ingroup module_target +*/ +//------------------------------------------------------------------------------ +UINT32 target_getTickCount(void) +{ + return PrivGetTickTime(); +} + +//------------------------------------------------------------------------------ +/** +\brief Get current timestamp + +The function returns the current timestamp in nanoseconds. + +\return The function returns the timestamp in nanoseconds +*/ +//------------------------------------------------------------------------------ +ULONGLONG target_getCurrentTimestamp(void) +{ + // Not implemented for this target + return 0ULL; +} + +//------------------------------------------------------------------------------ +/** +\brief Set POWERLINK status/error LED + +The function sets the POWERLINK status/error LED. + +\param[in] ledType_p Determines which LED shall be set/reset. +\param[in] fLedOn_p Set the addressed LED on (TRUE) or off (FALSE). + +\return The function returns a tOplkError error code. + +\ingroup module_target +*/ +//------------------------------------------------------------------------------ +tOplkError target_setLed(tLedType ledType_p, BOOL fLedOn_p) +{ + UNUSED_PARAMETER(ledType_p); + UNUSED_PARAMETER(fLedOn_p); + + return kErrorOk; +} + +#if (defined(CONFIG_INCLUDE_SOC_TIME_FORWARD) && defined(CONFIG_INCLUDE_NMT_MN)) +//------------------------------------------------------------------------------ +/** +\brief Get system time + +The function returns the current system timestamp. + +\param[out] pNetTime_p Pointer to current system timestamp. +\param[out] pValidSystemTime_p Pointer to flag which is set to indicate the + system time is valid or not. + +\return The function returns a tOplkError code. + +\ingroup module_target +*/ +//------------------------------------------------------------------------------ +tOplkError target_getSystemTime(tNetTime* pNetTime_p, BOOL* pValidSystemTime_p) +{ + struct timespec currentTime; + + if ((pNetTime_p == NULL) || (pValidSystemTime_p == NULL)) + return kErrorNoResource; + + // Note: clock_gettime() returns 0 for success + if (clock_gettime(CLOCK_REALTIME, ¤tTime) != 0) + { + *pValidSystemTime_p = FALSE; + return kErrorGeneralError; + } + + if (currentTime.tv_sec < 0) + { + *pValidSystemTime_p = FALSE; + DEBUG_LVL_ERROR_TRACE("%s(): Failed! Invalid time stamp.\n", + __func__); + return kErrorInvalidOperation; + } + + pNetTime_p->sec = currentTime.tv_sec; + pNetTime_p->nsec = currentTime.tv_nsec; + + // Set the flag to indicate the system time is valid + *pValidSystemTime_p = TRUE; + + return kErrorOk; +} +#endif + +//============================================================================// +// P R I V A T E F U N C T I O N S // +//============================================================================// +/// \name Private Functions +/// \{ + +/// \} diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/src/kernel/edrv/edrv-xiuos.c b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/src/kernel/edrv/edrv-xiuos.c new file mode 100644 index 000000000..748a21407 --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/src/kernel/edrv/edrv-xiuos.c @@ -0,0 +1,634 @@ +/** +******************************************************************************** +\file edrv-xiuos.c + +\brief Implementation of XiUOS Ethernet driver + +This file contains the implementation of the XiUOS Ethernet driver. + +\ingroup module_edrv +*******************************************************************************/ + +/*------------------------------------------------------------------------------ +Copyright (c) 2017, BE.services GmbH +Copyright (c) 2017, B&R Industrial Automation GmbH +Copyright (c) 2020, AIIT XUOS Lab +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the name of the copyright holders nor the + names of its contributors may be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDERS BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +------------------------------------------------------------------------------*/ + +//------------------------------------------------------------------------------ +// includes +//------------------------------------------------------------------------------ +#include +#include +#include +#include + +#include +#include +#include +#include +#include +#include + +#include + +//============================================================================// +// G L O B A L D E F I N I T I O N S // +//============================================================================// + +//------------------------------------------------------------------------------ +// const defines +//------------------------------------------------------------------------------ + +//------------------------------------------------------------------------------ +// module global vars +//------------------------------------------------------------------------------ + +//------------------------------------------------------------------------------ +// global function prototypes +//------------------------------------------------------------------------------ + +//============================================================================// +// P R I V A T E D E F I N I T I O N S // +//============================================================================// + +//------------------------------------------------------------------------------ +// const defines +//------------------------------------------------------------------------------ +#define EDRV_MAX_FRAME_SIZE 0x0600 +#define PROTO_PLK 0x88AB +#ifndef PACKET_QDISC_BYPASS +#define PACKET_QDISC_BYPASS 20 +#endif +//------------------------------------------------------------------------------ +// local types +//------------------------------------------------------------------------------ +/** +\brief Structure describing an instance of the Edrv + +This structure describes an instance of the Ethernet driver. +*/ +typedef struct +{ + tEdrvInitParam initParam; ///< Init parameters + tEdrvTxBuffer* pTransmittedTxBufferLastEntry; ///< Pointer to the last entry of the transmitted TX buffer + tEdrvTxBuffer* pTransmittedTxBufferFirstEntry; ///< Pointer to the first entry of the transmitted Tx buffer + pthread_mutex_t mutex; ///< Mutex for locking of critical sections + sem_t syncSem; ///< Semaphore for signaling the start of the worker thread + int sock; ///< Raw socket handle + pthread_t hThread; ///< Handle of the worker thread + BOOL fStartCommunication; ///< Flag to indicate, that communication is started. Set to false on exit + BOOL fThreadIsExited; ///< Set by thread if already exited +} tEdrvInstance; + +//------------------------------------------------------------------------------ +// local vars +//------------------------------------------------------------------------------ +static tEdrvInstance edrvInstance_l; + +//------------------------------------------------------------------------------ +// local function prototypes +//------------------------------------------------------------------------------ +static void packetHandler(void* pParam_p, + const int frameSize_p, + void* pPktData_p); +static void* workerThread(void* pArgument_p); +static void getMacAdrs(const char* pIfName_p, UINT8* pMacAddr_p); +static BOOL getLinkStatus(const char* pIfName_p); + +//------------------------------------------------------------------------------ +// XiUOS implementaion of raw socket +//------------------------------------------------------------------------------ + +//============================================================================// +// P U B L I C F U N C T I O N S // +//============================================================================// + +//------------------------------------------------------------------------------ +/** +\brief Ethernet driver initialization + +This function initializes the Ethernet driver. + +\param[in] pEdrvInitParam_p Edrv initialization parameters + +\return The function returns a tOplkError error code. + +\ingroup module_edrv +*/ +//------------------------------------------------------------------------------ +tOplkError edrv_init(const tEdrvInitParam* pEdrvInitParam_p) +{ + struct sched_param schedParam; + + // Check parameter validity + ASSERT(pEdrvInitParam_p != NULL); + + // Clear instance structure + OPLK_MEMSET(&edrvInstance_l, 0, sizeof(edrvInstance_l)); + + if (pEdrvInitParam_p->pDevName == NULL) + return kErrorEdrvInit; + + // Save the init data + edrvInstance_l.initParam = *pEdrvInitParam_p; + + edrvInstance_l.fStartCommunication = TRUE; + edrvInstance_l.fThreadIsExited = FALSE; + + // If no MAC address was specified read MAC address of used + // Ethernet interface + if ((edrvInstance_l.initParam.aMacAddr[0] == 0) && + (edrvInstance_l.initParam.aMacAddr[1] == 0) && + (edrvInstance_l.initParam.aMacAddr[2] == 0) && + (edrvInstance_l.initParam.aMacAddr[3] == 0) && + (edrvInstance_l.initParam.aMacAddr[4] == 0) && + (edrvInstance_l.initParam.aMacAddr[5] == 0)) + { // read MAC address from controller + getMacAdrs(edrvInstance_l.initParam.pDevName, + edrvInstance_l.initParam.aMacAddr); + } + if (pthread_mutex_init(&edrvInstance_l.mutex, NULL) != 0) + { + DEBUG_LVL_ERROR_TRACE("%s() couldn't init mutex\n", __func__); + return kErrorEdrvInit; + } + + edrvInstance_l.sock = open(ETHERNET_UART_NAME, O_RDWR); + if (edrvInstance_l.sock < 0) + { + DEBUG_LVL_ERROR_TRACE("%s() cannot open socket. Error = %s\n", __func__, strerror(errno)); + return kErrorEdrvInit; + } + + if (sem_init(&edrvInstance_l.syncSem, 0, 0) != 0) + { + DEBUG_LVL_ERROR_TRACE("%s() couldn't init semaphore\n", __func__); + return kErrorEdrvInit; + } + + if (pthread_create(&edrvInstance_l.hThread, NULL, + workerThread, &edrvInstance_l) != 0) + { + DEBUG_LVL_ERROR_TRACE("%s() Couldn't create worker thread!\n", __func__); + return kErrorEdrvInit; + } + + schedParam.sched_priority = CONFIG_THREAD_PRIORITY_MEDIUM; + if (pthread_setschedparam(edrvInstance_l.hThread, SCHED_FIFO, &schedParam) != 0) + { + DEBUG_LVL_ERROR_TRACE("%s() couldn't set thread scheduling parameters!\n", __func__); + } + +#if (defined(__GLIBC__) && (__GLIBC__ >= 2) && (__GLIBC_MINOR__ >= 12)) + pthread_setname_np(edrvInstance_l.hThread, "oplk-edrvrawsock"); +#endif + + // wait until thread is started + sem_wait(&edrvInstance_l.syncSem); + + return kErrorOk; +} + +//------------------------------------------------------------------------------ +/** +\brief Shut down Ethernet driver + +This function shuts down the Ethernet driver. + +\return The function returns a tOplkError error code. + +\ingroup module_edrv +*/ +//------------------------------------------------------------------------------ +tOplkError edrv_exit(void) +{ + edrvInstance_l.fStartCommunication = FALSE; + + // Wait to terminate thread safely + usleep(100000); + + if (edrvInstance_l.fThreadIsExited) + pthread_cancel(edrvInstance_l.hThread); + + pthread_mutex_destroy(&edrvInstance_l.mutex); + + // Close the socket + close(edrvInstance_l.sock); + + // Clear instance structure + OPLK_MEMSET(&edrvInstance_l, 0, sizeof(edrvInstance_l)); + + return kErrorOk; +} + +//------------------------------------------------------------------------------ +/** +\brief Get MAC address + +This function returns the MAC address of the Ethernet controller + +\return The function returns a pointer to the MAC address. + +\ingroup module_edrv +*/ +//------------------------------------------------------------------------------ +const UINT8* edrv_getMacAddr(void) +{ + return edrvInstance_l.initParam.aMacAddr; +} + +//------------------------------------------------------------------------------ +/** +\brief Send Tx buffer + +This function sends the Tx buffer. + +\param[in,out] pBuffer_p Tx buffer descriptor + +\return The function returns a tOplkError error code. + +\ingroup module_edrv +*/ +//------------------------------------------------------------------------------ +tOplkError edrv_sendTxBuffer(tEdrvTxBuffer* pBuffer_p) +{ + int sockRet; + + // Check parameter validity + ASSERT(pBuffer_p != NULL); + + FTRACE_MARKER("%s", __func__); + + if (pBuffer_p->txBufferNumber.pArg != NULL) + return kErrorInvalidOperation; + + if (getLinkStatus(edrvInstance_l.initParam.pDevName) == FALSE) + { + /* If there is no link, we pretend that the packet is sent and immediately call + * tx handler. Otherwise the stack would hang! */ + if (pBuffer_p->pfnTxHandler != NULL) + { + pBuffer_p->pfnTxHandler(pBuffer_p); + } + } + else + { + pthread_mutex_lock(&edrvInstance_l.mutex); + if (edrvInstance_l.pTransmittedTxBufferLastEntry == NULL) + { + edrvInstance_l.pTransmittedTxBufferLastEntry = pBuffer_p; + edrvInstance_l.pTransmittedTxBufferFirstEntry = pBuffer_p; + } + else + { + edrvInstance_l.pTransmittedTxBufferLastEntry->txBufferNumber.pArg = pBuffer_p; + edrvInstance_l.pTransmittedTxBufferLastEntry = pBuffer_p; + } + pthread_mutex_unlock(&edrvInstance_l.mutex); + + sockRet = write(edrvInstance_l.sock, (u_char*)pBuffer_p->pBuffer, (int)pBuffer_p->txFrameSize); + if (sockRet < 0) + { + DEBUG_LVL_EDRV_TRACE("%s() send() returned %d\n", __func__, sockRet); + return kErrorInvalidOperation; + } + else + { + packetHandler((u_char*)&edrvInstance_l, sockRet, pBuffer_p->pBuffer); + } + } + + return kErrorOk; +} + +//------------------------------------------------------------------------------ +/** +\brief Allocate Tx buffer + +This function allocates a Tx buffer. + +\param[in,out] pBuffer_p Tx buffer descriptor + +\return The function returns a tOplkError error code. + +\ingroup module_edrv +*/ +//------------------------------------------------------------------------------ +tOplkError edrv_allocTxBuffer(tEdrvTxBuffer* pBuffer_p) +{ + // Check parameter validity + ASSERT(pBuffer_p != NULL); + + if (pBuffer_p->maxBufferSize > EDRV_MAX_FRAME_SIZE) + return kErrorEdrvNoFreeBufEntry; + + // allocate buffer with malloc + pBuffer_p->pBuffer = OPLK_MALLOC(pBuffer_p->maxBufferSize); + if (pBuffer_p->pBuffer == NULL) + return kErrorEdrvNoFreeBufEntry; + + pBuffer_p->txBufferNumber.pArg = NULL; + + return kErrorOk; +} + +//------------------------------------------------------------------------------ +/** +\brief Free Tx buffer + +This function releases the Tx buffer. + +\param[in,out] pBuffer_p Tx buffer descriptor + +\return The function returns a tOplkError error code. + +\ingroup module_edrv +*/ +//------------------------------------------------------------------------------ +tOplkError edrv_freeTxBuffer(tEdrvTxBuffer* pBuffer_p) +{ + void* pBuffer; + + // Check parameter validity + ASSERT(pBuffer_p != NULL); + + pBuffer = pBuffer_p->pBuffer; + + // mark buffer as free, before actually freeing it + pBuffer_p->pBuffer = NULL; + + OPLK_FREE(pBuffer); + + return kErrorOk; +} + +//------------------------------------------------------------------------------ +/** +\brief Change Rx filter setup + +This function changes the Rx filter setup. The parameter entryChanged_p +selects the Rx filter entry that shall be changed and \p changeFlags_p determines +the property. +If \p entryChanged_p is equal or larger count_p all Rx filters shall be changed. + +\note Rx filters are not supported by this driver! + +\param[in,out] pFilter_p Base pointer of Rx filter array +\param[in] count_p Number of Rx filter array entries +\param[in] entryChanged_p Index of Rx filter entry that shall be changed +\param[in] changeFlags_p Bit mask that selects the changing Rx filter property + +\return The function returns a tOplkError error code. + +\ingroup module_edrv +*/ +//------------------------------------------------------------------------------ +tOplkError edrv_changeRxFilter(tEdrvFilter* pFilter_p, + UINT count_p, + UINT entryChanged_p, + UINT changeFlags_p) +{ + UNUSED_PARAMETER(pFilter_p); + UNUSED_PARAMETER(count_p); + UNUSED_PARAMETER(entryChanged_p); + UNUSED_PARAMETER(changeFlags_p); + + return kErrorOk; +} + +//------------------------------------------------------------------------------ +/** +\brief Clear multicast address entry + +This function removes the multicast entry from the Ethernet controller. + +\note The multicast filters are not supported by this driver. + +\param[in] pMacAddr_p Multicast address + +\return The function returns a tOplkError error code. + +\ingroup module_edrv +*/ +//------------------------------------------------------------------------------ +tOplkError edrv_clearRxMulticastMacAddr(const UINT8* pMacAddr_p) +{ + UNUSED_PARAMETER(pMacAddr_p); + + return kErrorOk; +} + +//------------------------------------------------------------------------------ +/** +\brief Set multicast address entry + +This function sets a multicast entry into the Ethernet controller. + +\note The multicast filters are not supported by this driver. + +\param[in] pMacAddr_p Multicast address. + +\return The function returns a tOplkError error code. + +\ingroup module_edrv +*/ +//------------------------------------------------------------------------------ +tOplkError edrv_setRxMulticastMacAddr(const UINT8* pMacAddr_p) +{ + UNUSED_PARAMETER(pMacAddr_p); + + return kErrorOk; +} + +//============================================================================// +// P R I V A T E F U N C T I O N S // +//============================================================================// +/// \name Private Functions +/// \{ + +//------------------------------------------------------------------------------ +/** +\brief Edrv packet handler + +This function is the packet handler forwarding the frames to the dllk. + +\param[in,out] pParam_p User specific pointer pointing to the instance structure +\param[in] frameSize_p Framesize information +\param[in] pPktData_p Packet buffer +*/ +//------------------------------------------------------------------------------ +static void packetHandler(void* pParam_p, + const int frameSize_p, + void* pPktData_p) +{ + tEdrvInstance* pInstance = (tEdrvInstance*)pParam_p; + tEdrvRxBuffer rxBuffer; + + if (OPLK_MEMCMP((UINT8*)pPktData_p + 6, pInstance->initParam.aMacAddr, 6) != 0) + { // filter out self generated traffic + rxBuffer.bufferInFrame = kEdrvBufferLastInFrame; + rxBuffer.rxFrameSize = frameSize_p; + rxBuffer.pBuffer = pPktData_p; + + FTRACE_MARKER("%s RX", __func__); + pInstance->initParam.pfnRxHandler(&rxBuffer); + } + else + { // self generated traffic + FTRACE_MARKER("%s TX-receive", __func__); + + if (pInstance->pTransmittedTxBufferFirstEntry != NULL) + { + tEdrvTxBuffer* pTxBuffer = pInstance->pTransmittedTxBufferFirstEntry; + + if (pTxBuffer->pBuffer != NULL) + { + if (OPLK_MEMCMP(pPktData_p, pTxBuffer->pBuffer, 6) == 0) + { // compare with packet buffer with destination MAC + pthread_mutex_lock(&pInstance->mutex); + pInstance->pTransmittedTxBufferFirstEntry = (tEdrvTxBuffer*)pInstance->pTransmittedTxBufferFirstEntry->txBufferNumber.pArg; + if (pInstance->pTransmittedTxBufferFirstEntry == NULL) + { + pInstance->pTransmittedTxBufferLastEntry = NULL; + } + pthread_mutex_unlock(&pInstance->mutex); + + pTxBuffer->txBufferNumber.pArg = NULL; + + if (pTxBuffer->pfnTxHandler != NULL) + { + pTxBuffer->pfnTxHandler(pTxBuffer); + } + } + else + { + TRACE("%s: no matching TxB: DstMAC=%02X%02X%02X%02X%02X%02X\n", + __func__, + (UINT)((UINT8*)pPktData_p)[0], + (UINT)((UINT8*)pPktData_p)[1], + (UINT)((UINT8*)pPktData_p)[2], + (UINT)((UINT8*)pPktData_p)[3], + (UINT)((UINT8*)pPktData_p)[4], + (UINT)((UINT8*)pPktData_p)[5]); + TRACE(" current TxB %p: DstMAC=%02X%02X%02X%02X%02X%02X\n", + (void*)pTxBuffer, + (UINT)((UINT8*)(pTxBuffer->pBuffer))[0], + (UINT)((UINT8*)(pTxBuffer->pBuffer))[1], + (UINT)((UINT8*)(pTxBuffer->pBuffer))[2], + (UINT)((UINT8*)(pTxBuffer->pBuffer))[3], + (UINT)((UINT8*)(pTxBuffer->pBuffer))[4], + (UINT)((UINT8*)(pTxBuffer->pBuffer))[5]); + } + } + } + else + { + TRACE("%s: no TxB: DstMAC=%02X%02X%02X%02X%02X%02X\n", __func__, + ((UINT8*)pPktData_p)[0], + ((UINT8*)pPktData_p)[1], + ((UINT8*)pPktData_p)[2], + ((UINT8*)pPktData_p)[3], + ((UINT8*)pPktData_p)[4], + ((UINT8*)pPktData_p)[5]); + } + } +} + +//------------------------------------------------------------------------------ +/** +\brief Edrv worker thread + +This function implements the edrv worker thread. It is responsible to receive frames + +\param[in,out] pArgument_p User specific pointer pointing to the instance structure + +\return The function returns a thread error code. +*/ +//------------------------------------------------------------------------------ +static void* workerThread(void* pArgument_p) +{ + tEdrvInstance* pInstance = (tEdrvInstance*)pArgument_p; + int rawSockRet; + u_char aBuffer[EDRV_MAX_FRAME_SIZE]; + + // signal that thread is successfully started + sem_post(&pInstance->syncSem); + + while (edrvInstance_l.fStartCommunication) + { + rawSockRet = read(edrvInstance_l.sock, aBuffer, EDRV_MAX_FRAME_SIZE); + if (rawSockRet > 0) + { + packetHandler(pInstance, rawSockRet, aBuffer); + } + } + edrvInstance_l.fThreadIsExited = TRUE; + + return NULL; +} + +//------------------------------------------------------------------------------ +/** +\brief Get Edrv MAC address + +This function gets the interface's MAC address. + +\param[in] pIfName_p Ethernet interface device name +\param[out] pMacAddr_p Pointer to store MAC address +*/ +//------------------------------------------------------------------------------ +static void getMacAdrs(const char* pIfName_p, UINT8* pMacAddr_p) +{ + UNUSED_PARAMETER(pIfName_p); + + /* Generate a MAC address randomly */ + pMacAddr_p[0] = 0x52; + pMacAddr_p[1] = 0x54; + pMacAddr_p[2] = 0x98; + pMacAddr_p[3] = 0x76; + pMacAddr_p[4] = 0x54; + pMacAddr_p[5] = target_getTickCount(); +} + +//------------------------------------------------------------------------------ +/** +\brief Get link status + +This function returns the interface link status. + +\param[in] pIfName_p Ethernet interface device name + +\return The function returns the link status. +\retval TRUE The link is up. +\retval FALSE The link is down. +*/ +//------------------------------------------------------------------------------ +static BOOL getLinkStatus(const char* pIfName_p) +{ + UNUSED_PARAMETER(pIfName_p); + return TRUE; +} diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/src/kernel/event/eventkcal-xiuos.c b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/src/kernel/event/eventkcal-xiuos.c new file mode 100644 index 000000000..b010b758c --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/src/kernel/event/eventkcal-xiuos.c @@ -0,0 +1,377 @@ +/** +******************************************************************************** +\file eventkcal-linux.c + +\brief Kernel event CAL module for Linux userspace + +This file implements the kernel event handler CAL module for the Linux +userspace platform. It uses the circular buffer interface for all event queues. + +\see eventkcalintf-circbuf.c + +\ingroup module_eventkcal +*******************************************************************************/ + +/*------------------------------------------------------------------------------ +Copyright (c) 2016, B&R Industrial Automation GmbH +Copyright (c) 2020, AIIT XUOS Lab +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the name of the copyright holders nor the + names of its contributors may be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDERS BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +------------------------------------------------------------------------------*/ + +//------------------------------------------------------------------------------ +// includes +//------------------------------------------------------------------------------ +#include +#include +#include +#include + +#include +#include +#include +#include +#include + +//============================================================================// +// G L O B A L D E F I N I T I O N S // +//============================================================================// + +//------------------------------------------------------------------------------ +// const defines +//------------------------------------------------------------------------------ +#define KERNEL_EVENT_THREAD_PRIORITY 55 + +//------------------------------------------------------------------------------ +// module global vars +//------------------------------------------------------------------------------ + +//------------------------------------------------------------------------------ +// global function prototypes +//------------------------------------------------------------------------------ + +//============================================================================// +// P R I V A T E D E F I N I T I O N S // +//============================================================================// + +//------------------------------------------------------------------------------ +// const defines +//------------------------------------------------------------------------------ + +//------------------------------------------------------------------------------ +// local types +//------------------------------------------------------------------------------ + +/** +\brief Kernel event CAL instance type + +The structure contains all necessary information needed by the kernel event +CAL module. +*/ +typedef struct +{ + pthread_t threadId; + BOOL fStopThread; + sem_t semUserData; + sem_t semKernelData; + BOOL fInitialized; +} tEventkCalInstance; + +//------------------------------------------------------------------------------ +// local vars +//------------------------------------------------------------------------------ +static tEventkCalInstance instance_l; ///< Instance variable of kernel event CAL module + +//------------------------------------------------------------------------------ +// local function prototypes +//------------------------------------------------------------------------------ +static void* eventThread(void* arg); +static void signalKernelEvent(void); +static void signalUserEvent(void); + +//============================================================================// +// P U B L I C F U N C T I O N S // +//============================================================================// + +//------------------------------------------------------------------------------ +/** +\brief Initialize kernel event CAL module + +The function initializes the kernel event CAL module on Linux. + +\return The function returns a tOplkError error code. +\retval kErrorOk Function executes correctly +\retval other error codes An error occurred + +\ingroup module_eventkcal +*/ +//------------------------------------------------------------------------------ +tOplkError eventkcal_init(void) +{ + struct sched_param schedParam; + + OPLK_MEMSET(&instance_l, 0, sizeof(tEventkCalInstance)); + + if (sem_init(&instance_l.semUserData, 0, 0) < 0) + goto Exit; + + if (sem_init(&instance_l.semKernelData, 0, 0) < 0) + goto Exit; + + if (eventkcal_initQueueCircbuf(kEventQueueK2U) != kErrorOk) + goto Exit; + + if (eventkcal_initQueueCircbuf(kEventQueueU2K) != kErrorOk) + goto Exit; + + if (eventkcal_initQueueCircbuf(kEventQueueKInt) != kErrorOk) + goto Exit; + + eventkcal_setSignalingCircbuf(kEventQueueK2U, signalUserEvent); + + eventkcal_setSignalingCircbuf(kEventQueueKInt, signalKernelEvent); + + instance_l.fStopThread = FALSE; + if (pthread_create(&instance_l.threadId, NULL, eventThread, (void*)&instance_l) != 0) + goto Exit; + + schedParam.sched_priority = KERNEL_EVENT_THREAD_PRIORITY; + if (pthread_setschedparam(instance_l.threadId, SCHED_FIFO, &schedParam) != 0) + { + DEBUG_LVL_ERROR_TRACE("%s(): couldn't set thread scheduling parameters! %d\n", + __func__, + schedParam.sched_priority); + } + +#if (defined(__GLIBC__) && __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 12) + pthread_setname_np(instance_l.threadId, "oplk-eventk"); +#endif + + instance_l.fInitialized = TRUE; + return kErrorOk; + +Exit: + if (instance_l.semUserData >= 0) + sem_destroy(&instance_l.semUserData); + + if (instance_l.semKernelData >= 0) + sem_destroy(&instance_l.semKernelData); + + eventkcal_exitQueueCircbuf(kEventQueueK2U); + eventkcal_exitQueueCircbuf(kEventQueueU2K); + eventkcal_exitQueueCircbuf(kEventQueueKInt); + + return kErrorNoResource; +} + + +//------------------------------------------------------------------------------ +/** +\brief Clean up kernel event CAL module + +The function cleans up the kernel event CAL module. For cleanup it calls the exit +functions of the queue implementations for each used queue. + +\return The function returns a tOplkError error code. +\retval kErrorOk Function executes correctly +\retval other error codes An error occurred + +\ingroup module_eventkcal +*/ +//------------------------------------------------------------------------------ +tOplkError eventkcal_exit(void) +{ + UINT i = 0; + + if (instance_l.fInitialized != FALSE) + { + instance_l.fStopThread = TRUE; + while (instance_l.fStopThread != FALSE) + { + target_msleep(10); + if (i++ > 100) + { + DEBUG_LVL_EVENTK_TRACE("Event thread is not terminating, continue shutdown...!\n"); + break; + } + } + + eventkcal_exitQueueCircbuf(kEventQueueK2U); + eventkcal_exitQueueCircbuf(kEventQueueU2K); + eventkcal_exitQueueCircbuf(kEventQueueKInt); + + sem_destroy(&instance_l.semUserData); + sem_destroy(&instance_l.semKernelData); + + sem_unlink("/semUserEvent"); + sem_unlink("/semKernelEvent"); + + } + instance_l.fInitialized = FALSE; + + return kErrorOk; +} + +//------------------------------------------------------------------------------ +/** +\brief Post kernel event + +This function posts a event to the kernel queue. + +\param[in] pEvent_p Event to be posted. + +\return The function returns a tOplkError error code. +\retval kErrorOk Function executes correctly +\retval other error codes An error occurred + +\ingroup module_eventkcal +*/ +//------------------------------------------------------------------------------ +tOplkError eventkcal_postKernelEvent(const tEvent* pEvent_p) +{ + tOplkError ret; + + ret = eventkcal_postEventCircbuf(kEventQueueKInt, pEvent_p); + + return ret; +} + +//------------------------------------------------------------------------------ +/** +\brief Post user event + +This function posts a event to the user queue. + +\param[in] pEvent_p Event to be posted. + +\return The function returns a tOplkError error code. +\retval kErrorOk Function executes correctly +\retval other error codes An error occurred + +\ingroup module_eventkcal +*/ +//------------------------------------------------------------------------------ +tOplkError eventkcal_postUserEvent(const tEvent* pEvent_p) +{ + tOplkError ret; + + ret = eventkcal_postEventCircbuf(kEventQueueK2U, pEvent_p); + + return ret; +} + +//------------------------------------------------------------------------------ +/** +\brief Process function of kernel CAL module + +This function will be called by the systems process function. + +\ingroup module_eventkcal +*/ +//------------------------------------------------------------------------------ +void eventkcal_process(void) +{ + // Nothing to do, because we use threads +} + +//============================================================================// +// P R I V A T E F U N C T I O N S // +//============================================================================// +/// \name Private Functions +/// \{ + +//------------------------------------------------------------------------------ +/** +\brief Event handler thread function + +This function contains the main function for the event handler thread. + +\param[in,out] arg Thread parameter. Not used! + +\return The function returns the thread exit code. +*/ +//------------------------------------------------------------------------------ +static void* eventThread(void* arg) +{ + UINT32 tickCount; + struct timespec curTime, timeout; + tEventkCalInstance* pInstance = (tEventkCalInstance*)arg; + + while (!pInstance->fStopThread) + { + tickCount = target_getTickCount(); + curTime.tv_sec = tickCount / 1000; + curTime.tv_nsec = (tickCount % 1000) * 1000000; + timeout.tv_sec = 0; + timeout.tv_nsec = 50000 * 1000; + TIMESPECADD(&timeout, &curTime); + + if (sem_timedwait(&pInstance->semKernelData, &timeout) == 0) + { + /* first handle kernel internal events --> higher priority! */ + if (eventkcal_getEventCountCircbuf(kEventQueueKInt) > 0) + { + eventkcal_processEventCircbuf(kEventQueueKInt); + } + else + { + if (eventkcal_getEventCountCircbuf(kEventQueueU2K) > 0) + { + eventkcal_processEventCircbuf(kEventQueueU2K); + } + } + } + } + + pInstance->fStopThread = FALSE; + return 0; +} + +//------------------------------------------------------------------------------ +/** +\brief Signal a user event + +This function signals that a user event was posted. It will be registered in +the circular buffer library as signal callback function +*/ +//------------------------------------------------------------------------------ +static void signalUserEvent(void) +{ + sem_post(&instance_l.semUserData); +} + +//------------------------------------------------------------------------------ +/** +\brief Signal a kernel event + +This function signals that a kernel event was posted. It will be registered in +the circular buffer library as signal callback function +*/ +//------------------------------------------------------------------------------ +static void signalKernelEvent(void) +{ + sem_post(&instance_l.semKernelData); +} + +/// \} diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/src/kernel/timer/hrestimer-xiuos.c b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/src/kernel/timer/hrestimer-xiuos.c new file mode 100644 index 000000000..1b692554a --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/src/kernel/timer/hrestimer-xiuos.c @@ -0,0 +1,617 @@ +/** +******************************************************************************** +\file hrestimer-xiuos.c + +\brief High-resolution timer module for XiUOS + +This module is the target specific implementation of the high-resolution +timer module for XiUOS. + +\ingroup module_hrestimer +*******************************************************************************/ + +/*------------------------------------------------------------------------------ +Copyright (c) 2012, SYSTEC electronic GmbH +Copyright (c) 2016, B&R Industrial Automation GmbH +Copyright (c) 2020, AIIT XUOS Lab +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the name of the copyright holders nor the + names of its contributors may be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDERS BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +------------------------------------------------------------------------------*/ + +//------------------------------------------------------------------------------ +// includes +//------------------------------------------------------------------------------ +#include +#include +#include +#include + +#include +#include +#include +#include + +//============================================================================// +// G L O B A L D E F I N I T I O N S // +//============================================================================// + +//------------------------------------------------------------------------------ +// const defines +//------------------------------------------------------------------------------ +#undef HIGH_RESK_TIMER_LATENCY_DEBUG ///< enable/disable latency debugging + +#define TIMER_COUNT 2 ///< number of high-resolution timers +#define TIMER_MIN_VAL_SINGLE 20000 ///< minimum timer interval for single timeouts +#define TIMER_MIN_VAL_CYCLE 100000 ///< minimum timer interval for continuous timeouts + +/* macros for timer handles */ +#define TIMERHDL_MASK 0x0FFFFFFF +#define TIMERHDL_SHIFT 28 +#define HDL_TO_IDX(hdl) ((hdl >> TIMERHDL_SHIFT) - 1) +#define HDL_INIT(idx) ((idx + 1) << TIMERHDL_SHIFT) +#define HDL_INC(hdl) (((hdl + 1) & TIMERHDL_MASK) | (hdl & ~TIMERHDL_MASK)) + +//------------------------------------------------------------------------------ +// module global vars +//------------------------------------------------------------------------------ + +//------------------------------------------------------------------------------ +// global function prototypes +//------------------------------------------------------------------------------ + +//============================================================================// +// P R I V A T E D E F I N I T I O N S // +//============================================================================// + +//------------------------------------------------------------------------------ +// const defines +//------------------------------------------------------------------------------ + +//------------------------------------------------------------------------------ +// local types +//------------------------------------------------------------------------------ + +/** +\brief High-resolution timer information structure + +The structure contains all necessary information for a high-resolution timer. +*/ +typedef struct +{ + tTimerEventArg eventArg; ///< Event argument + tTimerkCallback pfnCallback; ///< Pointer to timer callback function + struct timespec startTime; ///< Timestamp of timer start + ULONGLONG time; ///< Timer period in nanoseconds + pthread_t timerThreadId; ///< Handle of timer thread + sem_t syncSem; ///< Thread synchronization semaphore + BOOL fTerminate; ///< Thread termination flag + BOOL fContinue; ///< Flag determines if timer will be restarted continuously +#ifdef HIGH_RESK_TIMER_LATENCY_DEBUG + /* additional variables for latency debugging */ + LONG maxLatency; ///< Minimum measured timer latency + LONG minLatency; ///< Maximum measured timer latency +#endif +} tHresTimerInfo; + +/** +\brief High-resolution timer instance + +The structure defines a high-resolution timer module instance. +*/ +typedef struct +{ + tHresTimerInfo aTimerInfo[TIMER_COUNT]; ///< Array with timer information for a set of timers +} tHresTimerInstance; + +//------------------------------------------------------------------------------ +// module local vars +//------------------------------------------------------------------------------ +static tHresTimerInstance hresTimerInstance_l; + +//------------------------------------------------------------------------------ +// local function prototypes +//------------------------------------------------------------------------------ +static void* timerThread(void* pArgument_p); +static inline void timespec_add(const struct timespec* time1_p, + ULONGLONG offset_p, + struct timespec* result_p); + +#ifdef HIGH_RESK_TIMER_LATENCY_DEBUG +static inline void timespec_sub(const struct timespec* time1_p, + const struct timespec* time2_p, + struct timespec* result_p); +#endif + + +//============================================================================// +// P U B L I C F U N C T I O N S // +//============================================================================// + +//------------------------------------------------------------------------------ +/** +\brief Initialize high-resolution timer module + +The function initializes the high-resolution timer module + +\return Returns a tOplkError error code. + +\ingroup module_hrestimer +*/ +//------------------------------------------------------------------------------ +tOplkError hrestimer_init(void) +{ + tOplkError ret = kErrorOk; + UINT index; + struct sched_param schedParam; + tHresTimerInfo* pTimerInfo; + + OPLK_MEMSET(&hresTimerInstance_l, 0, sizeof(hresTimerInstance_l)); + + /* Initialize timer threads for all usable timers. */ + for (index = 0; index < TIMER_COUNT; index++) + { + pTimerInfo = &hresTimerInstance_l.aTimerInfo[index]; + pTimerInfo->fTerminate = FALSE; + +#ifdef HIGH_RESK_TIMER_LATENCY_DEBUG + pTimerInfo->maxLatency = 0; + pTimerInfo->minLatency = 999999999; +#endif + + if (sem_init(&pTimerInfo->syncSem, 0, 0) != 0) + { + DEBUG_LVL_ERROR_TRACE("%s() Couldn't init semaphore!\n", __func__); + return kErrorNoResource; + } + + if (pthread_create(&pTimerInfo->timerThreadId, NULL, timerThread, pTimerInfo) != 0) + { + sem_destroy(&pTimerInfo->syncSem); + return kErrorNoResource; + } + + schedParam.sched_priority = CONFIG_THREAD_PRIORITY_HIGH; + if (pthread_setschedparam(pTimerInfo->timerThreadId, SCHED_FIFO, &schedParam) != 0) + { + DEBUG_LVL_ERROR_TRACE("%s() Couldn't set thread scheduling parameters!\n", __func__); + sem_destroy(&pTimerInfo->syncSem); + pthread_cancel(pTimerInfo->timerThreadId); + return kErrorNoResource; + } + +#if (defined(__GLIBC__) && (__GLIBC__ >= 2) && (__GLIBC_MINOR__ >= 12)) + pthread_setname_np(pTimerInfo->timerThreadId, "oplk-hrtimer"); +#endif + } + + return ret; +} + +//------------------------------------------------------------------------------ +/** +\brief Shut down high-resolution timer module + +The function shuts down the high-resolution timer module. + +\return Returns a tOplkError error code. + +\ingroup module_hrestimer +*/ +//------------------------------------------------------------------------------ +tOplkError hrestimer_exit(void) +{ + tHresTimerInfo* pTimerInfo; + tOplkError ret = kErrorOk; + UINT index; + + for (index = 0; index < TIMER_COUNT; index++) + { + pTimerInfo = &hresTimerInstance_l.aTimerInfo[index]; + + pTimerInfo->eventArg.timerHdl.handle = 0; + + /* send exit signal to thread */ + pTimerInfo->fContinue = 0; + pTimerInfo->fTerminate = TRUE; + sem_post(&pTimerInfo->syncSem); + + /* wait until thread terminates */ + pthread_join(pTimerInfo->timerThreadId, NULL); + + /* clean up */ + pTimerInfo->pfnCallback = NULL; + sem_destroy(&pTimerInfo->syncSem); + } + + return ret; +} + +//------------------------------------------------------------------------------ +/** +\brief Modify a high-resolution timer + +The function modifies the timeout of the timer with the specified handle. +If the handle to which the pointer points to is zero, the timer must be created +first. If it is not possible to stop the old timer, this function always assures +that the old timer does not trigger the callback function with the same handle +as the new timer. That means the callback function must check the passed handle +with the one returned by this function. If these are unequal, the call can be +discarded. + +\param[in,out] pTimerHdl_p Pointer to timer handle. +\param[in] time_p Relative timeout in [ns]. +\param[in] pfnCallback_p Callback function, which is called when timer expires. + (The function is called mutually exclusive with + the Edrv callback functions (Rx and Tx)). +\param[in] argument_p User-specific argument. +\param[in] fContinue_p If TRUE, the callback function will be called continuously. + Otherwise, it is a one-shot timer. + +\return Returns a tOplkError error code. + +\ingroup module_hrestimer +*/ +//------------------------------------------------------------------------------ +tOplkError hrestimer_modifyTimer(tTimerHdl* pTimerHdl_p, + ULONGLONG time_p, + tTimerkCallback pfnCallback_p, + ULONG argument_p, + BOOL fContinue_p) +{ + tOplkError ret = kErrorOk; + UINT index; + UINT32 tickCount; + tHresTimerInfo* pTimerInfo; + + DEBUG_LVL_TIMERH_TRACE("%s() pTimerHdl_p=%08x/%08x\n", + __func__, (unsigned int)pTimerHdl_p, (unsigned int)*pTimerHdl_p); + + if (pTimerHdl_p == NULL) + return kErrorTimerInvalidHandle; + + if (*pTimerHdl_p == 0) + { // no timer created yet + // search free timer info structure + pTimerInfo = &hresTimerInstance_l.aTimerInfo[0]; + for (index = 0; index < TIMER_COUNT; index++, pTimerInfo++) + { + if (pTimerInfo->eventArg.timerHdl.handle == 0) + { // free structure found + break; + } + } + if (index >= TIMER_COUNT) + { // no free structure found + return kErrorTimerNoTimerCreated; + } + + pTimerInfo->eventArg.timerHdl.handle = HDL_INIT(index); + } + else + { + index = HDL_TO_IDX(*pTimerHdl_p); + if (index >= TIMER_COUNT) + { // invalid handle + return kErrorTimerInvalidHandle; + } + + pTimerInfo = &hresTimerInstance_l.aTimerInfo[index]; + } + + // increase too small time values + if (fContinue_p != FALSE) + { + if (time_p < TIMER_MIN_VAL_CYCLE) + time_p = TIMER_MIN_VAL_CYCLE; + } + else + { + if (time_p < TIMER_MIN_VAL_SINGLE) + time_p = TIMER_MIN_VAL_SINGLE; + } + + /* increment timer handle + * (if timer expires right after this statement, the user + * would detect an unknown timer handle and discard it) */ + pTimerInfo->eventArg.timerHdl.handle = HDL_INC(pTimerInfo->eventArg.timerHdl.handle); + *pTimerHdl_p = pTimerInfo->eventArg.timerHdl.handle; + + /* initialize timer info */ + pTimerInfo->eventArg.argument.value = argument_p; + pTimerInfo->pfnCallback = pfnCallback_p; + pTimerInfo->fContinue = fContinue_p; + pTimerInfo->time = time_p; + + tickCount = target_getTickCount(); + pTimerInfo->startTime.tv_sec = tickCount / 1000; + pTimerInfo->startTime.tv_nsec = (tickCount % 1000) * 1000000; + sem_post(&pTimerInfo->syncSem); /* signal timer start to thread */ + + return ret; +} + +//------------------------------------------------------------------------------ +/** +\brief Delete a high-resolution timer + +The function deletes a created high-resolution timer. The timer is specified +by its timer handle. After deleting, the handle is reset to zero. + +\param[in,out] pTimerHdl_p Pointer to timer handle. + +\return Returns a tOplkError error code. + +\ingroup module_hrestimer +*/ +//------------------------------------------------------------------------------ +tOplkError hrestimer_deleteTimer(tTimerHdl* pTimerHdl_p) +{ + tOplkError ret = kErrorOk; + UINT index; + tHresTimerInfo* pTimerInfo; + + // check pointer to handle + if (pTimerHdl_p == NULL) + return kErrorTimerInvalidHandle; + + if (*pTimerHdl_p == 0) + { // no timer created yet + return ret; + } + else + { + index = HDL_TO_IDX(*pTimerHdl_p); + if (index >= TIMER_COUNT) + { // invalid handle + return kErrorTimerInvalidHandle; + } + pTimerInfo = &hresTimerInstance_l.aTimerInfo[index]; + if (pTimerInfo->eventArg.timerHdl.handle != *pTimerHdl_p) + { // invalid handle + return ret; + } + } + + pTimerInfo->fContinue = FALSE; + *pTimerHdl_p = 0; + pTimerInfo->eventArg.timerHdl.handle = 0; + pTimerInfo->pfnCallback = NULL; + + return ret; +} + +//------------------------------------------------------------------------------ +/** +\brief Control external synchronization interrupt + +This function enables/disables the external synchronization interrupt. If the +external synchronization interrupt is not supported, the call is ignored. + +\param[in] fEnable_p Flag determines if sync should be enabled or disabled. + +\ingroup module_hrestimer +*/ +//------------------------------------------------------------------------------ +void hrestimer_controlExtSyncIrq(BOOL fEnable_p) +{ + UNUSED_PARAMETER(fEnable_p); +} + +//------------------------------------------------------------------------------ +/** +\brief Set external synchronization interrupt time + +This function sets the time when the external synchronization interrupt shall +be triggered to synchronize the host processor. If the external synchronization +interrupt is not supported, the call is ignored. + +\param[in] time_p Time when the sync shall be triggered + +\ingroup module_hrestimer +*/ +//------------------------------------------------------------------------------ +void hrestimer_setExtSyncIrqTime(tTimestamp time_p) +{ + UNUSED_PARAMETER(time_p); +} + +//============================================================================// +// P R I V A T E F U N C T I O N S // +//============================================================================// +/// \name Private Functions +/// \{ + +//------------------------------------------------------------------------------ +/** +\brief Timer thread function + +The function provides the main function of the timer thread. It waits for a +timer start signal. When it is received it reads the high-resolution timer +information structure and calculates the timeout value. It sleeps by calling +clock_nanosleep() until the timeout is reached. When the timeout is reached +the callback function registered in the timer info structure is called. If the +flag m_fContinue is set the thread loops until the timer is deleted. + +\param[in,out] pArgument_p Thread parameter. It contains the pointer to + the timer info structure. + +\return Returns a void* as specified by the pthread interface but it is not used! +*/ +//------------------------------------------------------------------------------ +static void* timerThread(void* pArgument_p) +{ + int iRet; + tHresTimerInfo* pTimerInfo; + struct timespec startTime, timeout; + ULONGLONG period; + tTimerHdl timerHdl; +#ifdef HIGH_RESK_TIMER_LATENCY_DEBUG + struct timespec debugtime, curTime; +#endif + + DEBUG_LVL_TIMERH_TRACE("%s(): ThreadId:%ld\n", __func__, syscall(SYS_gettid)); + DEBUG_LVL_TIMERH_TRACE("%s(): timer:%lx\n", __func__, (unsigned long)pArgument_p); + + /* thread parameter contains the address of the timer information structure */ + pTimerInfo = (tHresTimerInfo*)pArgument_p; + + /* loop forever until thread will be canceled */ + while (1) + { + /* wait for semaphore which signals a timer start */ + sem_wait(&pTimerInfo->syncSem); + + /* check if thread should terminate */ + if (pTimerInfo->fTerminate) + { + DEBUG_LVL_TIMERH_TRACE("%s() Exiting signal received!\n", __func__); + break; + } + else + { + /* save timer information into local variables */ + startTime = pTimerInfo->startTime; + timerHdl = pTimerInfo->eventArg.timerHdl.handle; + period = pTimerInfo->time; + + /* calculate the timeout value for the timer cycle */ + timespec_add(&startTime, period, &timeout); + +#ifdef HIGH_RESK_TIMER_LATENCY_DEBUG + clock_gettime(CLOCK_REALTIME, &curTime); +#endif + do + { + /* sleep until timeout */ + iRet = usleep(period / 1000); + if (iRet < 0) + { + DEBUG_LVL_ERROR_TRACE("%s(): Error in clock_nanosleep!\n", + __func__); + /* todo how to signal that timeout wasn't correct? */ + } + FTRACE_MARKER("HighReskTimer(%d) expired (%d ns)", + (int)pArgument_p, period); + +#ifdef HIGH_RESK_TIMER_LATENCY_DEBUG + clock_gettime(CLOCK_REALTIME, &curTime); + timespec_sub(&timeout, &curTime, &debugtime); + FTRACE_MARKER("%s latency=%ld:%ld", __func__, debugtime.tv_sec, + debugtime.tv_nsec); + if (debugtime.tv_nsec > pTimerInfo->maxLatency) + { + DEBUG_LVL_TIMERH_TRACE("%s() Timer elapsed: max latency=%ld ns\n", + __func__, debugtime.tv_nsec); + pTimerInfo->maxLatency = debugtime.tv_nsec; + } + if (timeout.tv_nsec < pTimerInfo->minLatency) + { + DEBUG_LVL_TIMERH_TRACE("%s() Timer elapsed: min latency=%ld ns\n", + __func__, debugtime.tv_nsec); + pTimerInfo->minLatency = debugtime.tv_nsec; + } +#endif + + /* check if timer handle is valid */ + if (timerHdl == pTimerInfo->eventArg.timerHdl.handle) + { + /* call callback function */ + if (pTimerInfo->pfnCallback != NULL) + { + pTimerInfo->pfnCallback(&pTimerInfo->eventArg); + } + } + + /* check if timer handle is still valid. Could be modified in callback! */ + if (timerHdl == pTimerInfo->eventArg.timerHdl.handle) + { + if (pTimerInfo->fContinue) + { + /* calculate timeout value for next timer cycle */ + timespec_add(&timeout, period, &timeout); + } + } + } while ((pTimerInfo->fContinue) && + (timerHdl == pTimerInfo->eventArg.timerHdl.handle)); + } + } + return NULL; +} + +//------------------------------------------------------------------------------ +/** +\brief Add offset to timespec value + +The function adds a time offset in nanoseconds to a timespec value. + +\param[in] time1_p Pointer to timespec to which the offset should be added. +\param[in] offset_p Offset in nanoseconds to add. +\param[out] result_p Pointer to store the result of the calculation. +*/ +//------------------------------------------------------------------------------ +static inline void timespec_add(const struct timespec* time1_p, + ULONGLONG offset_p, + struct timespec* result_p) +{ + result_p->tv_sec = time1_p->tv_sec + offset_p / 1000000000L; + result_p->tv_nsec = time1_p->tv_nsec + offset_p % 1000000000L; + if (result_p->tv_nsec >= 1000000000L) + { + result_p->tv_sec++; + result_p->tv_nsec -= 1000000000L; + } +} + +#ifdef HIGH_RESK_TIMER_LATENCY_DEBUG +//------------------------------------------------------------------------------ +/** +\brief Subtract two timespec values + +The function subtracts two timespec values. + +\param[in] time1_p Pointer to first timespec value from which + to substract the second one. +\param[in] time2_p Pointer to second timespec value which will + be substracted. +\param[out] result_p Pointer to store the result of the calculation. +*/ +//------------------------------------------------------------------------------ +static inline void timespec_sub(const struct timespec* time1_p, + const struct timespec* time2_p, + struct timespec* result_p) +{ + if (time2_p->tv_nsec > time1_p->tv_nsec) + { + result_p->tv_nsec = time2_p->tv_nsec - time1_p->tv_nsec; + result_p->tv_sec = time2_p->tv_sec - time1_p->tv_sec; + } + else + { + result_p->tv_nsec = 1000000000L + time2_p->tv_nsec - time1_p->tv_nsec; + result_p->tv_sec = time2_p->tv_sec - time1_p->tv_sec - 1; + } +} +#endif + +/// \} diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/src/user/cfmu.c b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/src/user/cfmu.c index 0b13abc94..a5f067209 100644 --- a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/src/user/cfmu.c +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/src/user/cfmu.c @@ -846,6 +846,8 @@ static tOplkError downloadCycleLength(tCfmNodeInfo* pNodeInfo_p) pNodeInfo_p->eventCnProgress.nodeId, ret); } +#else + UNUSED_PARAMETER(pNodeInfo_p); #endif return ret; diff --git a/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/src/user/event/eventucal-xiuos.c b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/src/user/event/eventucal-xiuos.c new file mode 100644 index 000000000..418e8b782 --- /dev/null +++ b/APP_Framework/Framework/connection/industrial_ethernet/openPOWERLINK/stack/src/user/event/eventucal-xiuos.c @@ -0,0 +1,379 @@ +/** +******************************************************************************** +\file eventucal-linux.c + +\brief User event CAL module for XiUOS + +This file implements the user event handler CAL module for the Linux +userspace platform. It uses the circular buffer interface for all event queues. + +\see eventucalintf-circbuf.c + +\ingroup module_eventucal +*******************************************************************************/ + +/*------------------------------------------------------------------------------ +Copyright (c) 2016, B&R Industrial Automation GmbH +Copyright (c) 2020, AIIT XUOS Lab +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the name of the copyright holders nor the + names of its contributors may be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDERS BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +------------------------------------------------------------------------------*/ + +//------------------------------------------------------------------------------ +// includes +//------------------------------------------------------------------------------ +#include +#include +#include +#include + +#include +#include +#include +#include +#include + +//============================================================================// +// G L O B A L D E F I N I T I O N S // +//============================================================================// + +//------------------------------------------------------------------------------ +// const defines +//------------------------------------------------------------------------------ +#define USER_EVENT_THREAD_PRIORITY 45 + +//------------------------------------------------------------------------------ +// module global vars +//------------------------------------------------------------------------------ + +//------------------------------------------------------------------------------ +// global function prototypes +//------------------------------------------------------------------------------ + +//============================================================================// +// P R I V A T E D E F I N I T I O N S // +//============================================================================// + +//------------------------------------------------------------------------------ +// const defines +//------------------------------------------------------------------------------ + +//------------------------------------------------------------------------------ +// local types +//------------------------------------------------------------------------------ +/** +\brief User event CAL instance type + +The structure contains all necessary information needed by the user event +CAL module. +*/ +typedef struct +{ + pthread_t threadId; + BOOL fStopThread; + sem_t semUserData; + sem_t semKernelData; + BOOL fInitialized; +} tEventuCalInstance; + +//------------------------------------------------------------------------------ +// local vars +//------------------------------------------------------------------------------ +static tEventuCalInstance instance_l; ///< Instance variable of user event CAL module + +//------------------------------------------------------------------------------ +// local function prototypes +//------------------------------------------------------------------------------ +static void* eventThread(void* arg); +static void signalUserEvent(void); +static void signalKernelEvent(void); + +//============================================================================// +// P U B L I C F U N C T I O N S // +//============================================================================// + +//------------------------------------------------------------------------------ +/** +\brief Initialize architecture specific stuff of user event CAL module + +The function initializes the architecture specific stuff of the user event +CAL module. + +\return The function returns a tOplkError error code. +\retval kErrorOk Function executes correctly +\retval other error codes An error occurred + +\ingroup module_eventucal +*/ +//------------------------------------------------------------------------------ +tOplkError eventucal_init(void) +{ + struct sched_param schedParam; + + OPLK_MEMSET(&instance_l, 0, sizeof(tEventuCalInstance)); + + if (sem_init(&instance_l.semUserData, 0, 0) < 0) + goto Exit; + + if (sem_init(&instance_l.semKernelData, 0, 0) < 0) + goto Exit; + + if (eventucal_initQueueCircbuf(kEventQueueK2U) != kErrorOk) + goto Exit; + + if (eventucal_initQueueCircbuf(kEventQueueU2K) != kErrorOk) + goto Exit; + + eventucal_setSignalingCircbuf(kEventQueueU2K, signalKernelEvent); + + if (eventucal_initQueueCircbuf(kEventQueueUInt) != kErrorOk) + goto Exit; + + eventucal_setSignalingCircbuf(kEventQueueUInt, signalUserEvent); + + instance_l.fStopThread = FALSE; + if (pthread_create(&instance_l.threadId, NULL, eventThread, (void*)&instance_l) != 0) + goto Exit; + + schedParam.sched_priority = USER_EVENT_THREAD_PRIORITY; + if (pthread_setschedparam(instance_l.threadId, SCHED_FIFO, &schedParam) != 0) + { + DEBUG_LVL_ERROR_TRACE("%s(): couldn't set thread scheduling parameters! %d\n", + __func__, + schedParam.sched_priority); + } + +#if (defined(__GLIBC__) && (__GLIBC__ >= 2) && (__GLIBC_MINOR__ >= 12)) + pthread_setname_np(instance_l.threadId, "oplk-eventu"); +#endif + + instance_l.fInitialized = TRUE; + return kErrorOk; + +Exit: + if (instance_l.semUserData >= 0) + sem_destroy(&instance_l.semUserData); + + if (instance_l.semKernelData >= 0) + sem_destroy(&instance_l.semKernelData); + + eventucal_exitQueueCircbuf(kEventQueueK2U); + eventucal_exitQueueCircbuf(kEventQueueU2K); + eventucal_exitQueueCircbuf(kEventQueueUInt); + + return kErrorNoResource; +} + +//------------------------------------------------------------------------------ +/** +\brief Clean up kernel event CAL module + +The function cleans up the kernel event CAL module. For cleanup it calls the exit +functions of the queue implementations for each used queue. + +\return The function returns a tOplkError error code. +\retval kErrorOk Function executes correctly +\retval other error codes An error occurred + +\ingroup module_eventucal +*/ +//------------------------------------------------------------------------------ +tOplkError eventucal_exit(void) +{ + UINT i = 0; + + if (instance_l.fInitialized != FALSE) + { + instance_l.fStopThread = TRUE; + while (instance_l.fStopThread != FALSE) + { + target_msleep(10); + if (i++ > 100) + { + DEBUG_LVL_EVENTU_TRACE("%s(): Event thread is not terminating, continue shutdown...!\n", + __func__); + break; + } + } + + eventucal_exitQueueCircbuf(kEventQueueK2U); + eventucal_exitQueueCircbuf(kEventQueueU2K); + eventucal_exitQueueCircbuf(kEventQueueUInt); + + sem_destroy(&instance_l.semUserData); + sem_destroy(&instance_l.semKernelData); + } + instance_l.fInitialized = FALSE; + + return kErrorOk; +} + +//------------------------------------------------------------------------------ +/** +\brief Post kernel event + +This function posts an event to a queue. It is called from the generic kernel +event post function in the event handler. Depending on the sink the appropriate +queue post function is called. + +\param[in] pEvent_p Event to be posted. + +\return The function returns a tOplkError error code. +\retval kErrorOk Function executes correctly +\retval other error codes An error occurred + +\ingroup module_eventucal +*/ +//------------------------------------------------------------------------------ +tOplkError eventucal_postKernelEvent(const tEvent* pEvent_p) +{ + tOplkError ret; + + // Check parameter validity + ASSERT(pEvent_p != NULL); + + ret = eventucal_postEventCircbuf(kEventQueueU2K, pEvent_p); + + return ret; +} + +//------------------------------------------------------------------------------ +/** +\brief Post user event + +This function posts an event to a queue. It is called from the generic kernel +event post function in the event handler. Depending on the sink the appropriate +queue post function is called. + +\param[in] pEvent_p Event to be posted. + +\return The function returns a tOplkError error code. +\retval kErrorOk Function executes correctly +\retval other error codes An error occurred + +\ingroup module_eventucal +*/ +//------------------------------------------------------------------------------ +tOplkError eventucal_postUserEvent(const tEvent* pEvent_p) +{ + tOplkError ret; + + // Check parameter validity + ASSERT(pEvent_p != NULL); + + ret = eventucal_postEventCircbuf(kEventQueueUInt, pEvent_p); + + return ret; +} + +//------------------------------------------------------------------------------ +/** +\brief Process function of user CAL module + +This function will be called by the system process function. + +\ingroup module_eventucal +*/ +//------------------------------------------------------------------------------ +void eventucal_process(void) +{ + // Nothing to do, because we use threads +} + +//============================================================================// +// P R I V A T E F U N C T I O N S // +//============================================================================// +/// \name Private Functions +/// \{ + +//------------------------------------------------------------------------------ +/** +\brief Event handler thread function + +This function contains the main function for the event handler thread. + +\param[in,out] arg Thread parameter. Used to access the module instance. + +\return The function returns the thread exit code. +*/ +//------------------------------------------------------------------------------ +static void* eventThread(void* arg) +{ + UINT32 tickCount; + struct timespec curTime, timeout; + tEventuCalInstance* pInstance = (tEventuCalInstance*)arg; + + while (!pInstance->fStopThread) + { + tickCount = target_getTickCount(); + curTime.tv_sec = tickCount / 1000; + curTime.tv_nsec = (tickCount % 1000) * 1000000; + timeout.tv_sec = 0; + timeout.tv_nsec = 50000 * 1000; + TIMESPECADD(&timeout, &curTime); + + if (sem_timedwait(&pInstance->semUserData, &timeout) == 0) + { + /* first handle all user to kernel events --> higher priority! */ + if (eventucal_getEventCountCircbuf(kEventQueueK2U) > 0) + eventucal_processEventCircbuf(kEventQueueK2U); + else + { + if (eventucal_getEventCountCircbuf(kEventQueueUInt) > 0) + eventucal_processEventCircbuf(kEventQueueUInt); + } + } + } + pInstance->fStopThread = FALSE; + + return 0; +} + +//------------------------------------------------------------------------------ +/** +\brief Signal a user event + +This function signals that a user event has been posted. It will be registered +in the circular buffer library as signal callback function. +*/ +//------------------------------------------------------------------------------ +static void signalUserEvent(void) +{ + sem_post(&instance_l.semUserData); +} + +//------------------------------------------------------------------------------ +/** +\brief Signal a kernel event + +This function signals that a kernel event has been posted. It will be registered +in the circular buffer library as signal callback function. +*/ +//------------------------------------------------------------------------------ +static void signalKernelEvent(void) +{ + sem_post(&instance_l.semKernelData); +} + +/// \} diff --git a/APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include/pthread.h b/APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include/pthread.h index 9f65a971d..19ea1de46 100644 --- a/APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include/pthread.h +++ b/APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include/pthread.h @@ -63,6 +63,11 @@ extern "C" { typedef int pid_t; // typedef int pthread_mutex_t ; +/* scheduling algorithms */ +#define SCHED_OTHER 0 +#define SCHED_FIFO 1 +#define SCHED_RR 2 + /* function in pthread.c */ int pthread_atfork(void (*prepare)(void), void (*parent)(void), void (*child)(void)); int pthread_create(pthread_t *thread, const pthread_attr_t *attr, diff --git a/Ubiquitous/XiZi/board/aiit-arm32-board/Kconfig b/Ubiquitous/XiZi/board/aiit-arm32-board/Kconfig index 5016abc5f..17a48f191 100644 --- a/Ubiquitous/XiZi/board/aiit-arm32-board/Kconfig +++ b/Ubiquitous/XiZi/board/aiit-arm32-board/Kconfig @@ -34,7 +34,7 @@ menu "aiit-arm32-board feature" endmenu menu "config hardware resources for connection" - if CONNECTION_COMMUNICATION_ETHERNET + if CONNECTION_INDUSTRIAL_ETHERNET config ETHERNET_UART_NAME string "ethernet uart name" default "/dev/usart3_dev3" diff --git a/Ubiquitous/XiZi/board/aiit-riscv64-board/Kconfig b/Ubiquitous/XiZi/board/aiit-riscv64-board/Kconfig index babb6de52..a7eb40013 100644 --- a/Ubiquitous/XiZi/board/aiit-riscv64-board/Kconfig +++ b/Ubiquitous/XiZi/board/aiit-riscv64-board/Kconfig @@ -36,7 +36,7 @@ menu "aiit-riscv64-board feature" endmenu menu "config hardware resources for connection" - if CONNECTION_COMMUNICATION_ETHERNET + if CONNECTION_INDUSTRIAL_ETHERNET config ETHERNET_UART_NAME string "ethernet uart name" default "/dev/uart3_dev3" diff --git a/Ubiquitous/XiZi/board/cortex-m4-emulator/Kconfig b/Ubiquitous/XiZi/board/cortex-m4-emulator/Kconfig index 10bdcc0b4..b5a34397e 100644 --- a/Ubiquitous/XiZi/board/cortex-m4-emulator/Kconfig +++ b/Ubiquitous/XiZi/board/cortex-m4-emulator/Kconfig @@ -34,7 +34,7 @@ menu "cortex-m4-emulator feature" endmenu menu "config hardware resources for connection" - if CONNECTION_COMMUNICATION_ETHERNET + if CONNECTION_INDUSTRIAL_ETHERNET config ETHERNET_UART_NAME string "ethernet uart name" default "/dev/usart3_dev3" diff --git a/Ubiquitous/XiZi/board/gapuino/Kconfig b/Ubiquitous/XiZi/board/gapuino/Kconfig index 72449440a..2eeedd69f 100755 --- a/Ubiquitous/XiZi/board/gapuino/Kconfig +++ b/Ubiquitous/XiZi/board/gapuino/Kconfig @@ -35,7 +35,7 @@ menu "gapuino feature" endmenu menu "config hardware resources for connection" - if CONNECTION_COMMUNICATION_ETHERNET + if CONNECTION_INDUSTRIAL_ETHERNET config ETHERNET_UART_NAME string "ethernet uart name" default "/dev/uart3_dev3" diff --git a/Ubiquitous/XiZi/board/k210-emulator/Kconfig b/Ubiquitous/XiZi/board/k210-emulator/Kconfig index 62a4af941..a910bebf4 100644 --- a/Ubiquitous/XiZi/board/k210-emulator/Kconfig +++ b/Ubiquitous/XiZi/board/k210-emulator/Kconfig @@ -45,7 +45,7 @@ menu "kd233 feature" endmenu menu "config hardware resources for connection" - if CONNECTION_COMMUNICATION_ETHERNET + if CONNECTION_INDUSTRIAL_ETHERNET config ETHERNET_UART_NAME string "ethernet uart name" default "/dev/uart3_dev3" diff --git a/Ubiquitous/XiZi/board/kd233/Kconfig b/Ubiquitous/XiZi/board/kd233/Kconfig index 67ebe8ef0..dd6d262be 100644 --- a/Ubiquitous/XiZi/board/kd233/Kconfig +++ b/Ubiquitous/XiZi/board/kd233/Kconfig @@ -45,7 +45,7 @@ menu "kd233 feature" endmenu menu "config hardware resources for connection" - if CONNECTION_COMMUNICATION_ETHERNET + if CONNECTION_INDUSTRIAL_ETHERNET config ETHERNET_UART_NAME string "ethernet uart name" default "/dev/uart3_dev3" diff --git a/Ubiquitous/XiZi/board/stm32f407-st-discovery/Kconfig b/Ubiquitous/XiZi/board/stm32f407-st-discovery/Kconfig index 3ce31dd03..84261b3e1 100644 --- a/Ubiquitous/XiZi/board/stm32f407-st-discovery/Kconfig +++ b/Ubiquitous/XiZi/board/stm32f407-st-discovery/Kconfig @@ -34,7 +34,7 @@ menu "stm32f407-st-discovery feature" endmenu menu "config hardware resources for connection" - if CONNECTION_COMMUNICATION_ETHERNET + if CONNECTION_INDUSTRIAL_ETHERNET config ETHERNET_UART_NAME string "ethernet uart name" default "/dev/usart3_dev3" diff --git a/Ubiquitous/XiZi/board/stm32f407zgt6/Kconfig b/Ubiquitous/XiZi/board/stm32f407zgt6/Kconfig index 340dec6a0..2c6824e85 100644 --- a/Ubiquitous/XiZi/board/stm32f407zgt6/Kconfig +++ b/Ubiquitous/XiZi/board/stm32f407zgt6/Kconfig @@ -33,7 +33,7 @@ menu "stm32f407zgt6 feature" endmenu menu "config hardware resources for connection" - if CONNECTION_COMMUNICATION_ETHERNET + if CONNECTION_INDUSTRIAL_ETHERNET config ETHERNET_UART_NAME string "ethernet uart name" default "/dev/usart3_dev3" diff --git a/Ubiquitous/XiZi/compiler.mk b/Ubiquitous/XiZi/compiler.mk index 4efb0448a..bbc3aa46e 100644 --- a/Ubiquitous/XiZi/compiler.mk +++ b/Ubiquitous/XiZi/compiler.mk @@ -77,6 +77,16 @@ $(if $(strip $(LOCALS)),$(eval $(LOCALS): $(1) @$(CROSS_COMPILE)gcc $$(AFLAGS) -c $$< -o $$@)) endef +define add_a_file +$(eval SOBJ := $(1:%.a=%.a)) \ +$(eval SOBJ := $(subst $(subst $(APP_DIR),,$(KERNEL_ROOT)),,$(SOBJ))) \ +$(eval LOCALA := $(addprefix $(BUILD_DIR)/,$(SOBJ))) \ +$(eval OBJS += $(LOCALA)) \ +$(if $(strip $(LOCALA)),$(eval $(LOCALA): $(1) + @if [ ! -d $$(@D) ]; then mkdir -p $$(@D); fi + @echo cp $$< + @cp $$< $$@)) +endef @@ -92,7 +102,8 @@ $(if $(SRCS),$(foreach f,$(SRCS),$(call add_cc_file,$(addprefix $(CUR_DIR)/,$(f) SRCS := $(strip $(filter %.S,$(SRC_FILES))) $(if $(SRCS),$(foreach f,$(SRCS),$(call add_S_file,$(addprefix $(CUR_DIR)/,$(f))))) - +SRCS := $(strip $(filter %.a,$(SRC_FILES))) +$(if $(SRCS),$(foreach f,$(SRCS),$(call add_a_file,$(addprefix $(CUR_DIR)/,$(f))))) COMPILER:$(OBJS)