Hello Frank,
FH> Sorry, where's the output? I don't see any messages from the FH> compilers there, neither the mentioned "new style" message. (Please
Yes , that's true. The message about "new style" appeared when I built my main project. It is big and fat and I tried to create simple and little one just for testing. Message about new style does not appear when the test project is being built. Anyway there is something odd here since it doesn't gets built.
FH> What's the output if you run this last command manually, and error FH> status (do "echo $?" afterwards)?
Here it is:
[igor@marnat2 test]$ make gp -v PC=ppc-linux-gpc testpas.pas ppc-linux-gpc -dumpmachine ppc-linux-gpc -dumpversion ppc-linux-gpc -print-file-name=units ppc-linux-gpc --print-needed-options -x Preprocessed-Pascal /var/tmp/GPaaa04995 ppc-linux-gpc -I /home/igor/tmp/test/ -I /home/igor/tmp/test/ -I . -I /home/igor/src-big/ELDK4.0/usr/lib/gcc/ppc-linux/4.0.3/units -I /home/igor/tmp/test/ --unit-path=/home/igor/tmp/test/ -E -H /home/igor/tmp/test/testpas.pas ppc-linux-gpc -I /home/igor/tmp/test/ -I /home/igor/tmp/test/ -I . -I /home/igor/src-big/ELDK4.0/usr/lib/gcc/ppc-linux/4.0.3/units -I /home/igor/tmp/test/ -E -H /home/igor/tmp/test/test.c TOTAL : 0.00 0.00 0.00 make: *** [all] Error 1 [igor@marnat2 test]$ ppc-linux-gpc -I /home/igor/tmp/test/ -I /home/igor/tmp/test/ -I . -I /home/igor/src-big/ELDK4.0/usr/lib/gcc/ppc-linux/4.0.3/units -I /home/igor/tmp/test/ -E -H /home/igor/tmp/test/test.c # 1 "/home/igor/tmp/test/test.c" # 1 "<built-in>" # 1 "<command line>" # 1 "/home/igor/tmp/test/test.c" void cinc (unsigned char* t) { (*t)++; return; }
Execution times (seconds) TOTAL : 0.00 0.00 0.01 [igor@marnat2 test]$ echo $? 0
FH> Please also send the content of all *.gpd files that are produced FH> before it aborts (if any).
There is the only one *.gpd file afterwards:
[igor@marnat2 test]$ echo $? 0 [igor@marnat2 test]$ ls -l total 16 -rw-rw-r-- 1 igor igor 574 Sep 1 16:44 makefile -rw-rw-r-- 1 igor igor 52 Sep 1 10:35 test.c -rw-rw-r-- 1 igor igor 263 Sep 1 16:49 testpas.gpd -rw-rw-r-- 1 igor igor 161 Sep 1 11:06 testpas.pas [igor@marnat2 test]$ cat testpas.gpd GNU Pascal Preliminary Dependency File, Version 2 T 1 t ppc-linux V 20060325, based on gcc-4.0.3 (DENX ELDK custom version 4.0.3-1) P p g n 17 m 5120d06554a1b352740ad129808dffdc m 00000000000000000000000000000000 m 00000000000000000000000000000000 M l test.c
Regards, Igor Marnat mailto:marny@rambler.ru