nuttx-apps/examples/elf
Abhishek Akkabathula da9903fe57 elf/tests/helloxx: fix build break with elf cpp exceptions example
fix the below build error by correcting the typo (tring -> string)

hello++5.cxx: In member function 'virtual void CThingSayer::ThrowMyThing(const char*)':
hello++5.cxx:157:21: error: 'tring' was not declared in this scope
  157 |   throw MyException(tring(czSayThis));
      |                     ^~~~~

Signed-off-by: Abhishek Akkabathula <a.akkabathul@samsung.com>
2024-02-15 08:31:51 +01:00
..
tests elf/tests/helloxx: fix build break with elf cpp exceptions example 2024-02-15 08:31:51 +01:00
CMakeLists.txt add initial cmake build system 2023-07-08 13:52:02 +08:00
elf_main.c Fix some hard coded buffer len of snprintf 2023-03-21 20:57:56 -03:00
Kconfig apps: Let c++ examples/testing depends on UCLIBCXX or LIBCXX 2020-07-02 08:47:40 +02:00
Make.defs Makefiles: Gregory Nutt: update licenses to Apache 2021-06-07 21:35:33 -05:00
Makefile examples/elf: -fno-builtin for a file generated by mksymtab.sh 2022-05-12 23:12:39 +08:00