Skip to content

Instantly share code, notes, and snippets.

@dave-tucker
Created January 20, 2016 12:25
Show Gist options
  • Save dave-tucker/00db58dbb0ab2dbaa284 to your computer and use it in GitHub Desktop.
Save dave-tucker/00db58dbb0ab2dbaa284 to your computer and use it in GitHub Desktop.
# compile libc/__aeabi_idiv0.o
/home/dave/dev/rumpkernel/rumprun/obj-evbearmhf-el-hw/rumptools/bin/arm--netbsdelf-eabihf-gcc -O2 -g -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wno-traditional -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Wno-format -D__NetBSD__ -Ulinux -U__linux -U__linux__ -U__gnu_linux__ --sysroot=/home/dave/dev/rumpkernel/rumprun/obj-evbearmhf-el-hw/rumptools/dest -D_LIBC -DLIBC_SCCS -DSYSLIBC_SCCS -D_REENTRANT -D_DIAGNOSTIC -DHESIOD -DINET6 -DNLS -I/home/dave/dev/rumpkernel/rumprun/src-netbsd/lib/libc/include -I/home/dave/dev/rumpkernel/rumprun/src-netbsd/lib/libc -I. -I/home/dave/dev/rumpkernel/rumprun/src-netbsd/sys -I/home/dave/dev/rumpkernel/rumprun/src-netbsd/lib/libc/compat/../locale -I/home/dave/dev/rumpkernel/rumprun/src-netbsd/lib/libc/compat/stdlib -I/home/dave/dev/rumpkernel/rumprun/src-netbsd/lib/libc/compat/../stdlib -D__BUILD_LEGACY -I/home/dave/dev/rumpkernel/rumprun/src-netbsd/lib/libc/../../common/lib/libc/quad -I/home/dave/dev/rumpkernel/rumprun/src-netbsd/lib/libc/../../common/lib/libc/string -I/home/dave/dev/rumpkernel/rumprun/src-netbsd/lib/libc/../../common/lib/libc/arch/arm/string -D__DBINTERFACE_PRIVATE -I/home/dave/dev/rumpkernel/rumprun/src-netbsd/libexec/ld.elf_so -I/home/dave/dev/rumpkernel/rumprun/src-netbsd/lib/libc/dlfcn -I/home/dave/dev/rumpkernel/rumprun/src-netbsd/lib/libc/gdtoa -I/home/dave/dev/rumpkernel/rumprun/src-netbsd/lib/libc/locale -DNO_FENV_H -I/home/dave/dev/rumpkernel/rumprun/src-netbsd/lib/libc/arch/arm/gdtoa -DWITH_RUNE -I/home/dave/dev/rumpkernel/rumprun/src-netbsd/lib/libc -DPOSIX_MISTAKE -DCOMPAT__RES -DUSE_POLL -DPORTMAP -DWIDE_DOUBLE -DALL_STATE -DUSG_COMPAT -c /home/dave/dev/rumpkernel/rumprun/src-netbsd/lib/libc/../../common/lib/libc/arch/arm/gen/__aeabi_idiv0.c -o __aeabi_idiv0.o
--- __aeabi_fcmpun.o ---
*** [__aeabi_fcmpun.o] Error code 1
nbmake[1]: stopped in /home/dave/dev/rumpkernel/rumprun/src-netbsd/lib/libc
--- __aeabi_dcmpun.o ---
In file included from /home/dave/dev/rumpkernel/rumprun/src-netbsd/lib/libc/arch/arm/gen/__aeabi_dcmpun.c:35:0:
/home/dave/dev/rumpkernel/rumprun/obj-evbearmhf-el-hw/dest.stage/include/arm/aeabi.h:186:44: error: unknown type name 'size_t'
void __aeabi_memcpy8(void *, const void *, size_t);
^
/home/dave/dev/rumpkernel/rumprun/obj-evbearmhf-el-hw/dest.stage/include/arm/aeabi.h:187:44: error: unknown type name 'size_t'
void __aeabi_memcpy4(void *, const void *, size_t);
^
/home/dave/dev/rumpkernel/rumprun/obj-evbearmhf-el-hw/dest.stage/include/arm/aeabi.h:188:43: error: unknown type name 'size_t'
void __aeabi_memcpy(void *, const void *, size_t);
^
/home/dave/dev/rumpkernel/rumprun/obj-evbearmhf-el-hw/dest.stage/include/arm/aeabi.h:189:45: error: unknown type name 'size_t'
void __aeabi_memmove8(void *, const void *, size_t);
^
/home/dave/dev/rumpkernel/rumprun/obj-evbearmhf-el-hw/dest.stage/include/arm/aeabi.h:190:45: error: unknown type name 'size_t'
void __aeabi_memmove4(void *, const void *, size_t);
^
/home/dave/dev/rumpkernel/rumprun/obj-evbearmhf-el-hw/dest.stage/include/arm/aeabi.h:191:44: error: unknown type name 'size_t'
void __aeabi_memmove(void *, const void *, size_t);
^
/home/dave/dev/rumpkernel/rumprun/obj-evbearmhf-el-hw/dest.stage/include/arm/aeabi.h:196:30: error: unknown type name 'size_t'
void __aeabi_memset8(void *, size_t, int);
^
/home/dave/dev/rumpkernel/rumprun/obj-evbearmhf-el-hw/dest.stage/include/arm/aeabi.h:197:30: error: unknown type name 'size_t'
void __aeabi_memset4(void *, size_t, int);
^
/home/dave/dev/rumpkernel/rumprun/obj-evbearmhf-el-hw/dest.stage/include/arm/aeabi.h:198:29: error: unknown type name 'size_t'
void __aeabi_memset(void *, size_t, int);
^
/home/dave/dev/rumpkernel/rumprun/obj-evbearmhf-el-hw/dest.stage/include/arm/aeabi.h:199:30: error: unknown type name 'size_t'
void __aeabi_memclr8(void *, size_t);
^
/home/dave/dev/rumpkernel/rumprun/obj-evbearmhf-el-hw/dest.stage/include/arm/aeabi.h:200:30: error: unknown type name 'size_t'
void __aeabi_memclr4(void *, size_t);
^
/home/dave/dev/rumpkernel/rumprun/obj-evbearmhf-el-hw/dest.stage/include/arm/aeabi.h:201:29: error: unknown type name 'size_t'
void __aeabi_memclr(void *, size_t);
^
*** [__aeabi_dcmpun.o] Error code 1
nbmake[1]: stopped in /home/dave/dev/rumpkernel/rumprun/src-netbsd/lib/libc
2 errors
nbmake[1]: stopped in /home/dave/dev/rumpkernel/rumprun/src-netbsd/lib/libc
*** [dependall] Error code 2
nbmake: stopped in /home/dave/dev/rumpkernel/rumprun/src-netbsd/lib/libc
1 error
nbmake: stopped in /home/dave/dev/rumpkernel/rumprun/src-netbsd/lib/libc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment