Hello,
I got the rxtools CFW from github and I wanted to compile it myself. I've installed everything mentioned in the readme file. However, something weird it happens when I compile and it makes it to stop and I can't figure out how to solve it. Here is the error:
Any help will be appreciated. Thanks in advance.
Whitefire.
I got the rxtools CFW from github and I wanted to compile it myself. I've installed everything mentioned in the readme file. However, something weird it happens when I compile and it makes it to stop and I can't figure out how to solve it. Here is the error:
Code:
make[1]: Entering directory `/d/ThingsToBeCopied/rxTools-master/rxtools'
linking rxtools.elf
built ... rxtools.bin
make[1]: Leaving directory `/d/ThingsToBeCopied/rxTools-master/rxtools'
0+1 records in
1+0 records out
917504 bytes (918 kB) copied, 0.003 seconds, 306 MB/s
Base : 67893421
Seed : 12756342
make[1]: Entering directory `/d/ThingsToBeCopied/rxTools-master/rxmode'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/d/ThingsToBeCopied/rxTools-master/rxmode'
make[1]: Entering directory `/d/ThingsToBeCopied/rxTools-master/rxmode'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/d/ThingsToBeCopied/rxTools-master/rxmode'
make[1]: Entering directory `/d/ThingsToBeCopied/rxTools-master/rxmode'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/d/ThingsToBeCopied/rxTools-master/rxmode'
make -C msethax/ all
make[1]: Entering directory `/d/ThingsToBeCopied/rxTools-master/msethax'
make[2]: Entering directory `/d/ThingsToBeCopied/rxTools-master/msethax/rxinstaller'
grit /d/ThingsToBeCopied/rxTools-master/msethax/rxinstaller/gfx/drunkenlogo.png -fts -odrunkenlogo
drunkenlogo.s
arm-none-eabi-gcc -MMD -MP -MF /d/ThingsToBeCopied/rxTools-master/msethax/rxinstaller/build/drunkenlogo.d -x assembler-with-cpp -g -marm -mthumb-interwork -march=armv5te -mtune=arm946e-s -c drunk
enlogo.s -o drunkenlogo.o
main.cpp
arm-none-eabi-g++ -MMD -MP -MF /d/ThingsToBeCopied/rxTools-master/msethax/rxinstaller/build/main.d -Wno-multichar -g -Wall -O3 -marm -mthumb-interwork -march=armv5te -mtune=arm946e-s -iquote /d/T
hingsToBeCopied/rxTools-master/msethax/rxinstaller/source -I/c/devkitPro/libnds/include -I/c/devkitPro/portlibs/arm/include -I/d/ThingsToBeCopied/rxTools-master/msethax/rxinstaller/build -DARM9 -
fno-rtti -fno-exceptions -c /d/ThingsToBeCopied/rxTools-master/msethax/rxinstaller/source/main.cpp -o main.o
d:/ThingsToBeCopied/rxTools-master/msethax/rxinstaller/source/main.cpp: In function 'int main(int, char**)':
d:/ThingsToBeCopied/rxTools-master/msethax/rxinstaller/source/main.cpp:117:30: error: 'readFirmware' was not declared in this scope
readFirmware(0,workbuffer,42);
^
d:/ThingsToBeCopied/rxTools-master/msethax/rxinstaller/source/main.cpp:131:59: error: 'writeFirmware' was not declared in this scope
int ret = writeFirmware(userSettingsOffset,workbuffer,512);
^
make[3]: *** [main.o] Error 1
make[2]: *** [build] Error 2
make[2]: Leaving directory `/d/ThingsToBeCopied/rxTools-master/msethax/rxinstaller'
make[1]: *** [rxinstaller.nds] Error 2
make[1]: Leaving directory `/d/ThingsToBeCopied/rxTools-master/msethax'
make: *** [msethax/mset.bin] Error 2
Any help will be appreciated. Thanks in advance.
Whitefire.








