linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Compile errors: RCPCI, LANE, and others
@ 2001-01-02 12:33 Elmer Joandi
  2001-01-02 14:02 ` Daniel Stone
  0 siblings, 1 reply; 8+ messages in thread
From: Elmer Joandi @ 2001-01-02 12:33 UTC (permalink / raw)
  To: linux-kernel

Did full compile, just for fun:

CONFIG_for Red Creek  whatever RCPCI has a syntax error
other warnings and errors, compiled on 2.4.0-prerelease, nonSMP, PIII

md5sum: WARNING: 11 of 12 computed checksums did NOT match
ec.c:279: warning: `ec_space_setup' defined but not used
{standard input}: Assembler messages:
{standard input}:765: Warning: Indirect lcall without `*'
{standard input}:849: Warning: Indirect lcall without `*'
{standard input}:936: Warning: Indirect lcall without `*'
{standard input}:976: Warning: Indirect lcall without `*'
{standard input}:1008: Warning: Indirect lcall without `*'
{standard input}:1040: Warning: Indirect lcall without `*'
{standard input}:1071: Warning: Indirect lcall without `*'
{standard input}:1100: Warning: Indirect lcall without `*'
{standard input}:1129: Warning: Indirect lcall without `*'
{standard input}:1411: Warning: Indirect lcall without `*'
{standard input}:1504: Warning: Indirect lcall without `*'
net/network.o: In function `atm_ioctl':
net/network.o(.text+0x3c742): undefined reference to `atm_lane_init'
net/network.o(.text+0x3c7f2): undefined reference to `atm_mpoa_init'
make: *** [vmlinux] Error 1
objcopy: Warning: Output file cannot represent architecture UNKNOWN!
ip2/i2cmd.c:142: warning: `ct89' defined but not used
sx.c:1623: warning: `do_memtest_w' defined but not used
i2o_block.c:595: warning: #warning "RACE"
md5sum: WARNING: 11 of 12 computed checksums did NOT match
bttv-cards.c: In function `bttv_check_chipset':
bttv-cards.c:1389: warning: unused variable `i'
bttv-cards.c: At top level:
bttv-cards.c:1379: warning: `needs_etbf' defined but not used
mtdchar.c: In function `init_mtdchar':
mtdchar.c:452: warning: unused variable `mtd'
mtdchar.c:451: warning: unused variable `name'
mtdchar.c:450: warning: unused variable `i'
ftl.c:139: warning: `debug' defined but not used
nftlmount.c: In function `check_and_mark_free_block':
nftlmount.c:363: warning: unused variable `buf'
nftlmount.c:362: warning: unused variable `i'
sunhme.c:2791: warning: #warning This needs to be corrected... -DaveM
sdla_chdlc.c: In function `if_send':
sdla_chdlc.c:936: warning: unsigned int format, long unsigned int arg (arg 3)
sdla_chdlc.c: In function `wpc_isr':
sdla_chdlc.c:1501: warning: unsigned int format, long unsigned int arg (arg 3)
sdla_ppp.c: In function `if_send':
sdla_ppp.c:901: warning: unsigned int format, long unsigned int arg (arg 3)
qla1280.c:1609: warning: `qla1280_do_dpc' defined but not used
NCR5380.c:795: warning: `NCR5380_print_options' defined but not used
sr.c: In function `sr_init_command':
sr.c:347: warning: `block' might be used uninitialized in this function
cs46xx.c:2867: warning: `amp_voyetra_4294' defined but not used
cs4281.c: In function `cs4281_write_ac97':
cs4281.c:607: warning: `status' might be used uninitialized in this function
plusb.c:985: warning: initialization from incompatible pointer type
mdacon.c:133: warning: `test_mda_b' defined but not used
matroxfb_g450.c:7: warning: `matroxfb_g450_get_reg' defined but not used
intrep.c:96: warning: `jffs_hexdump' defined but not used
dn_table.c:872: warning: `dn_fib_del_tree' defined but not used
irlap.c: In function `irlap_change_speed':
irlap.c:892: warning: implicit declaration of function `irlap_queue_xmit'
qos.c:609: warning: `byte_value' defined but not used
irias_object.c:37: warning: braces around scalar initializer
irias_object.c:37: warning: (near initialization for `missing.len')
irsyms.c:222: warning: `irda_cleanup' defined but not used
{standard input}: Assembler messages:
{standard input}:193: Warning: Indirect lcall without `*'
{standard input}:270: Warning: Indirect lcall without `*'



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

* Re: Compile errors: RCPCI, LANE, and others
  2001-01-02 12:33 Compile errors: RCPCI, LANE, and others Elmer Joandi
@ 2001-01-02 14:02 ` Daniel Stone
  2001-01-02 17:25   ` Alan Cox
  0 siblings, 1 reply; 8+ messages in thread
From: Daniel Stone @ 2001-01-02 14:02 UTC (permalink / raw)
  To: Elmer Joandi; +Cc: linux-kernel

> Did full compile, just for fun:
> 
> CONFIG_for Red Creek  whatever RCPCI has a syntax error
> other warnings and errors, compiled on 2.4.0-prerelease, nonSMP, PIII
> 
> md5sum: WARNING: 11 of 12 computed checksums did NOT match

This indicates a corrupted download.

> net/network.o: In function `atm_ioctl':
> net/network.o(.text+0x3c742): undefined reference to `atm_lane_init'
> net/network.o(.text+0x3c7f2): undefined reference to `atm_mpoa_init'
> make: *** [vmlinux] Error 1

Known problem, AFAIK.

> objcopy: Warning: Output file cannot represent architecture UNKNOWN!

um. this is completely rooted. what compiler are you using, what
distribution? (hint: if it's redhat 7, don't bother).

> ip2/i2cmd.c:142: warning: `ct89' defined but not used
> sx.c:1623: warning: `do_memtest_w' defined but not used
> i2o_block.c:595: warning: #warning "RACE"

this is most likely a bad thing, yes.

> md5sum: WARNING: 11 of 12 computed checksums did NOT match

see first warning

> bttv-cards.c: In function `bttv_check_chipset':
> bttv-cards.c:1389: warning: unused variable `i'
> bttv-cards.c: At top level:
> bttv-cards.c:1379: warning: `needs_etbf' defined but not used
> mtdchar.c: In function `init_mtdchar':
> mtdchar.c:452: warning: unused variable `mtd'
> mtdchar.c:451: warning: unused variable `name'
> mtdchar.c:450: warning: unused variable `i'
> ftl.c:139: warning: `debug' defined but not used
> nftlmount.c: In function `check_and_mark_free_block':
> nftlmount.c:363: warning: unused variable `buf'
> nftlmount.c:362: warning: unused variable `i'

harmless.

> sunhme.c:2791: warning: #warning This needs to be corrected... -DaveM
> sdla_chdlc.c: In function `if_send':
> sdla_chdlc.c:936: warning: unsigned int format, long unsigned int arg (arg 3)
> sdla_chdlc.c: In function `wpc_isr':
> sdla_chdlc.c:1501: warning: unsigned int format, long unsigned int arg (arg 3)
> sdla_ppp.c: In function `if_send':
> sdla_ppp.c:901: warning: unsigned int format, long unsigned int arg (arg 3)


believe these fall under the set_bit domain.

<more shit snipped>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

* Re: Compile errors: RCPCI, LANE, and others
  2001-01-02 14:02 ` Daniel Stone
@ 2001-01-02 17:25   ` Alan Cox
  2001-01-02 18:55     ` J Sloan
                       ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Alan Cox @ 2001-01-02 17:25 UTC (permalink / raw)
  To: Daniel Stone; +Cc: Elmer Joandi, linux-kernel

> > md5sum: WARNING: 11 of 12 computed checksums did NOT match
> This indicates a corrupted download.

Nope the MD5 sums are for certified versions of the isdn drivers. They should
not match

> > objcopy: Warning: Output file cannot represent architecture UNKNOWN!
> um. this is completely rooted. what compiler are you using, what
> distribution? (hint: if it's redhat 7, don't bother).

Bzzt, wrong. Red Hat 7 compiles the 2.4 tree beautifully with gcc 2.96 as well.
Please grow up.

> > i2o_block.c:595: warning: #warning "RACE"
> this is most likely a bad thing, yes.

Yeah its to remind me to fix a small race

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

* Re: Compile errors: RCPCI, LANE, and others
  2001-01-02 17:25   ` Alan Cox
@ 2001-01-02 18:55     ` J Sloan
  2001-01-02 19:56       ` Panu Matilainen
  2001-01-02 21:56     ` Albert D. Cahalan
  2001-01-03  1:37     ` David Woodhouse
  2 siblings, 1 reply; 8+ messages in thread
From: J Sloan @ 2001-01-02 18:55 UTC (permalink / raw)
  To: Linux kernel; +Cc: Alan Cox

Alan Cox wrote:

> Bzzt, wrong. Red Hat 7 compiles the 2.4 tree beautifully with gcc 2.96 as well.
> Please grow up.

Yes indeed - on my quad CPU Red Hat 7 server, I accidentally
forgot to say CC=kgcc during the last kernel build, and ended
up with a gcc-2.96 built kernel. I decided to let it run and see
what happens - It's been up and running -test12 for about 20
days now, solid as a rock.

My home system, an AMD k6, likewise is very very happy
running 2.4.0-prerelase compiled with gcc 2.96

jjs

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

* Re: Compile errors: RCPCI, LANE, and others
  2001-01-02 18:55     ` J Sloan
@ 2001-01-02 19:56       ` Panu Matilainen
  0 siblings, 0 replies; 8+ messages in thread
From: Panu Matilainen @ 2001-01-02 19:56 UTC (permalink / raw)
  To: J Sloan; +Cc: Linux kernel, Alan Cox

On Tue, 2 Jan 2001, J Sloan wrote:
> Alan Cox wrote:
>
> > Bzzt, wrong. Red Hat 7 compiles the 2.4 tree beautifully with gcc 2.96 as well.
> > Please grow up.
>
> Yes indeed - on my quad CPU Red Hat 7 server, I accidentally
> forgot to say CC=kgcc during the last kernel build, and ended
> up with a gcc-2.96 built kernel. I decided to let it run and see
> what happens - It's been up and running -test12 for about 20
> days now, solid as a rock.

Same here, forgot to do CC=kgcc when compiling 2.4-prerelease and my PIII
box is running happily (only 1.5 days uptime at the point but...) Compiled
with the errata gcc 2.96.

	- Panu -

>
> My home system, an AMD k6, likewise is very very happy
> running 2.4.0-prerelase compiled with gcc 2.96
>
> jjs
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> Please read the FAQ at http://www.tux.org/lkml/
>

-- 
	- Panu -

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

* Re: Compile errors: RCPCI, LANE, and others
  2001-01-02 17:25   ` Alan Cox
  2001-01-02 18:55     ` J Sloan
@ 2001-01-02 21:56     ` Albert D. Cahalan
  2001-01-02 22:01       ` Alan Cox
  2001-01-03  1:37     ` David Woodhouse
  2 siblings, 1 reply; 8+ messages in thread
From: Albert D. Cahalan @ 2001-01-02 21:56 UTC (permalink / raw)
  To: Alan Cox; +Cc: linux-kernel

>> distribution? (hint: if it's redhat 7, don't bother).
>
> Bzzt, wrong. Red Hat 7 compiles the 2.4 tree beautifully
> with gcc 2.96 as well. Please grow up.

Huh? Original, bug fix, or both?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

* Re: Compile errors: RCPCI, LANE, and others
  2001-01-02 21:56     ` Albert D. Cahalan
@ 2001-01-02 22:01       ` Alan Cox
  0 siblings, 0 replies; 8+ messages in thread
From: Alan Cox @ 2001-01-02 22:01 UTC (permalink / raw)
  To: Albert D. Cahalan; +Cc: Alan Cox, linux-kernel

> >> distribution? (hint: if it's redhat 7, don't bother).
> >
> > Bzzt, wrong. Red Hat 7 compiles the 2.4 tree beautifully
> > with gcc 2.96 as well. Please grow up.
> 
> Huh? Original, bug fix, or both?

I've run kernels built with both with no problems.


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

* Re: Compile errors: RCPCI, LANE, and others
  2001-01-02 17:25   ` Alan Cox
  2001-01-02 18:55     ` J Sloan
  2001-01-02 21:56     ` Albert D. Cahalan
@ 2001-01-03  1:37     ` David Woodhouse
  2 siblings, 0 replies; 8+ messages in thread
From: David Woodhouse @ 2001-01-03  1:37 UTC (permalink / raw)
  To: Alan Cox; +Cc: Daniel Stone, Elmer Joandi, linux-kernel

On Tue, 2 Jan 2001, Alan Cox wrote:

> > > i2o_block.c:595: warning: #warning "RACE"
> > this is most likely a bad thing, yes.
>
> Yeah its to remind me to fix a small race

If preferred the alternative approach to this:

	if (!current->lock_depth)
		BUG();

in sleep_on().

-- 
dwmw2


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

end of thread, other threads:[~2001-01-03  2:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-01-02 12:33 Compile errors: RCPCI, LANE, and others Elmer Joandi
2001-01-02 14:02 ` Daniel Stone
2001-01-02 17:25   ` Alan Cox
2001-01-02 18:55     ` J Sloan
2001-01-02 19:56       ` Panu Matilainen
2001-01-02 21:56     ` Albert D. Cahalan
2001-01-02 22:01       ` Alan Cox
2001-01-03  1:37     ` David Woodhouse

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 NNTP newsgroup(s).