temperature reading successul, but i2c sometimes hanging up
This commit is contained in:
30
eive_obsw cmake debug/fsfw/unittest/internal/osal/subdir.mk
Normal file
30
eive_obsw cmake debug/fsfw/unittest/internal/osal/subdir.mk
Normal file
@ -0,0 +1,30 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
../fsfw/unittest/internal/osal/IntTestMq.cpp \
|
||||
../fsfw/unittest/internal/osal/IntTestMutex.cpp \
|
||||
../fsfw/unittest/internal/osal/IntTestSemaphore.cpp
|
||||
|
||||
OBJS += \
|
||||
./fsfw/unittest/internal/osal/IntTestMq.o \
|
||||
./fsfw/unittest/internal/osal/IntTestMutex.o \
|
||||
./fsfw/unittest/internal/osal/IntTestSemaphore.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./fsfw/unittest/internal/osal/IntTestMq.d \
|
||||
./fsfw/unittest/internal/osal/IntTestMutex.d \
|
||||
./fsfw/unittest/internal/osal/IntTestSemaphore.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
fsfw/unittest/internal/osal/%.o: ../fsfw/unittest/internal/osal/%.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: ARM Linux g++ compiler'
|
||||
arm-xilinx-linux-gnueabi-g++ -Wall -O0 -g -c -fmessage-length=0 -MT"$@" -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
@ -0,0 +1,24 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
../fsfw/unittest/internal/serialize/IntTestSerialization.cpp
|
||||
|
||||
OBJS += \
|
||||
./fsfw/unittest/internal/serialize/IntTestSerialization.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./fsfw/unittest/internal/serialize/IntTestSerialization.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
fsfw/unittest/internal/serialize/%.o: ../fsfw/unittest/internal/serialize/%.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: ARM Linux g++ compiler'
|
||||
arm-xilinx-linux-gnueabi-g++ -Wall -O0 -g -c -fmessage-length=0 -MT"$@" -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
27
eive_obsw cmake debug/fsfw/unittest/internal/subdir.mk
Normal file
27
eive_obsw cmake debug/fsfw/unittest/internal/subdir.mk
Normal file
@ -0,0 +1,27 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
../fsfw/unittest/internal/InternalUnitTester.cpp \
|
||||
../fsfw/unittest/internal/UnittDefinitions.cpp
|
||||
|
||||
OBJS += \
|
||||
./fsfw/unittest/internal/InternalUnitTester.o \
|
||||
./fsfw/unittest/internal/UnittDefinitions.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./fsfw/unittest/internal/InternalUnitTester.d \
|
||||
./fsfw/unittest/internal/UnittDefinitions.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
fsfw/unittest/internal/%.o: ../fsfw/unittest/internal/%.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: ARM Linux g++ compiler'
|
||||
arm-xilinx-linux-gnueabi-g++ -Wall -O0 -g -c -fmessage-length=0 -MT"$@" -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
24
eive_obsw cmake debug/fsfw/unittest/tests/action/subdir.mk
Normal file
24
eive_obsw cmake debug/fsfw/unittest/tests/action/subdir.mk
Normal file
@ -0,0 +1,24 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
../fsfw/unittest/tests/action/TestActionHelper.cpp
|
||||
|
||||
OBJS += \
|
||||
./fsfw/unittest/tests/action/TestActionHelper.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./fsfw/unittest/tests/action/TestActionHelper.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
fsfw/unittest/tests/action/%.o: ../fsfw/unittest/tests/action/%.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: ARM Linux g++ compiler'
|
||||
arm-xilinx-linux-gnueabi-g++ -Wall -O0 -g -c -fmessage-length=0 -MT"$@" -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
@ -0,0 +1,45 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
../fsfw/unittest/tests/container/RingBufferTest.cpp \
|
||||
../fsfw/unittest/tests/container/TestArrayList.cpp \
|
||||
../fsfw/unittest/tests/container/TestDynamicFifo.cpp \
|
||||
../fsfw/unittest/tests/container/TestFifo.cpp \
|
||||
../fsfw/unittest/tests/container/TestFixedArrayList.cpp \
|
||||
../fsfw/unittest/tests/container/TestFixedMap.cpp \
|
||||
../fsfw/unittest/tests/container/TestFixedOrderedMultimap.cpp \
|
||||
../fsfw/unittest/tests/container/TestPlacementFactory.cpp
|
||||
|
||||
OBJS += \
|
||||
./fsfw/unittest/tests/container/RingBufferTest.o \
|
||||
./fsfw/unittest/tests/container/TestArrayList.o \
|
||||
./fsfw/unittest/tests/container/TestDynamicFifo.o \
|
||||
./fsfw/unittest/tests/container/TestFifo.o \
|
||||
./fsfw/unittest/tests/container/TestFixedArrayList.o \
|
||||
./fsfw/unittest/tests/container/TestFixedMap.o \
|
||||
./fsfw/unittest/tests/container/TestFixedOrderedMultimap.o \
|
||||
./fsfw/unittest/tests/container/TestPlacementFactory.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./fsfw/unittest/tests/container/RingBufferTest.d \
|
||||
./fsfw/unittest/tests/container/TestArrayList.d \
|
||||
./fsfw/unittest/tests/container/TestDynamicFifo.d \
|
||||
./fsfw/unittest/tests/container/TestFifo.d \
|
||||
./fsfw/unittest/tests/container/TestFixedArrayList.d \
|
||||
./fsfw/unittest/tests/container/TestFixedMap.d \
|
||||
./fsfw/unittest/tests/container/TestFixedOrderedMultimap.d \
|
||||
./fsfw/unittest/tests/container/TestPlacementFactory.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
fsfw/unittest/tests/container/%.o: ../fsfw/unittest/tests/container/%.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: ARM Linux g++ compiler'
|
||||
arm-xilinx-linux-gnueabi-g++ -Wall -O0 -g -c -fmessage-length=0 -MT"$@" -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
@ -0,0 +1,30 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
../fsfw/unittest/tests/datapoollocal/DataSetTest.cpp \
|
||||
../fsfw/unittest/tests/datapoollocal/LocalPoolVariableTest.cpp \
|
||||
../fsfw/unittest/tests/datapoollocal/LocalPoolVectorTest.cpp
|
||||
|
||||
OBJS += \
|
||||
./fsfw/unittest/tests/datapoollocal/DataSetTest.o \
|
||||
./fsfw/unittest/tests/datapoollocal/LocalPoolVariableTest.o \
|
||||
./fsfw/unittest/tests/datapoollocal/LocalPoolVectorTest.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./fsfw/unittest/tests/datapoollocal/DataSetTest.d \
|
||||
./fsfw/unittest/tests/datapoollocal/LocalPoolVariableTest.d \
|
||||
./fsfw/unittest/tests/datapoollocal/LocalPoolVectorTest.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
fsfw/unittest/tests/datapoollocal/%.o: ../fsfw/unittest/tests/datapoollocal/%.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: ARM Linux g++ compiler'
|
||||
arm-xilinx-linux-gnueabi-g++ -Wall -O0 -g -c -fmessage-length=0 -MT"$@" -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
27
eive_obsw cmake debug/fsfw/unittest/tests/osal/subdir.mk
Normal file
27
eive_obsw cmake debug/fsfw/unittest/tests/osal/subdir.mk
Normal file
@ -0,0 +1,27 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
../fsfw/unittest/tests/osal/TestMessageQueue.cpp \
|
||||
../fsfw/unittest/tests/osal/TestSemaphore.cpp
|
||||
|
||||
OBJS += \
|
||||
./fsfw/unittest/tests/osal/TestMessageQueue.o \
|
||||
./fsfw/unittest/tests/osal/TestSemaphore.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./fsfw/unittest/tests/osal/TestMessageQueue.d \
|
||||
./fsfw/unittest/tests/osal/TestSemaphore.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
fsfw/unittest/tests/osal/%.o: ../fsfw/unittest/tests/osal/%.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: ARM Linux g++ compiler'
|
||||
arm-xilinx-linux-gnueabi-g++ -Wall -O0 -g -c -fmessage-length=0 -MT"$@" -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
@ -0,0 +1,30 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
../fsfw/unittest/tests/serialize/TestSerialBufferAdapter.cpp \
|
||||
../fsfw/unittest/tests/serialize/TestSerialLinkedPacket.cpp \
|
||||
../fsfw/unittest/tests/serialize/TestSerialization.cpp
|
||||
|
||||
OBJS += \
|
||||
./fsfw/unittest/tests/serialize/TestSerialBufferAdapter.o \
|
||||
./fsfw/unittest/tests/serialize/TestSerialLinkedPacket.o \
|
||||
./fsfw/unittest/tests/serialize/TestSerialization.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./fsfw/unittest/tests/serialize/TestSerialBufferAdapter.d \
|
||||
./fsfw/unittest/tests/serialize/TestSerialLinkedPacket.d \
|
||||
./fsfw/unittest/tests/serialize/TestSerialization.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
fsfw/unittest/tests/serialize/%.o: ../fsfw/unittest/tests/serialize/%.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: ARM Linux g++ compiler'
|
||||
arm-xilinx-linux-gnueabi-g++ -Wall -O0 -g -c -fmessage-length=0 -MT"$@" -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
@ -0,0 +1,27 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
../fsfw/unittest/tests/storagemanager/TestNewAccessor.cpp \
|
||||
../fsfw/unittest/tests/storagemanager/TestPool.cpp
|
||||
|
||||
OBJS += \
|
||||
./fsfw/unittest/tests/storagemanager/TestNewAccessor.o \
|
||||
./fsfw/unittest/tests/storagemanager/TestPool.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./fsfw/unittest/tests/storagemanager/TestNewAccessor.d \
|
||||
./fsfw/unittest/tests/storagemanager/TestPool.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
fsfw/unittest/tests/storagemanager/%.o: ../fsfw/unittest/tests/storagemanager/%.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: ARM Linux g++ compiler'
|
||||
arm-xilinx-linux-gnueabi-g++ -Wall -O0 -g -c -fmessage-length=0 -MT"$@" -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
@ -0,0 +1,24 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
../fsfw/unittest/user/testcfg/cdatapool/dataPoolInit.cpp
|
||||
|
||||
OBJS += \
|
||||
./fsfw/unittest/user/testcfg/cdatapool/dataPoolInit.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./fsfw/unittest/user/testcfg/cdatapool/dataPoolInit.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
fsfw/unittest/user/testcfg/cdatapool/%.o: ../fsfw/unittest/user/testcfg/cdatapool/%.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: ARM Linux g++ compiler'
|
||||
arm-xilinx-linux-gnueabi-g++ -Wall -O0 -g -c -fmessage-length=0 -MT"$@" -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
@ -0,0 +1,27 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
../fsfw/unittest/user/testcfg/devices/logicalAddresses.cpp \
|
||||
../fsfw/unittest/user/testcfg/devices/powerSwitcherList.cpp
|
||||
|
||||
OBJS += \
|
||||
./fsfw/unittest/user/testcfg/devices/logicalAddresses.o \
|
||||
./fsfw/unittest/user/testcfg/devices/powerSwitcherList.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./fsfw/unittest/user/testcfg/devices/logicalAddresses.d \
|
||||
./fsfw/unittest/user/testcfg/devices/powerSwitcherList.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
fsfw/unittest/user/testcfg/devices/%.o: ../fsfw/unittest/user/testcfg/devices/%.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: ARM Linux g++ compiler'
|
||||
arm-xilinx-linux-gnueabi-g++ -Wall -O0 -g -c -fmessage-length=0 -MT"$@" -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
@ -0,0 +1,24 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
../fsfw/unittest/user/testcfg/ipc/MissionMessageTypes.cpp
|
||||
|
||||
OBJS += \
|
||||
./fsfw/unittest/user/testcfg/ipc/MissionMessageTypes.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./fsfw/unittest/user/testcfg/ipc/MissionMessageTypes.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
fsfw/unittest/user/testcfg/ipc/%.o: ../fsfw/unittest/user/testcfg/ipc/%.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: ARM Linux g++ compiler'
|
||||
arm-xilinx-linux-gnueabi-g++ -Wall -O0 -g -c -fmessage-length=0 -MT"$@" -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
@ -0,0 +1,24 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
../fsfw/unittest/user/testcfg/pollingsequence/PollingSequenceFactory.cpp
|
||||
|
||||
OBJS += \
|
||||
./fsfw/unittest/user/testcfg/pollingsequence/PollingSequenceFactory.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./fsfw/unittest/user/testcfg/pollingsequence/PollingSequenceFactory.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
fsfw/unittest/user/testcfg/pollingsequence/%.o: ../fsfw/unittest/user/testcfg/pollingsequence/%.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: ARM Linux g++ compiler'
|
||||
arm-xilinx-linux-gnueabi-g++ -Wall -O0 -g -c -fmessage-length=0 -MT"$@" -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
@ -0,0 +1,24 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
../fsfw/unittest/user/testtemplate/TestTemplate.cpp
|
||||
|
||||
OBJS += \
|
||||
./fsfw/unittest/user/testtemplate/TestTemplate.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./fsfw/unittest/user/testtemplate/TestTemplate.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
fsfw/unittest/user/testtemplate/%.o: ../fsfw/unittest/user/testtemplate/%.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: ARM Linux g++ compiler'
|
||||
arm-xilinx-linux-gnueabi-g++ -Wall -O0 -g -c -fmessage-length=0 -MT"$@" -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
@ -0,0 +1,36 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
CPP_SRCS += \
|
||||
../fsfw/unittest/user/unittest/core/CatchDefinitions.cpp \
|
||||
../fsfw/unittest/user/unittest/core/CatchFactory.cpp \
|
||||
../fsfw/unittest/user/unittest/core/CatchRunner.cpp \
|
||||
../fsfw/unittest/user/unittest/core/CatchSetup.cpp \
|
||||
../fsfw/unittest/user/unittest/core/printChar.cpp
|
||||
|
||||
OBJS += \
|
||||
./fsfw/unittest/user/unittest/core/CatchDefinitions.o \
|
||||
./fsfw/unittest/user/unittest/core/CatchFactory.o \
|
||||
./fsfw/unittest/user/unittest/core/CatchRunner.o \
|
||||
./fsfw/unittest/user/unittest/core/CatchSetup.o \
|
||||
./fsfw/unittest/user/unittest/core/printChar.o
|
||||
|
||||
CPP_DEPS += \
|
||||
./fsfw/unittest/user/unittest/core/CatchDefinitions.d \
|
||||
./fsfw/unittest/user/unittest/core/CatchFactory.d \
|
||||
./fsfw/unittest/user/unittest/core/CatchRunner.d \
|
||||
./fsfw/unittest/user/unittest/core/CatchSetup.d \
|
||||
./fsfw/unittest/user/unittest/core/printChar.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
fsfw/unittest/user/unittest/core/%.o: ../fsfw/unittest/user/unittest/core/%.cpp
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: ARM Linux g++ compiler'
|
||||
arm-xilinx-linux-gnueabi-g++ -Wall -O0 -g -c -fmessage-length=0 -MT"$@" -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
Reference in New Issue
Block a user