You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2021/12/01 12:54:45 UTC

[incubator-nuttx] branch master updated (b9345c6 -> 6164747)

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.


    from b9345c6  Add cinttypes header file for mini-cxxlib.
     new 422b596  tools/rp2040: Compile with C++14
     new 6164747  README.md: Fix typo in macOS section

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md                  | 2 +-
 tools/rp2040/Makefile.host | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

[incubator-nuttx] 01/02: tools/rp2040: Compile with C++14

Posted by xi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 422b59698704202e94f6a3788496399798e92cb8
Author: Aaron Rumpler <80...@users.noreply.github.com>
AuthorDate: Wed Dec 1 19:35:05 2021 +1300

    tools/rp2040: Compile with C++14
---
 tools/rp2040/Makefile.host | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/rp2040/Makefile.host b/tools/rp2040/Makefile.host
index 259102c..32717c1 100644
--- a/tools/rp2040/Makefile.host
+++ b/tools/rp2040/Makefile.host
@@ -24,7 +24,7 @@ default: elf2uf2
 
 # Add CFLAGS=-g on the make command line to build debug versions
 
-CFLAGS = -O2
+CFLAGS = -O2 -std=c++14
 CFLAGS += -I$(PICO_SDK_PATH)/src/common/boot_uf2/include
 
 elf2uf2: $(PICO_SDK_PATH)/tools/elf2uf2/main.cpp

[incubator-nuttx] 02/02: README.md: Fix typo in macOS section

Posted by xi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 61647475ad3a922650c306ce8848ab0da67bad27
Author: Aaron Rumpler <80...@users.noreply.github.com>
AuthorDate: Wed Dec 1 19:38:12 2021 +1300

    README.md: Fix typo in macOS section
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 24a0e53..95ac642 100644
--- a/README.md
+++ b/README.md
@@ -537,7 +537,7 @@ if you want to build the sim:
 
   * ELF toolchain (if you want to build modules for CONFIG_LIBC_MODLIB)
 
-    brew install x86_64-elf-gc
+    brew install x86_64-elf-gcc
 
 # INSTALLATION