About a week ago, I decided that I wanted to continue development on a Java Kilobyte Virtual Machine for the NDS.
For the original port, see here. This was made in 2008. Davr, who did not intent to work further on it, released the sourcehere.
So, I installed devkitARM, downloaded the KVM source, and tried to rebuild the KVM. However, no success so far, I keep getting errors.
What I did
1.I went to the KVM/VMSkel/build directory in the CommandPrompt of Windows Vista, and typed 'make'.
I got the following Error:
Code: Select all
'make:arm-eabi-gcc Command not found'
I got the following error, after typing 'make' again:
Code: Select all
c:/devkitpro/devkitarm/bin/../lib/gcc/arm-eabi/4.5.1/../../../../arm-eabi/bin/ld
.exe: cannot find -lfat
collect2: ld returned 1 exit status
make: *** [kvm.elf] Error 1
I have no idea what I am doing wrong. Do I need to make big changes to the makefile or something because the version of devkitARM has changed since 2008? Or didn't I install devkitARM correctly?
Please help.
Also, please forgive my bad english, I'm dutch .
~RJ