Hi,

> Whoops. I forgot to update the mailing list address in the build script,
> it should be ok now. Here is the 20001110 build log, the actual build
> script is at the end of this message.

Ah, thanks!

> FreeSCI build 20001110 for i686-pc-linux-gnu is broken.

[...]
> scriptdebug.c:1060: warning: #warning fixme!
> scriptdebug.c:1078: warning: #warning fixme!
> scriptdebug.c:1945: warning: #warning fixme!
> sci_pic_0.c:2109: warning: #warning "ARTIFACT REMOVAL CODE is commented out!"
> sci_pic_0.c: In function `_gfxr_auxbuf_propagate_changes':
> sci_pic_0.c:282: warning: left shift count >= width of type
> sci_pic_0.c:283: warning: left shift count >= width of type

This should have been optimized out by the compiler (or the
preprocessor- I'm not sure which of them handles sizeof()). I'll have
a look at it; #ifdefing it out would probably be cleaner.

> /tmp/ccCuD6Cd.s: Assembler messages:
> /tmp/ccCuD6Cd.s:2343: Error: no such instruction: `bpt'

Leftover debug assembly; I'll fix it when I get home (we now have the
global BREAKPOINT() macro for this (which won't work on all
architectures)).

llap,
 Christoph


Reply via email to