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

Re: [MiNT] Daily freemint kernel builds



On Sat, 2010-01-09 at 12:40 +0100, Helmut Karlowski wrote:
> Am 09.01.2010, 12:13 Uhr, schrieb Alan Hourihane <alanh@fairlite.co.uk>:
> 
> >> Did that. I works with the patch I sent to you and to mintlist.
> >
> > Got it, and committed.
> 
> Does it work? There is no xaaes.km in
> 
> http://www.fairlite.demon.co.uk/FreeMiNT/builds/freemint/helmut-09012010.tar.bz2

Yikes, and another in xa_shel.c

../xa_shel.c: In function 'shell_find':
../xa_shel.c:1125: error: 'kp' undeclared (first use in this function)
../xa_shel.c:1125: error: (Each undeclared identifier is reported only
once
../xa_shel.c:1125: error: for each function it appears in.)

and then finally, if I just hack out the previous errors, at link time I
got this...

draw_obj.o:draw_obj.o:(.text+0x90a): undefined reference to
`_obtree_is_menu'
draw_obj.o:draw_obj.o:(.text+0xe78): undefined reference to
`_obtree_is_menu'

Alan.