makefile Archive

  • I made GCC crash!

    I made GCC crash!

    I’m attempting to compile AdvanceMame for my MAME cabinet, but after an hour or so of chewing away at source, I have just found this on the console… obj/mame/linux/blend/vidhrdw/nbmj8688.o obj/mame/linux/blend/drivers/nbmj8891.o src/drivers/nbmj8891.c: In function ‘construct_ipt_mgion’: src/drivers/nbmj8891.c:4218: internal compiler error: Segmentation fault Please submit a full bug...

    Full Story

  • Continuing Nintendo DS Development

    Continuing Nintendo DS Development

    I’ve just spent a few hours looking at various pieces of documentation about DS coding. I’ve achieved the game development equivalent of “Hello World” – getting a sprite on the screen. This required understanding the DS’s slightly weird sprite system, involving memory maps and an...

    Full Story