- I would like to have grit's .s output files mark the export symbols as both .global *and* .hidden. Currently only .global is used, and in a FeOS project that actually exposes the symbol through the FX2 export table (which is undesirable 99% of the times). This has no effect in standard .nds or .gba projects, so nothing would break.
- The FeOS SDK makefiles hardcode the PREFIX, CC, CXX and similar variables. Obviously this approach will break in the future; however I cannot use base_rules because in addition to the variables I need base_rules contains many other rules I do not want. Could another file (e.g. "toolchain_config") be added that would basically contain this?
base_rules would then include it. Also note how I have added 'STRIP' and 'NM'.
Code: Select all
#--------------------------------------------------------------------------------- # the prefix on the compiler executables #--------------------------------------------------------------------------------- PREFIX := arm-none-eabi- export CC := $(PREFIX)gcc export CXX := $(PREFIX)g++ export AS := $(PREFIX)as export AR := $(PREFIX)ar export OBJCOPY := $(PREFIX)objcopy export STRIP := $(PREFIX)strip export NM := $(PREFIX)nm
Several FeOS-related devkitARM requests
Several FeOS-related devkitARM requests
Here they are:
Donate to devkitPro - help us stay alive!
-
- Site Admin
- Posts: 2004
- Joined: Tue Aug 09, 2005 3:21 am
- Location: UK
- Contact:
Re: Several FeOS-related devkitARM requests
The changes to the rules files sound reasonable - I've pushed some to the git repository now that should work for you.
https://sourceforge.net/p/devkitpro/bui ... 2a871093a/
I'll need to do some checking on the grit changes but I don't think that will cause any problems.
https://sourceforge.net/p/devkitpro/bui ... 2a871093a/
I'll need to do some checking on the grit changes but I don't think that will cause any problems.
Who is online
Users browsing this forum: No registered users and 1 guest