|
Rockbox mail archiveSubject: Re: Using gcc 4.4.0 to compile RockboxRe: Using gcc 4.4.0 to compile Rockbox
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 24 Feb 2009 10:10:38 +0100 (CET) On Tue, 24 Feb 2009, Mark Allums wrote: > o It crashes trying to play .mp3 with the error message "Undefined > instruction at 40018920 (0)" > o It crashes trying to play .wma with a similar error message. My suggested approach: Use the .map files to track down exactly what function that dies (and then you can objdump them to find the exact instruction). Then re-run gcc to do assembly output (using -S -fverbose-asm perhaps) for the files with both the old and the new gcc and compare the outputs. Hopefully that can offer some clues. -- / daniel.haxx.seReceived on 2009-02-24 Page template was last modified "Tue Sep 7 00:00:02 2021" The Rockbox Crew -- Privacy Policy |