Created
August 2, 2017 14:13
-
-
Save mekanix/f322c42f3014b2cbd3d5124118ee5c82 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In file included from libxx_eabi_atexit.cxx:41: | |
/usr/home/meka/repos/nuttx/nuttx_libcxx/include/libcxx/cstdlib:106:9: error: no member named 'atof' in the global namespace | |
using ::atof; | |
~~^ | |
/usr/home/meka/repos/nuttx/nuttx_libcxx/include/libcxx/cstdlib:107:9: error: no member named 'atoi' in the global namespace | |
using ::atoi; | |
~~^ | |
/usr/home/meka/repos/nuttx/nuttx_libcxx/include/libcxx/cstdlib:108:9: error: no member named 'atol' in the global namespace | |
using ::atol; | |
~~^ | |
/usr/home/meka/repos/nuttx/nuttx_libcxx/include/libcxx/cstdlib:110:9: error: no member named 'atoll' in the global namespace | |
using ::atoll; | |
~~^ | |
/usr/home/meka/repos/nuttx/nuttx_libcxx/include/libcxx/cstdlib:117:9: error: no member named 'strtoll' in the global namespace | |
using ::strtoll; | |
~~^ | |
/usr/home/meka/repos/nuttx/nuttx_libcxx/include/libcxx/cstdlib:121:9: error: no member named 'strtoull' in the global namespace; did you mean 'strtoul'? | |
using ::strtoull; | |
~~^ | |
/usr/home/meka/repos/nuttx/nuttx_libcxx/include/stdlib.h:196:15: note: 'strtoul' declared here | |
unsigned long strtoul(FAR const char *nptr, FAR char **endptr, int base); | |
^ | |
In file included from libxx_eabi_atexit.cxx:41: | |
/usr/home/meka/repos/nuttx/nuttx_libcxx/include/libcxx/cstdlib:130:9: error: no member named 'atexit' in the global namespace | |
using ::atexit; | |
~~^ | |
/usr/home/meka/repos/nuttx/nuttx_libcxx/include/libcxx/cstdlib:132:9: error: no member named '_Exit' in the global namespace; did you mean '_exit'? | |
using ::_Exit; | |
~~^ | |
/usr/home/meka/repos/nuttx/nuttx_libcxx/include/stdlib.h:180:11: note: '_exit' declared here | |
void _exit(int status); /* See unistd.h */ | |
^ | |
In file included from libxx_eabi_atexit.cxx:41: | |
/usr/home/meka/repos/nuttx/nuttx_libcxx/include/libcxx/cstdlib:140:9: error: no member named 'llabs' in the global namespace; did you mean 'labs'? | |
using ::llabs; | |
~~^ | |
/usr/home/meka/repos/nuttx/nuttx_libcxx/include/stdlib.h:266:10: note: 'labs' declared here | |
long int labs(long int j); | |
^ | |
In file included from libxx_eabi_atexit.cxx:41: | |
/usr/home/meka/repos/nuttx/nuttx_libcxx/include/libcxx/cstdlib:145:9: error: no member named 'lldiv' in the global namespace; did you mean 'ldiv'? | |
using ::lldiv; | |
~~^ | |
/usr/home/meka/repos/nuttx/nuttx_libcxx/include/stdlib.h:273:10: note: 'ldiv' declared here | |
ldiv_t ldiv(long numer, long denom); | |
^ | |
In file included from libxx_eabi_atexit.cxx:41: | |
/usr/home/meka/repos/nuttx/nuttx_libcxx/include/libcxx/cstdlib:148:9: error: no member named 'mblen' in the global namespace | |
using ::mblen; | |
~~^ | |
/usr/home/meka/repos/nuttx/nuttx_libcxx/include/libcxx/cstdlib:149:9: error: no member named 'mbtowc' in the global namespace | |
using ::mbtowc; | |
~~^ | |
/usr/home/meka/repos/nuttx/nuttx_libcxx/include/libcxx/cstdlib:150:9: error: no member named 'wctomb' in the global namespace | |
using ::wctomb; | |
~~^ | |
/usr/home/meka/repos/nuttx/nuttx_libcxx/include/libcxx/cstdlib:152:9: error: no member named 'mbstowcs' in the global namespace | |
using ::mbstowcs; | |
~~^ | |
/usr/home/meka/repos/nuttx/nuttx_libcxx/include/libcxx/cstdlib:153:9: error: no member named 'wcstombs' in the global namespace | |
using ::wcstombs; | |
~~^ | |
15 errors generated. | |
gmake[1]: *** [Makefile:104: libxx_eabi_atexit.o] Error 1 | |
gmake[1]: Leaving directory '/usr/home/meka/repos/nuttx/nuttx_libcxx/libxx' | |
gmake: *** [LibTargets.mk:168: libxx/libcxx.a] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment