public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* gperf F option?
@ 1999-08-31  9:19 korbb
  1999-08-31  9:24 ` Brian Ford
                   ` (3 more replies)
  0 siblings, 4 replies; 18+ messages in thread
From: korbb @ 1999-08-31  9:19 UTC (permalink / raw)
  To: gcc, gcc-bugs, autogen

While building gcc (egcs):

[[...]]
ln cccp cpp
gperf -L C -F ', 0, 0' -p -j1 -i 1 -g -o -t -G -N is_reserved_word \
   -k1,3,$ ../../egcs/gcc/c-parse.gperf >tmp-gperf.h
gperf: invalid option -- F
Usage: gperf [-cCdDef[num]GhH<hashname>i<init>Ijk<keys>K<keyname>lL<language>nN<function name>ors<size>S<switches>tTvW<wordlistname>Z<class name>7] [input-file]
Try `gperf --help' for more information.
make[1]: *** [../../egcs/gcc/c-gperf.h] Error 1
make[1]: Leaving directory `/home/bkorb/tools/egcs/main/=build/gcc'
make: *** [all-gcc] Error 2
/home/bkorb/tools/egcs/main/=build
$ gperf --version
GNU gperf 2.7

^ permalink raw reply	[flat|nested] 18+ messages in thread
* Re: gperf F option?
@ 2000-05-29 11:58 Desmond Cheung
  2000-05-29 12:13 ` Alexandre Oliva
  0 siblings, 1 reply; 18+ messages in thread
From: Desmond Cheung @ 2000-05-29 11:58 UTC (permalink / raw)
  To: aoliva; +Cc: gcc

>You don't need gperf at all, unless you're modifying source files that
>are processed with gperf.  Use `contrib/gcc_udpate --touch' if you
>just want to adjust the timestamps.

I tried to build a cross-compiler and received the following error during the make process:
.
.
.
cd .; bison  -d -o parse.c parse.y
parse.y contains 30 shift/reduce conflicts and 42 reduce/reduce conflicts.
cd .; grep '^#define[   ]*YYEMPTY' parse.c >>parse.h
cd ./objc; \
bison  -o objc-parse.c objc-parse.y
objc-parse.y contains 72 shift/reduce conflicts.
gperf -L C -F ', 0, 0' -p -j1 -i 1 -g -o -t -G -N is_reserved_word \
   -k1,3,$ ./c-parse.gperf >tmp-gperf.h
gperf: unrecognized option `-F'
Usage: gperf [-acCdDef[num]gGhH<hashname>i<init>jk<keys>K<keyname>lL<language>nN<function name>oprs<size>S<switches>tTvZ<class name>].
(type gperf -h for help)
*** Error code 1
make: Fatal error: Command failed for target `c-gperf.h'
Current working directory /net/local-kirin/gnudev/gnu/m68k/gcc-2.95.2/gcc
*** Error code 1
make: Fatal error: Command failed for target `cross'

Des

^ permalink raw reply	[flat|nested] 18+ messages in thread
* Re: gperf F option?
@ 2000-05-29 11:34 Desmond Cheung
  2000-05-29 11:51 ` Alexandre Oliva
  0 siblings, 1 reply; 18+ messages in thread
From: Desmond Cheung @ 2000-05-29 11:34 UTC (permalink / raw)
  To: gcc

Hi,

is there an alternative to patching gperf since I don't have the authority to do so.

Thanks

Desmond

^ permalink raw reply	[flat|nested] 18+ messages in thread
* gperf F option?
@ 1999-08-31  9:11 korbb
  1999-08-31 23:20 ` korbb
  0 siblings, 1 reply; 18+ messages in thread
From: korbb @ 1999-08-31  9:11 UTC (permalink / raw)
  To: gcc, gcc-bugs, autogen



^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2000-05-29 12:13 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-08-31  9:19 gperf F option? korbb
1999-08-31  9:24 ` Brian Ford
1999-08-31 23:20   ` Brian Ford
2000-05-26 17:44   ` David O'Brien
2000-05-27 13:47     ` Alexandre Oliva
2000-05-27 14:47       ` David O'Brien
2000-05-27 14:55         ` Alexandre Oliva
1999-08-31  9:42 ` David Edelsohn
1999-08-31 23:20   ` David Edelsohn
1999-08-31  9:47 ` Dean Wilson
1999-08-31 23:20   ` Dean Wilson
1999-08-31 23:20 ` korbb
  -- strict thread matches above, loose matches on Subject: below --
2000-05-29 11:58 Desmond Cheung
2000-05-29 12:13 ` Alexandre Oliva
2000-05-29 11:34 Desmond Cheung
2000-05-29 11:51 ` Alexandre Oliva
1999-08-31  9:11 korbb
1999-08-31 23:20 ` korbb

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).