[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] USB broken in trunk [was Re: Trunk daily build]



On 24/01/12 21:26, Helmut Karlowski wrote:
Am 24.01.2012, 21:22 Uhr, schrieb Alan Hourihane <alanh@fairlite.co.uk>:

BTW: What's wrong with the helmut-build?


No idea. I'll check to see what you broke :-)

Looks like you've been playing with the rieblspc.c driver.

I remember I fixed some compiler-warnings months ago.

Unfortunately this file is not officially in the CVS (the web-interface shows it in Attic along with all riebl*.c), so I don't know how to diff between mine and the used one.


The rieblspc.c driver is linked from the lance.c driver. That's where it's broken.

The last log-entry is:

Removed redundant files, use symlinks instead now.

What does that mean?


What CVS command did you use to get that ?

m68k-atari-mint-gcc -I.. -I../.. -D__KERNEL_XDD__ -DSPECIAL -DHACK -m68000 -mshort -g -O2 -fomit-frame-pointer -Wall -Wmissing-prototypes -Winline -Wshadow -Wpointer-arith -Waggregate-return -c rieblspc.c -o rieblspc.o
rieblspc.c: In function 'lance_install_ints':
rieblspc.c:936:2: error: 'old_hbl' undeclared (first use in this function)
rieblspc.c:936:2: note: each undeclared identifier is reported only once

This line is not an error in my version.


Well, it's not committed then. Or you are using other build flags that don't fail.

PS. I'm going to enable mail messages to the list when the nightly build breaks now.

Would be nice.

Done.

Alan.