[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 18:58, Alan Hourihane wrote:
On 24/01/12 18:49, Helmut Karlowski wrote:
Am 24.01.2012, 08:58 Uhr, schrieb Alan Hourihane <alanh@fairlite.co.uk>:

On 23/01/12 23:41, Helmut Karlowski wrote:
Am 24.01.2012, 00:32 Uhr, schrieb Alan Hourihane <alanh@fairlite.co.uk>:

Actually it should be nfusbasm.S, not nfusbasm.s. Renamed and re-enabled.

Now there are both ;-) I'll remove the .s. Hope it's ok now.

No there wasn't. You just added the .s and removed it again.

You told me to do so? In fact I thought there was really something wrong with the file, after you removed it (what I did not know), so I committed it again :)

No I didn't. Where did I ask you to add it and remove it again ?

I removed the .s file and added the .S. You can clearly see it in my commit. And you can clearly see you adding the .s and removing it again.

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.

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 for each function it appears in
make[4]: *** [rieblspc.o] Error 1

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

Alan.