This is an automated email from the ASF dual-hosted git repository.
cederom pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push:
new f67097662 build(bugfix):fix uClibc++ layout build error
f67097662 is described below
commit f67097662fbb6b37d6ebe78489c44f64baa238a2
Author: haopengxiang <[email protected]>
AuthorDate: Thu Nov 14 10:52:01 2024 +0800
build(bugfix):fix uClibc++ layout build error
make[2]: *** No rule to make target
'/home/nuttx/libs/libxx/uClibc++/tests/testframework.cpp',
needed by
'/home/nuttx/libs/libxx/uClibc++/tests/testframework.cpp.home.apps.testing.uclibcxx_test.o'.
Stop.
Signed-off-by: haopengxiang <[email protected]>
---
testing/uclibcxx_test/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testing/uclibcxx_test/Makefile b/testing/uclibcxx_test/Makefile
index 5045edf67..19e87a1c6 100644
--- a/testing/uclibcxx_test/Makefile
+++ b/testing/uclibcxx_test/Makefile
@@ -22,7 +22,7 @@ include $(APPDIR)/Make.defs
CXXEXT := .cpp
-TESTDIR = $(TOPDIR)/libs/libxx/uClibc++/tests
+TESTDIR = $(TOPDIR)/libs/libxx/uClibc++/uClibc++/tests
ORIGS := $(wildcard $(TESTDIR)/*.cpp)
BLACKSRCS := wchartest.cpp