$ uname -a MINGW32_NT-6.0 *** 1.0.11(0.46/3/2) 2007-01-12 12:05 i686 Msys $ gcc -v Using built-in specs. Target: i586-elf Configured with: ../gcc-4.3.3/configure --target=i586-elf --prefix=/mingw/cross --disable-nls --enable-languages=c,c++ --without-headers Thread model: single gcc version 4.3.3 (GCC)
Calling gcc with the following command: gcc -Iinclude -Iinclude/arch/i386 -Ikernel/include -O3 -static -c -g -ffreestanding -nostdlib -nostartfiles -nodefaultlibs -Wall -o virt.o kernel/mm/virt.c Results in following error message: kernel/mm/virt.c: In function 'vm_find_addr': kernel/mm/virt.c:465: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. -- Summary: internal compiler error: Segmentation fault Product: gcc Version: 4.3.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: kuchen_ at gmx dot de GCC host triplet: i686-pc-mingw GCC target triplet: i586-elf http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39780