TangMeng12 commented on code in PR #17236:
URL: https://github.com/apache/nuttx/pull/17236#discussion_r2537869837
##########
arch/risc-v/src/common/espressif/Make.defs:
##########
@@ -209,11 +209,22 @@ endif
GIT_DEPTH_PARAMETER = --depth=$(GIT_DEPTH)
endif
+# When set USE_NXTMPDIR_ESP_REPO_DIRECTLY=y, will directly use esp-hal-3rdparty
+# under nxtmpdir without CHECK_COMMITSHA, reset, checkout and update.
+
+USE_NXTMPDIR_ESP_REPO_DIRECTLY ?= n
+
ifeq ($(STORAGETMP),y)
+ifeq ($(USE_NXTMPDIR_ESP_REPO_DIRECTLY),y)
Review Comment:
`cp` source directory does not exist, prompts `nxtmpdir/esp-hal-3rdparty`
directory does not exist, then the compilation terminated.
`Cloning Espressif HAL for 3rd Party Platforms`
`cp: cannot stat '/home/nxtmpdir/esp-hal-3rdparty': No such file or
directory`
`make[1]: *** [chip/Make.defs:264: chip/esp-hal-3rdparty] Error 1`
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]