public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Compilation problem in 2.4.19: drivers/scsi/aic7xxx/aicasm/aicasm_gram.y
@ 2002-08-18 10:50 Emmanuel Fleury
  2002-08-18 11:30 ` Emmanuel Fleury
  0 siblings, 1 reply; 2+ messages in thread
From: Emmanuel Fleury @ 2002-08-18 10:50 UTC (permalink / raw)
  To: linux-kernel

Hi,

As I really don't know who is in charge of this part of the kernel
(there was no names in the file or around this file), I post directly
on the Linux Kernel mailing-list.

Sorry, if I'm wrong.

I tried to compile the 2.4.19 for my computer, but I get an error
message while compiling the file:
/usr/src/linux-2.4.19smp/drivers/scsi/aic7xxx/aicasm/aicasm_gram.y



[fleury@yggdrasil aicasm]$ pwd
/usr/src/linux-2.4.19smp/drivers/scsi/aic7xxx/aicasm

[fleury@yggdrasil aicasm]$ make
*** Install db development libraries
yacc -d -b aicasm_gram aicasm_gram.y
aicasm_gram.y:921: warning: previous rule lacks an ending `;'
aicasm_gram.y:935: warning: previous rule lacks an ending `;'
mv aicasm_gram.tab.c aicasm_gram.c
mv aicasm_gram.tab.h aicasm_gram.h
yacc -d -b aicasm_macro_gram -p mm aicasm_macro_gram.y
mv aicasm_macro_gram.tab.c aicasm_macro_gram.c
mv aicasm_macro_gram.tab.h aicasm_macro_gram.h
lex  -oaicasm_scan.c aicasm_scan.l
lex  -Pmm -oaicasm_macro_scan.c aicasm_macro_scan.l
cc -I/usr/include -I. -ldb aicasm.c aicasm_symbol.c aicasm_gram.c
aicasm_macro_gram.c aicasm_scan.c aicasm_macro_scan.c -o aicasm
aicasm_symbol.c:47: aicdb.h: No such file or directory
aicasm_gram.y:1846: warning: type mismatch with previous implicit
declaration
/usr/share/bison/bison.simple:924: warning: previous implicit
declaration of `yyerror'
aicasm_gram.y:1846: warning: `yyerror' was previously implicitly
declared to return `int'
aicasm_macro_gram.y:162: warning: type mismatch with previous implicit
declaration
/usr/share/bison/bison.simple:924: warning: previous implicit
declaration of `mmerror'
aicasm_macro_gram.y:162: warning: `mmerror' was previously implicitly
declared to return `int'
make: *** [aicasm] Error 1


Could somebody help me to fix this ?

The two missing `;' are easy to fix, but the missing `aicdb.h' and
more over the other errors (previously defined and type mismatch) are
difficult for me.

Thanks
-- 
Emmanuel

The most important thing in the programming language is the name.
A language will not succeed without a good name. I have recently
invented a very good name and now I am looking for a suitable language.
     -- Donald Knuth




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

* Re: Compilation problem in 2.4.19: drivers/scsi/aic7xxx/aicasm/aicasm_gram.y
  2002-08-18 10:50 Compilation problem in 2.4.19: drivers/scsi/aic7xxx/aicasm/aicasm_gram.y Emmanuel Fleury
@ 2002-08-18 11:30 ` Emmanuel Fleury
  0 siblings, 0 replies; 2+ messages in thread
From: Emmanuel Fleury @ 2002-08-18 11:30 UTC (permalink / raw)
  To: linux-kernel

Emmanuel Fleury wrote:
> Hi,
> 
> As I really don't know who is in charge of this part of the kernel
> (there was no names in the file or around this file), I post directly
> on the Linux Kernel mailing-list.
> 
> Sorry, if I'm wrong.
> 
> I tried to compile the 2.4.19 for my computer, but I get an error
> message while compiling the file:
> /usr/src/linux-2.4.19smp/drivers/scsi/aic7xxx/aicasm/aicasm_gram.y

I forgot to apply the patch. :-/

Sorry.
-- 
Emmanuel


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

end of thread, other threads:[~2002-08-18 11:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-08-18 10:50 Compilation problem in 2.4.19: drivers/scsi/aic7xxx/aicasm/aicasm_gram.y Emmanuel Fleury
2002-08-18 11:30 ` Emmanuel Fleury

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox