Damien Ciabrini
Damien Ciabrini
Hmm this one is more complex to troubleshoot. It means the gcc cross compiler failed to build, as to why I have no idea yet because ngdevkit-toolchain doesn't produce an...
ok, I have no good means of installing the devkit from source into a directory which doesn't have write permission, because the compilation and the installtion process are somehow intertwined...
Which Ubuntu version are you using? There are nightly builds available for 20.4 (Focal), 21.04 (Hirsute) and 21.10 (Impish).
OK maybe I misunderstood the question. Are you trying to install ngdevkit-examples with a pre-built ngdevkit, or did you build ngdevkit and now the examples won't compile because running ./configure...
Could you try to go back to the top directory and configure all the shell variables with: ``` eval $(make shellinit) ``` Then go back to examples and try to...
Although g++ ships with ngdevkit, I'm not sure the current linkscript links all the necessary segments for the c++ runtime to work. If especially true if you make use of...
So in a nutshell: `examples/Makefile.config` contains all the path to the 68k and z80 compilers. you'd need to adapt it to use m68k-neogeo-elf-g++. In this file you'll find the CFLAGS...
Hmmm, after looking at it, the current version of ngdevkit doesn't ship a C++ compiler, I'm not sure when this one got lost, but that surely was a long time...
I'm not sure whether you're trying to build in the ./examples subdirectory or if you're trying to build something in a separate directory of your own, the issue description lacks...
Looking into it. FTR, we're using it in our OpenStack deployments, so I'll check what we may do differently from what's reported here. Also, to clear out any ambiguities, the...