Re: [PR] toolchain/tasking: add dependencies rules for tasking compiler [nuttx]

2024-02-19 Thread via GitHub
xiaoxiang781216 merged PR #11711: URL: https://github.com/apache/nuttx/pull/11711 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nu

Re: [PR] toolchain/tasking: add dependencies rules for tasking compiler [nuttx]

2024-02-19 Thread via GitHub
xiaoxiang781216 commented on code in PR #11711: URL: https://github.com/apache/nuttx/pull/11711#discussion_r1494197673 ## include/alloca.h: ## @@ -37,6 +37,11 @@ # undef __alloca # define alloca(size) _alloca(size) # define __alloca(size) _alloca(size) +#elif defined(__

Re: [PR] toolchain/tasking: add dependencies rules for tasking compiler [nuttx]

2024-02-19 Thread via GitHub
xiaoxiang781216 commented on code in PR #11711: URL: https://github.com/apache/nuttx/pull/11711#discussion_r1494195699 ## include/alloca.h: ## @@ -37,6 +37,11 @@ # undef __alloca # define alloca(size) _alloca(size) # define __alloca(size) _alloca(size) +#elif defined(__

Re: [PR] toolchain/tasking: add dependencies rules for tasking compiler [nuttx]

2024-02-19 Thread via GitHub
anchao commented on code in PR #11711: URL: https://github.com/apache/nuttx/pull/11711#discussion_r1494187180 ## include/alloca.h: ## @@ -37,6 +37,11 @@ # undef __alloca # define alloca(size) _alloca(size) # define __alloca(size) _alloca(size) +#elif defined(__TASKING__

Re: [PR] toolchain/tasking: add dependencies rules for tasking compiler [nuttx]

2024-02-19 Thread via GitHub
anchao commented on code in PR #11711: URL: https://github.com/apache/nuttx/pull/11711#discussion_r1494184571 ## include/alloca.h: ## @@ -37,6 +37,11 @@ # undef __alloca # define alloca(size) _alloca(size) # define __alloca(size) _alloca(size) +#elif defined(__TASKING__

Re: [PR] toolchain/tasking: add dependencies rules for tasking compiler [nuttx]

2024-02-19 Thread via GitHub
xiaoxiang781216 commented on code in PR #11711: URL: https://github.com/apache/nuttx/pull/11711#discussion_r1494179577 ## include/alloca.h: ## @@ -37,6 +37,11 @@ # undef __alloca # define alloca(size) _alloca(size) # define __alloca(size) _alloca(size) +#elif defined(__

Re: [PR] toolchain/tasking: add dependencies rules for tasking compiler [nuttx]

2024-02-19 Thread via GitHub
anchao commented on code in PR #11711: URL: https://github.com/apache/nuttx/pull/11711#discussion_r1494173314 ## include/alloca.h: ## @@ -37,6 +37,11 @@ # undef __alloca # define alloca(size) _alloca(size) # define __alloca(size) _alloca(size) +#elif defined(__TASKING__

Re: [PR] toolchain/tasking: add dependencies rules for tasking compiler [nuttx]

2024-02-19 Thread via GitHub
xiaoxiang781216 commented on code in PR #11711: URL: https://github.com/apache/nuttx/pull/11711#discussion_r1494152984 ## include/alloca.h: ## @@ -37,6 +37,11 @@ # undef __alloca # define alloca(size) _alloca(size) # define __alloca(size) _alloca(size) +#elif defined(__

Re: [PR] toolchain/tasking: add dependencies rules for tasking compiler [nuttx]

2024-02-18 Thread via GitHub
anchao commented on code in PR #11711: URL: https://github.com/apache/nuttx/pull/11711#discussion_r1493770346 ## tools/mkdeps.c: ## @@ -81,12 +81,12 @@ * Private Types / -enum slashmode_e +typedef

Re: [PR] toolchain/tasking: add dependencies rules for tasking compiler [nuttx]

2024-02-18 Thread via GitHub
xiaoxiang781216 commented on code in PR #11711: URL: https://github.com/apache/nuttx/pull/11711#discussion_r1493768159 ## tools/mkdeps.c: ## @@ -81,12 +81,12 @@ * Private Types / -enum slashmode_e

Re: [PR] toolchain/tasking: add dependencies rules for tasking compiler [nuttx]

2024-02-18 Thread via GitHub
anchao commented on code in PR #11711: URL: https://github.com/apache/nuttx/pull/11711#discussion_r1493760237 ## tools/Config.mk: ## @@ -268,6 +272,10 @@ else INCDIR ?= "$(TOPDIR)/tools/incdir$(HOSTEXEEXT)" endif +ifeq ($(CONFIG_ARCH_TOOLCHAIN_TASKING),) + INCDIR += -s R

Re: [PR] toolchain/tasking: add dependencies rules for tasking compiler [nuttx]

2024-02-18 Thread via GitHub
xiaoxiang781216 commented on code in PR #11711: URL: https://github.com/apache/nuttx/pull/11711#discussion_r1493746557 ## tools/Config.mk: ## @@ -268,6 +272,10 @@ else INCDIR ?= "$(TOPDIR)/tools/incdir$(HOSTEXEEXT)" endif +ifeq ($(CONFIG_ARCH_TOOLCHAIN_TASKING),) + INCDIR

Re: [PR] toolchain/tasking: add dependencies rules for tasking compiler [nuttx]

2024-02-18 Thread via GitHub
anchao commented on code in PR #11711: URL: https://github.com/apache/nuttx/pull/11711#discussion_r1493737114 ## tools/Config.mk: ## @@ -268,6 +272,10 @@ else INCDIR ?= "$(TOPDIR)/tools/incdir$(HOSTEXEEXT)" endif +ifeq ($(CONFIG_ARCH_TOOLCHAIN_TASKING),) + INCDIR += -s R

Re: [PR] toolchain/tasking: add dependencies rules for tasking compiler [nuttx]

2024-02-18 Thread via GitHub
anchao commented on code in PR #11711: URL: https://github.com/apache/nuttx/pull/11711#discussion_r1493736875 ## tools/Config.mk: ## @@ -268,6 +272,10 @@ else INCDIR ?= "$(TOPDIR)/tools/incdir$(HOSTEXEEXT)" endif +ifeq ($(CONFIG_ARCH_TOOLCHAIN_TASKING),) + INCDIR += -s R

Re: [PR] toolchain/tasking: add dependencies rules for tasking compiler [nuttx]

2024-02-18 Thread via GitHub
xiaoxiang781216 commented on code in PR #11711: URL: https://github.com/apache/nuttx/pull/11711#discussion_r1493728545 ## tools/Config.mk: ## @@ -268,6 +272,10 @@ else INCDIR ?= "$(TOPDIR)/tools/incdir$(HOSTEXEEXT)" endif +ifeq ($(CONFIG_ARCH_TOOLCHAIN_TASKING),) + INCDIR

Re: [PR] toolchain/tasking: add dependencies rules for tasking compiler [nuttx]

2024-02-18 Thread via GitHub
anchao commented on code in PR #11711: URL: https://github.com/apache/nuttx/pull/11711#discussion_r1493714313 ## tools/Config.mk: ## @@ -636,7 +645,12 @@ endef export DEFINE_PREFIX ?= $(subst X,,${shell $(DEFINE) "$(CC)" X 2> ${EMPTYFILE}}) export INCDIR_PREFIX ?= $(subst "