Created
March 14, 2010 20:56
-
-
Save zitterbewegung/332234 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| r2q2@sorbis:~/trunk/kernels/oskit-20020317$ CC=gcc-2.95 CFLAGS="-g -O2" ./configure --enable-debug --enable-modulefile=modules.x86.pc | |
| loading cache ./config.cache | |
| checking host system type... i686-pc-linux-gnu | |
| checking target system type... i686-pc-linux-gnu | |
| checking build system type... i686-pc-linux-gnu | |
| checking for gcc... (cached) c89 | |
| checking for ld... (cached) ld | |
| checking for ar... (cached) ar | |
| checking for strip... (cached) strip | |
| checking for objcopy... (cached) objcopy | |
| checking for nm... (cached) nm | |
| checking for ranlib... (cached) ranlib | |
| checking for gm4... (cached) m4 | |
| checking if m4 is gnu m4... (cached) yes | |
| checking for a BSD compatible install... (cached) /usr/bin/install -c | |
| checking for gawk... (cached) mawk | |
| checking for bison... (cached) bison -y | |
| checking for perl5... (cached) /usr/bin/perl | |
| checking assembler support for cr4 register... (cached) yes | |
| checking assembler support for debug registers... (cached) yes | |
| checking if compiler groks __attribute__((stdcall))... (cached) yes | |
| checking for .p2align assembler pseudo-op... (cached) yes | |
| checking assembler prefix for 32-bit addresses in .code16 mode... (cached) UNKNOWN | |
| configure: warning: cannot assemble 32-bit addresses--punting .code16 | |
| checking for working .bss assembler directive... (cached) yes | |
| checking if compiler groks __attribute__((packed)) on structs... (cached) yes | |
| checking if compiler groks __attribute__((pure))... (cached) yes | |
| checking if compiler groks __attribute__((noreturn))... (cached) yes | |
| checking if compiler groks __attribute__((constructor))... (cached) yes | |
| checking if ld supports -format binary... (cached) yes | |
| checking if ld supports -oformat binary... (cached) no | |
| configure: warning: Cannot build Linux boot adaptor (boot/linux). | |
| checking if ld supports -oformat msdos... (cached) no | |
| checking for a.out linker... (cached) NONE | |
| checking if c89 supports -fno-strict-aliasing... (cached) yes | |
| checking for d_namlen in struct dirent... (cached) no | |
| checking for d_ino in struct dirent... (cached) yes | |
| checking for d_fileno in struct dirent... (cached) yes | |
| checking for st_atimespec in struct stat... (cached) no | |
| checking for sa_len in struct sockaddr... (cached) no | |
| checking if c89 supports -specs... (cached) yes | |
| creating ./config.status | |
| creating boot/multiboot/mkmbimage | |
| creating boot/multiboot/mkmb2 | |
| creating Makeconf | |
| creating GNUmakefile | |
| creating unsupported/scripts/gcc-driver-script | |
| creating unsupported/scripts/sym-trace | |
| creating oskit/GNUmakefile | |
| creating flask/GNUmakefile | |
| creating crt/GNUmakefile | |
| creating kern/GNUmakefile | |
| creating lmm/GNUmakefile | |
| creating clientos/GNUmakefile | |
| creating boot/multiboot/GNUmakefile | |
| creating boot/net/GNUmakefile | |
| creating unix/GNUmakefile | |
| creating libc/GNUmakefile | |
| creating posix/sys/GNUmakefile | |
| creating posix/sys_r/GNUmakefile | |
| creating amm/GNUmakefile | |
| creating bootp/GNUmakefile | |
| creating com/GNUmakefile | |
| creating diskpart/GNUmakefile | |
| creating exec/GNUmakefile | |
| creating fsread/GNUmakefile | |
| creating fsnamespace/fsn/GNUmakefile | |
| creating fsnamespace/fsn_r/GNUmakefile | |
| creating fudp/GNUmakefile | |
| creating memdebug/GNUmakefile | |
| creating memfs/GNUmakefile | |
| creating threads/GNUmakefile | |
| creating svm/GNUmakefile | |
| creating uvm/uvm/GNUmakefile | |
| creating uvm/sproc/GNUmakefile | |
| creating examples/x86/sproc/GNUmakefile | |
| creating startup/GNUmakefile | |
| creating dev/GNUmakefile | |
| creating realtime/GNUmakefile | |
| creating freebsd/dev/GNUmakefile | |
| creating freebsd/net/GNUmakefile | |
| creating freebsd/libm/GNUmakefile | |
| creating freebsd/libc/GNUmakefile | |
| creating freebsd/libc_r/GNUmakefile | |
| creating linux/dev/GNUmakefile | |
| creating linux/fs/GNUmakefile | |
| creating netbsd/fs/GNUmakefile | |
| creating udp/GNUmakefile | |
| creating unsupported/GNUmakefile | |
| creating examples/x86/GNUmakefile | |
| creating examples/x86/extended/GNUmakefile | |
| creating examples/x86/threads/GNUmakefile | |
| creating examples/unix/GNUmakefile | |
| creating examples/unix/extended/GNUmakefile | |
| creating examples/unix/threads/GNUmakefile | |
| creating security/GNUmakefile | |
| creating examples/x86/security/GNUmakefile | |
| creating oskit/config.h | |
| oskit/config.h is unchanged | |
| r2q2@sorbis:~/trunk/kernels/oskit-20020317$ make | |
| make[1]: Entering directory `/home/r2q2/trunk/kernels/oskit-20020317/oskit' | |
| make[1]: Nothing to be done for `all'. | |
| make[1]: Leaving directory `/home/r2q2/trunk/kernels/oskit-20020317/oskit' | |
| make[1]: Entering directory `/home/r2q2/trunk/kernels/oskit-20020317/flask' | |
| make[1]: Nothing to be done for `all'. | |
| make[1]: Leaving directory `/home/r2q2/trunk/kernels/oskit-20020317/flask' | |
| make[1]: Entering directory `/home/r2q2/trunk/kernels/oskit-20020317/crt' | |
| make[1]: Nothing to be done for `all'. | |
| make[1]: Leaving directory `/home/r2q2/trunk/kernels/oskit-20020317/crt' | |
| make[1]: Entering directory `/home/r2q2/trunk/kernels/oskit-20020317/kern' | |
| c89 -c -o base_console_init.o -MD -DHAVE_CONFIG_H -DOSKIT_X86 -DOSKIT_X86_PC -DDEBUG -DINDIRECT_OSENV=1 -I. -I../kern/x86 -I../kern/x86/pc -I../kern/x86/dos -I../kern -I- -I../oskit/c -I.. -I.. -nostdinc -Wall -fno-strict-aliasing -O -g -g -O2 ../kern/x86/pc/base_console_init.c | |
| cc1: note: obsolete option -I- used, please use -iquote instead | |
| In file included from ../kern/x86/pc/base_console_init.c:24: | |
| ../oskit/x86/debug_reg.h: In function ‘get_dr0’: | |
| ../oskit/x86/debug_reg.h:97: error: ‘asm’ undeclared (first use in this function) | |
| ../oskit/x86/debug_reg.h:97: error: (Each undeclared identifier is reported only once | |
| ../oskit/x86/debug_reg.h:97: error: for each function it appears in.) | |
| ../oskit/x86/debug_reg.h:97: error: expected ‘;’ before ‘volatile’ | |
| ../oskit/x86/debug_reg.h: In function ‘get_dr1’: | |
| ../oskit/x86/debug_reg.h:104: error: ‘asm’ undeclared (first use in this function) | |
| ../oskit/x86/debug_reg.h:104: error: expected ‘;’ before ‘volatile’ | |
| ../oskit/x86/debug_reg.h: In function ‘get_dr2’: | |
| ../oskit/x86/debug_reg.h:111: error: ‘asm’ undeclared (first use in this function) | |
| ../oskit/x86/debug_reg.h:111: error: expected ‘;’ before ‘volatile’ | |
| ../oskit/x86/debug_reg.h: In function ‘get_dr3’: | |
| ../oskit/x86/debug_reg.h:118: error: ‘asm’ undeclared (first use in this function) | |
| ../oskit/x86/debug_reg.h:118: error: expected ‘;’ before ‘volatile’ | |
| ../oskit/x86/debug_reg.h: In function ‘get_dr6’: | |
| ../oskit/x86/debug_reg.h:125: error: ‘asm’ undeclared (first use in this function) | |
| ../oskit/x86/debug_reg.h:125: error: expected ‘;’ before ‘volatile’ | |
| ../oskit/x86/debug_reg.h: In function ‘get_dr7’: | |
| ../oskit/x86/debug_reg.h:132: error: ‘asm’ undeclared (first use in this function) | |
| ../oskit/x86/debug_reg.h:132: error: expected ‘;’ before ‘volatile’ | |
| ../oskit/x86/debug_reg.h: In function ‘set_dr0’: | |
| ../oskit/x86/debug_reg.h:138: error: ‘asm’ undeclared (first use in this function) | |
| ../oskit/x86/debug_reg.h:138: error: expected ‘;’ before ‘volatile’ | |
| ../oskit/x86/debug_reg.h: In function ‘set_dr1’: | |
| ../oskit/x86/debug_reg.h:146: error: ‘asm’ undeclared (first use in this function) | |
| ../oskit/x86/debug_reg.h:146: error: expected ‘;’ before ‘volatile’ | |
| ../oskit/x86/debug_reg.h: In function ‘set_dr2’: | |
| ../oskit/x86/debug_reg.h:151: error: ‘asm’ undeclared (first use in this function) | |
| ../oskit/x86/debug_reg.h:151: error: expected ‘;’ before ‘volatile’ | |
| ../oskit/x86/debug_reg.h: In function ‘set_dr3’: | |
| ../oskit/x86/debug_reg.h:156: error: ‘asm’ undeclared (first use in this function) | |
| ../oskit/x86/debug_reg.h:156: error: expected ‘;’ before ‘volatile’ | |
| ../oskit/x86/debug_reg.h: In function ‘set_dr6’: | |
| ../oskit/x86/debug_reg.h:161: error: ‘asm’ undeclared (first use in this function) | |
| ../oskit/x86/debug_reg.h:161: error: expected ‘;’ before ‘volatile’ | |
| ../oskit/x86/debug_reg.h: In function ‘set_dr7’: | |
| ../oskit/x86/debug_reg.h:166: error: ‘asm’ undeclared (first use in this function) | |
| ../oskit/x86/debug_reg.h:166: error: expected ‘;’ before ‘volatile’ | |
| In file included from ../oskit/x86/base_paging.h:24, | |
| from ../kern/x86/pc/base_console_init.c:25: | |
| ../oskit/x86/proc_reg.h: In function ‘get_eflags’: | |
| ../oskit/x86/proc_reg.h:116: error: ‘asm’ undeclared (first use in this function) | |
| ../oskit/x86/proc_reg.h:116: error: expected ‘;’ before ‘volatile’ | |
| In file included from ../oskit/x86/base_paging.h:24, | |
| from ../kern/x86/pc/base_console_init.c:25: | |
| ../oskit/x86/proc_reg.h:116:15: warning: missing terminating " character | |
| ../oskit/x86/proc_reg.h:116: error: missing terminating " character | |
| ../oskit/x86/proc_reg.h:118:17: warning: missing terminating " character | |
| ../oskit/x86/proc_reg.h:118: error: missing terminating " character | |
| ../oskit/x86/proc_reg.h:124:15: warning: missing terminating " character | |
| ../oskit/x86/proc_reg.h:124: error: missing terminating " character | |
| ../oskit/x86/proc_reg.h:126:16: warning: missing terminating " character | |
| ../oskit/x86/proc_reg.h:126: error: missing terminating " character | |
| ../oskit/x86/proc_reg.h:132:15: warning: missing terminating " character | |
| ../oskit/x86/proc_reg.h:140:19: warning: missing terminating " character | |
| ../oskit/x86/proc_reg.h:146:15: warning: missing terminating " character | |
| ../oskit/x86/proc_reg.h:155:13: warning: missing terminating " character | |
| ../oskit/x86/proc_reg.h:461:15: warning: missing terminating " character | |
| ../oskit/x86/proc_reg.h:462:7: error: invalid suffix "f" on integer constant | |
| ../oskit/x86/proc_reg.h:464:2: warning: missing terminating " character | |
| ../oskit/x86/proc_reg.h:464: error: missing terminating " character | |
| In file included from ../oskit/x86/base_paging.h:25, | |
| from ../kern/x86/pc/base_console_init.c:25: | |
| ../oskit/x86/paging.h:169:15: warning: missing terminating " character | |
| In file included from ../oskit/x86/base_paging.h:25, | |
| from ../kern/x86/pc/base_console_init.c:25: | |
| ../oskit/x86/paging.h:169: error: missing terminating " character | |
| ../oskit/x86/paging.h:171:7: error: invalid suffix "f" on integer constant | |
| ../oskit/x86/paging.h:173:10: warning: missing terminating " character | |
| ../oskit/x86/paging.h:173: error: missing terminating " character | |
| ../oskit/x86/paging.h:186:15: warning: missing terminating " character | |
| ../oskit/x86/paging.h:186: error: missing terminating " character | |
| ../oskit/x86/paging.h:188:7: error: invalid suffix "f" on integer constant | |
| ../oskit/x86/paging.h:190:10: warning: missing terminating " character | |
| ../oskit/x86/paging.h:190: error: missing terminating " character | |
| ../kern/x86/pc/base_console_init.c:242: error: expected declaration or statement at end of input | |
| ../oskit/x86/proc_reg.h:115: warning: unused variable ‘eflags’ | |
| make[1]: *** [base_console_init.o] Error 1 | |
| make[1]: Leaving directory `/home/r2q2/trunk/kernels/oskit-20020317/kern' | |
| make: *** [kern/all.MAKE] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment