mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
6loWPAN: Fix more configuration related issues detected by addition of 6loWPAN
This commit is contained in:
+3
-3
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user