Add GCc 4.8.2 support for buildroot
This commit is contained in:
parent
bee251006b
commit
73aa375b87
2 changed files with 7 additions and 1 deletions
|
@ -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).
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue