I'm pretty new to the 3DS Homebrew stuff so excuse the maybe stupid question, but I wanted to compile the Source examples shipped with libctru and ran into this issue:
[File] uses VFP register arguments, [File] does not, an issue related to the libctru library being compiled with hard float, but the examples in Eclipse are not set to hard float.
The problem I'm having is that I don't seem to be able to change that with Eclipse. I've set the flag -mfloat-abi=hard for the gcc Compiler,...
Compile Homebrew with Eclipse C/C++ issues
[File] uses VFP register arguments, [File] does not, an issue related to the libctru library being compiled with hard float, but the examples in Eclipse are not set to hard float.
The problem I'm having is that I don't seem to be able to change that with Eclipse. I've set the flag -mfloat-abi=hard for the gcc Compiler,...
Compile Homebrew with Eclipse C/C++ issues