Add GCc 4.8.2 support for buildroot

This commit is contained in:
Gregory Nutt 2013-12-26 13:24:06 -06:00
parent bee251006b
commit 73aa375b87
2 changed files with 7 additions and 1 deletions

View file

@ -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).

View file

@ -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.