6loWPAN: Fix more configuration related issues detected by addition of 6loWPAN

This commit is contained in:
Gregory Nutt
2017-03-31 12:06:21 -06:00
parent eb446d5261
commit 85e1d15835
4 changed files with 121 additions and 18 deletions
+3 -3
View File
@@ -464,9 +464,9 @@ Notes about Header Files
Certain header files, such as setjmp.h, stdarg.h, and math.h, may still
be needed from your toolchain and your compiler may not, however, be able
to find these if you compile NuttX without using standard header file.
If that is the case, one solution is to copy those header file from
your toolchain into the NuttX include directory.
to find these if you compile NuttX without using standard header files
(ie., with -nostdinc). If that is the case, one solution is to copy
those header file from your toolchain into the NuttX include directory.
Duplicated Header Files.