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)
Old Tool chain and Include dirs
-
- Site Admin
- Posts: 1986
- Joined: Tue Aug 09, 2005 3:21 am
- Location: UK
- Contact:
Re: Old Tool chain and Include dirs
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.
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.
Who is online
Users browsing this forum: No registered users and 5 guests