sac2c runtime trace feature does not work
| Bugzilla Link | 978 |
| Created on | Jun 17, 2012 11:21 |
| Version | svn |
| OS | All |
| Architecture | All |
Extended Description
I tried to use the runtime trace option feature of the compiler, used options '-trace a'. But invoked C compiler failed to compile a.out.c. Some message: ** 22: Creating binary code ... **** Handling dependencies ... **** Invoking C compiler ... a.out.c:221: error: conflicting types for ‘printf’ /usr/include/stdio.h:281: error: previous declaration of ‘printf’ was here ABORT: System failed to execute shell command ABORT: gcc -pedantic -Wall -no-cpp-precomp -Wno-unused -fno-builtin ABORT: -std=c99 -ldl -lpthread -I$SAC2CBASE/include/ -L$SAC2CBASE/lib/ ABORT: -L/tmp/SAC_QuD3RO -o a.out a.out.c -L. -Wl,-rpath,. .....