I have a very very old project that I'd like to recompile.
Since it's very old, it won't compile with current dkA/libnds, and to make it compatible would require to rewrite from scratch a lot of code, and that's a thing I would never do.
It just compiles fine with the old setup, until I try to activate LTO... in that case the linker phase fails because of this known bug, which has been fixed later. Thus I'd like to somehow replace the old compiler with the one currently shipped with dkA, keeping everything else in place.
Is it completely impossible?
Upgrading the compiler in an old dkA/libnds setup
-
- Site Admin
- Posts: 2004
- Joined: Tue Aug 09, 2005 3:21 am
- Location: UK
- Contact:
Re: Upgrading the compiler in an old dkA/libnds setup
Have you tried replacing the devkitARM folder in that setup with the latest one?
Might need to do something with crt files & linkscripts, not sure how much changed there. Depends how old the setup you have is I guess.
Might need to do something with crt files & linkscripts, not sure how much changed there. Depends how old the setup you have is I guess.
Re: Upgrading the compiler in an old dkA/libnds setup
It's very very old, it comes from the time libnds wasn't even supporting the FIFO system between ARM9 and ARM7
I tried mixing up some parts of that dkA with some a little bit newer, looked like it was working, the linker didn't went into ICE... but complained something about crt0 not liking my main() anymore
Any hints on what I should try?

I tried mixing up some parts of that dkA with some a little bit newer, looked like it was working, the linker didn't went into ICE... but complained something about crt0 not liking my main() anymore

Any hints on what I should try?
-
- Site Admin
- Posts: 2004
- Joined: Tue Aug 09, 2005 3:21 am
- Location: UK
- Contact:
Re: Upgrading the compiler in an old dkA/libnds setup
Take the crt0.s and corresponding .ld files from your old devkitARM (arm-elf/lib, arm-eabi/lib or arm-none-eabi/lib, depending on how old your toolchain was) , put them in arm-none-eabi/lib in the new one then run make CRT=<name of crt0 file without the _crt0.s part> in that folder.
You might have to update the linkscripts a bit, binutils behaviour has changed in places.
You might have to update the linkscripts a bit, binutils behaviour has changed in places.
Who is online
Users browsing this forum: No registered users and 1 guest