Hi, All ! I try to build mspgcc using MinGW.
I have already built binutils, but when building msp-gcc I have an error: gcc -DIN_GCC -DCROSS_COMPILE -g -O2 -W -Wall -Wwrite-strings -Wstrict-prot otypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_C ONFIG_H -o Tcollect2.exe \ collect2.o tlink.o hash.o intl.o underscore.o version.o ./intl/libintl.a ../libiberty/libiberty.a collect2.o: In function `handler': c:/gcc-3.2.1/gcc/collect2.c:461: undefined reference to `kill' collect2.o: In function `scan_prog_file': c:/gcc-3.2.1/gcc/collect2.c:2107: undefined reference to `pipe' c:/gcc-3.2.1/gcc/collect2.c:2130: undefined reference to `fork' make[1]: *** [collect2.exe] Error 1 make[1]: Leaving directory `/c/gcc-3.2.1/gcc' make: *** [all-gcc] Error 2 What is going on ? I used gcc-core-3.2.1 maybe I need gcc-core-3.2 ? Please help !!! Thanks. Oleg.