This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

other/5137: make proto fails (SYSCALLS.c.X generation broken) since -aux-info is not supported



>Number:         5137
>Category:       other
>Synopsis:       make proto fails (SYSCALLS.c.X generation broken) since -aux-info is not supported
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Dec 16 22:46:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     aj@suse.de
>Release:        GCC 3.1 CVS as of 2001-12-17
>Organization:
>Environment:
i686-linux-gnu
>Description:
sed -e s/TARGET_GETGROUPS_T/gid_t/ \
  ../../gcc/sys-types.h ../../gcc/sys-protos.h > SYSCALLS.c
./xgcc -B./ -B/usr/i486-suse-linux/bin/ -isystem /usr/i486-suse-linux/include -isystem /usr/i486-suse-linux/sys-include -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include     -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config -I../../gcc/../include \
  -aux-info SYSCALLS.c.X -S -o tmp-SYSCALLS.s SYSCALLS.c
cc1: unrecognized option `-aux-info'
cc1: output filename specified twice
cc1: SYSCALLS.c.X: No such file or directory
make: *** [SYSCALLS.c.X] Error 1
>How-To-Repeat:

Run the following command after make bootstrap:
make -C gcc CC="./xgcc -B ./ -O2" proto
>Fix:
NOt known.
>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]