From f67097662fbb6b37d6ebe78489c44f64baa238a2 Mon Sep 17 00:00:00 2001 From: haopengxiang Date: Thu, 14 Nov 2024 10:52:01 +0800 Subject: [PATCH] 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 --- 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