Compare commits

...

3 Commits

Author SHA1 Message Date
Rutwik Choughule
a78fba92df update sample cudaNvSci 2022-01-25 17:06:02 +05:30
Rutwik Choughule
876266c941 update Makefiles 2022-01-25 14:06:23 +05:30
Rutwik Choughule
97bb3938a6 update Makefile for matrixMulDrv 2022-01-18 18:55:51 +05:30
169 changed files with 498 additions and 514 deletions

View File

@ -291,12 +291,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -310,12 +310,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -313,12 +313,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -319,12 +319,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -327,12 +327,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -291,12 +291,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -297,12 +297,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -311,12 +311,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -291,12 +291,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -291,12 +291,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -291,12 +291,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -291,12 +291,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -291,12 +291,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -291,12 +291,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -311,12 +311,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -291,12 +291,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -291,12 +291,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -297,12 +297,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -311,12 +311,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -291,12 +291,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -309,12 +309,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -297,12 +297,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -330,12 +330,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -291,12 +291,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -291,12 +291,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -291,12 +291,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -291,12 +291,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -297,12 +297,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -303,7 +303,7 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)

View File

@ -311,12 +311,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -311,12 +311,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -297,12 +297,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -311,12 +311,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -291,12 +291,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -310,12 +310,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -311,12 +311,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -297,12 +297,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -297,12 +297,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -297,12 +297,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -297,12 +297,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -297,12 +297,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -297,12 +297,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -291,12 +291,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -310,12 +310,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -291,12 +291,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -291,12 +291,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -291,12 +291,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -309,12 +309,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -309,12 +309,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -291,12 +291,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -297,12 +297,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -291,12 +291,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -291,12 +291,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -291,12 +291,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -291,12 +291,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -311,12 +311,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -311,12 +311,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -314,12 +314,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -317,12 +317,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -301,12 +301,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -295,12 +295,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -295,12 +295,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -295,12 +295,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -295,12 +295,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -317,12 +317,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -308,12 +308,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -113,7 +113,12 @@ class cudaNvSciSignal {
"%d.%d\n\n",
m_cudaDeviceId, _ConvertSMVer2ArchName(major, minor), major, minor);
#ifdef cuDeviceGetUuid_v2
CUresult res = cuDeviceGetUuid_v2(&m_devUUID, m_cudaDeviceId);
#else
CUresult res = cuDeviceGetUuid(&m_devUUID, m_cudaDeviceId);
#endif
if (res != CUDA_SUCCESS) {
fprintf(stderr, "Driver API error = %04d \n", res);
exit(EXIT_FAILURE);
@ -387,7 +392,11 @@ class cudaNvSciWait {
checkCudaErrors(cudaSetDevice(m_cudaDeviceId));
checkCudaErrors(
cudaStreamCreateWithFlags(&streamToRun, cudaStreamNonBlocking));
#ifdef cuDeviceGetUuid_v2
CUresult res = cuDeviceGetUuid_v2(&m_devUUID, m_cudaDeviceId);
#else
CUresult res = cuDeviceGetUuid(&m_devUUID, m_cudaDeviceId);
#endif
if (res != CUDA_SUCCESS) {
fprintf(stderr, "Driver API error = %04d \n", res);
exit(EXIT_FAILURE);

View File

@ -93,7 +93,7 @@ void launchGrayScaleKernel(unsigned int *d_rgbaImage,
d_rgbaImage, imageWidth, imageHeight);
unsigned int *outputData;
checkCudaErrors(cudaMallocHost(&outputData, sizeof(unsigned int) * imageWidth * imageHeight));
checkCudaErrors(cudaMallocHost((void**)&outputData, sizeof(unsigned int) * imageWidth * imageHeight));
checkCudaErrors(cudaMemcpyAsync(
outputData, d_rgbaImage, sizeof(unsigned int) * imageWidth * imageHeight,
cudaMemcpyDeviceToHost, stream));

View File

@ -316,12 +316,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -333,12 +333,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -291,12 +291,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -303,7 +303,7 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)

View File

@ -291,12 +291,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -291,12 +291,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -291,12 +291,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -311,12 +311,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -319,12 +319,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -297,12 +297,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -297,12 +297,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -297,7 +297,7 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)

View File

@ -297,12 +297,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -297,12 +297,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -297,12 +297,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -291,12 +291,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -311,12 +311,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -291,12 +291,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -310,12 +310,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -291,12 +291,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -291,12 +291,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -291,12 +291,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -291,12 +291,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -280,31 +280,6 @@ LIBRARIES :=
FATBIN_FILE := matrixMul_kernel${TARGET_SIZE}.fatbin
#Detect if installed version of GCC supports required C++11
ifeq ($(TARGET_OS),linux)
empty :=
space := $(empty) $(empty)
GCCVERSIONSTRING := $(shell expr `$(HOST_COMPILER) -dumpversion`)
#Create version number without "."
GCCVERSION := $(shell expr `echo $(GCCVERSIONSTRING)` | cut -f1 -d.)
GCCVERSION += $(shell expr `echo $(GCCVERSIONSTRING)` | cut -f2 -d.)
GCCVERSION += $(shell expr `echo $(GCCVERSIONSTRING)` | cut -f3 -d.)
# Make sure the version number has at least 3 decimals
GCCVERSION += 00
# Remove spaces from the version number
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
SAMPLE_ENABLED := 0
endif
endif
# Gencode arguments
ifeq ($(TARGET_ARCH),$(filter $(TARGET_ARCH),armv7l aarch64))
SMS ?= 35 37 50 52 60 61 70 72 75 80 86

View File

@ -291,12 +291,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -310,12 +310,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -319,12 +319,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -291,12 +291,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -311,12 +311,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -319,12 +319,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -313,12 +313,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

View File

@ -291,12 +291,12 @@ ifeq ($(TARGET_OS),linux)
GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION))
#$(warning $(GCCVERSION))
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 51000)
IS_MIN_VERSION := $(shell expr `echo $(GCCVERSION)` \>= 48000)
ifeq ($(IS_MIN_VERSION), 1)
$(info >>> GCC Version is greater or equal to 5.1.0 <<<)
$(info >>> GCC Version is greater or equal to 4.8.0 <<<)
else
$(info >>> Waiving build. Minimum GCC version required is 5.1.0<<<)
$(info >>> Waiving build. Minimum GCC version required is 4.8.0<<<)
SAMPLE_ENABLED := 0
endif
endif

Some files were not shown because too many files have changed in this diff Show More