Old Tool chain and Include dirs

support for the ARM toolchain
Post Reply
rgr
Posts: 1
Joined: Wed Dec 17, 2008 9:26 am

Old Tool chain and Include dirs

Post by rgr » Wed Dec 17, 2008 9:32 am

Hi. I was triyng to compile a project that was created using an old toolchain and libraries. I don't think there is much of a problem regarding the toolchain itself but the libs are. I want to have several dirs with the different lib versions like libns-20080101, etc. But how do i chose which to use in the makefile? Any thoughts?

I tried to fiddle with some entries in the makefile but it just ignores me.
LIBNDS := $(DEVKITPRO)/libnds-20080101
LIBFAT := $(DEVKITPRO)/libfat-20080101

#---------------------------------------------------------------------------------
# list of directories containing libraries, this must be the top level containing
# include and lib
#---------------------------------------------------------------------------------
LIBDIRS := $(LIBNDS)

WinterMute
Site Admin
Posts: 1845
Joined: Tue Aug 09, 2005 3:21 am
Location: UK
Contact:

Re: Old Tool chain and Include dirs

Post by WinterMute » Wed Dec 17, 2008 8:43 pm

Mixing and matching toolchains and libraries is strongly not recommended. Several of the libraries make use of additional features which have been added to the toolchain.

We really only provide support for the latest releases too, you're much better off asking how to fix compilation errors with new tools than getting yourself stuck with an unsupported toolset.
Help keep devkitPro toolchains free, Donate today

Personal Blog

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot] and 9 guests