Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#10676 - make doom compile with gcc 4.3.4

Attached to Project: Rockbox
Opened by Duy Nguyen (pclouds) - Wednesday, 14 October 2009, 04:00 GMT+2
Last edited by Nils Wallménius (nls) - Thursday, 15 October 2009, 00:35 GMT+2
Task Type Patches
Category Games
Status Closed
Assigned To No-one
Player Type iPod Mini
Severity Low
Priority Normal
Reported Version Release 3.4
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

This makes it compile with gcc 4.3.4. It failed to build because of duplicate symbol (memcpy).

I don't know if this works on gcc 4.0.3 though, I don't have that version here.
   rockdoom.c.diff (0.4 KiB)
 b/apps/plugins/doom/rockdoom.c |    5 -----
 1 file changed, 5 deletions(-)

   rockmacros.h.diff (0.7 KiB)
 b/apps/plugins/doom/rockmacros.h |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

This task depends upon

Closed by  Nils Wallménius (nls)
Thursday, 15 October 2009, 00:35 GMT+2
Reason for closing:  Accepted
Additional comments about closing:  Hi i comitted a simpler fix, there is no need for the rock_memcpy function.
Thanks!

Loading...