i am trying to build gcc-3.4.6 for that i untar gcc-ada-3.4.6 and gcc-core-3.4.6 in directory "/source" and my build directory is not subdirectory of source directory
i got error like this:- gcc -c -g -O2 -gnatpg -gnata -I- -I. -Iada -I../../source/gcc-3.4.6/gcc/ada ../../source/gcc-3.4.6/gcc/ada/ali.adb -o ada/ali.o fatal error: system.ads is incorrectly formatted missing line for parameter: Preallocated_Stacks compilation abandoned make[1]: *** [ada/ali.o] Error 1 make[1]: Leaving directory `/home/sameer/GCC_SOURCE_CODE/GCC-ADA/GCC-3.4.6/build/gcc' make: *** [all-gcc] Error 2