From 73aa375b87c83191003662474957f4c4ef806fa5 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 26 Dec 2013 13:24:06 -0600 Subject: [PATCH] Add GCc 4.8.2 support for buildroot --- configs/viewtool-stm32f107/README.txt | 6 ++++++ drivers/sercomm/README.txt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/configs/viewtool-stm32f107/README.txt b/configs/viewtool-stm32f107/README.txt index 5964609c17..eb65052884 100644 --- a/configs/viewtool-stm32f107/README.txt +++ b/configs/viewtool-stm32f107/README.txt @@ -540,6 +540,12 @@ Configurations 6. USB support is disabled by default. See the section above entitled, "USB Interface" + STATUS. The first time I build the configuration, I get some undefined + external references. No idea why. Simply cleaning the apps/ directory + and rebuilding fixes the problem: + + make apps_clean all + nsh: This configuration directory provide the basic NuttShell (NSH). diff --git a/drivers/sercomm/README.txt b/drivers/sercomm/README.txt index a9239a2041..06add26e88 100644 --- a/drivers/sercomm/README.txt +++ b/drivers/sercomm/README.txt @@ -15,5 +15,5 @@ at same level as the nuttx project: `- osmocom-bb If you attempt to build this driver without osmocom-bb, you will get -compilation errors because ofheader files that are needed from the +compilation errors because of header files that are needed from the osmocom-bb directory.