Hacking rxTools Black Screen when compiled on Mac

jackb994

Self-Proclaimed Gamer
OP
Member
Joined
Oct 29, 2015
Messages
544
Trophies
0
XP
422
Country
United States
When I compile rxTools on mac the console seems to say everything is ok
Code:
    MKDIR    build/.deps/features/
    MKDIR    build/.deps/lib/
    MKDIR    build/.deps/lib/jsmn/
    MKDIR    build/.deps/lib/polarssl/
    MKDIR    build/.deps/lib/tmio/
    MKDIR    build/.deps/lib/fatfs/option/
    MKDIR    build/.deps/lib/fatfs/
    MKDIR    build/.deps/
    MKDIR    build/
    CC    build/main.o
    MKDIR    build/features/
    CC    build/features/CTRDecryptor.o
    CC    build/features/NandDumper.o
    CC    build/features/TitleKeyDecrypt.o
    CC    build/features/configuration.o
    CC    build/features/downgradeapp.o
    CC    build/features/AdvancedFileManager.o
    CC    build/features/firm.o
    CC    build/features/nandtools.o
    CC    build/features/padgen.o
    CC    build/features/screenshot.o
    MKDIR    build/lib/fatfs/
    CC    build/lib/fatfs/diskio.o
    CC    build/lib/fatfs/ff.o
    MKDIR    build/lib/fatfs/option/
    CC    build/lib/fatfs/option/unicode.o
    MKDIR    build/lib/tmio/
    CC    build/lib/tmio/tmio.o
    MKDIR    build/lib/polarssl/
    CC    build/lib/polarssl/padlock.o
    CC    build/lib/polarssl/sha2.o
    CC    build/lib/polarssl/aes.o
    MKDIR    build/lib/
    CC    build/lib/console.o
    CC    build/lib/crypto.o
    CC    build/lib/draw.o
    CC    build/lib/fs.o
    CC    build/lib/hid.o
    CC    build/lib/lang.o
    CC    build/lib/log.o
    CC    build/lib/i2c.o
    MKDIR    build/lib/jsmn/
    CC    build/lib/jsmn/jsmn.o
    CC    build/lib/menu.o
    CC    build/lib/nand.o
    CC    build/lib/ncch.o
    CPPAS    build/features/reboot.o
    AS    build/start.o
    CONVERT    build/font.bin
    DD    build/font_ascii.bin
8+0 records in
8+0 records out
4096 bytes transferred in 0.000046 secs (89014866 bytes/sec)
    OBJCOPY    build/font_ascii.o
    AS    build/lib/delay.o
    LINK    build/rxtools.elf
    OBJCOPY    build/rxtools.bin
    MKDIR    build/CakeHax/
    MAKE    CakeHax
rm LoadCodeMset.elf
rm LoadCodeMset.elf
rm LoadCodeMset.elf
rm LoadCodeMset.elf
/Users/jackbiles/devkitPro/devkitARM/bin/arm-none-eabi-as -mcpu=mpcore -mlittle-endian  -o ../build/CakeHax/mset/arm11_tools.o source/arm11_tools.s
/Users/jackbiles/devkitPro/devkitARM/bin/arm-none-eabi-as -mcpu=mpcore -mlittle-endian  -o ../build/CakeHax/mset/jump_table.o source/jump_table.s
/Users/jackbiles/devkitPro/devkitARM/bin/arm-none-eabi-as -mcpu=mpcore -mlittle-endian  -o ../build/CakeHax/mset/start.o source/start.s
/Users/jackbiles/devkitPro/devkitARM/bin/arm-none-eabi-gcc -DENTRY_MSET -mcpu=mpcore -marm -mlittle-endian -O2 -std=c11 -MMD -MP -fno-builtin -fshort-wchar -Wall -Wextra -Wno-main -DLAUNCHER_PATH='"rxTools/sys/code.bin"'   -c -o ../build/CakeHax/mset/appcompat.o source/appcompat.c
/Users/jackbiles/devkitPro/devkitARM/bin/arm-none-eabi-gcc -DENTRY_MSET -mcpu=mpcore -marm -mlittle-endian -O2 -std=c11 -MMD -MP -fno-builtin -fshort-wchar -Wall -Wextra -Wno-main -DLAUNCHER_PATH='"rxTools/sys/code.bin"'   -c -o ../build/CakeHax/mset/arm11_tools_c.o source/arm11_tools_c.c
/Users/jackbiles/devkitPro/devkitARM/bin/arm-none-eabi-gcc -DENTRY_MSET -mcpu=mpcore -marm -mlittle-endian -O2 -std=c11 -MMD -MP -fno-builtin -fshort-wchar -Wall -Wextra -Wno-main -DLAUNCHER_PATH='"rxTools/sys/code.bin"'   -c -o ../build/CakeHax/mset/firmcompat.o source/firmcompat.c
/Users/jackbiles/devkitPro/devkitARM/bin/arm-none-eabi-gcc -DENTRY_MSET -mcpu=mpcore -marm -mlittle-endian -O2 -std=c11 -MMD -MP -fno-builtin -fshort-wchar -Wall -Wextra -Wno-main -DLAUNCHER_PATH='"rxTools/sys/code.bin"'   -c -o ../build/CakeHax/mset/firmlaunchax.o source/firmlaunchax.c
/Users/jackbiles/devkitPro/devkitARM/bin/arm-none-eabi-gcc -DENTRY_MSET -mcpu=mpcore -marm -mlittle-endian -O2 -std=c11 -MMD -MP -fno-builtin -fshort-wchar -Wall -Wextra -Wno-main -DLAUNCHER_PATH='"rxTools/sys/code.bin"'   -c -o ../build/CakeHax/mset/main.o source/main.c
/Users/jackbiles/devkitPro/devkitARM/bin/arm-none-eabi-gcc -DENTRY_MSET -mcpu=mpcore -marm -mlittle-endian -O2 -std=c11 -MMD -MP -fno-builtin -fshort-wchar -Wall -Wextra -Wno-main -DLAUNCHER_PATH='"rxTools/sys/code.bin"'   -c -o ../build/CakeHax/mset/memchunkhax.o source/memchunkhax.c
/Users/jackbiles/devkitPro/devkitARM/bin/arm-none-eabi-gcc -nostartfiles -flto -fwhole-program  -T linker_mset.ld -o ../build/CakeHax/mset/main.elf ../build/CakeHax/mset/arm11_tools.o ../build/CakeHax/mset/jump_table.o ../build/CakeHax/mset/start.o ../build/CakeHax/mset/appcompat.o ../build/CakeHax/mset/arm11_tools_c.o ../build/CakeHax/mset/firmcompat.o ../build/CakeHax/mset/firmlaunchax.o ../build/CakeHax/mset/main.o ../build/CakeHax/mset/memchunkhax.o
/Users/jackbiles/devkitPro/devkitARM/bin/arm-none-eabi-objcopy -S -O binary ../build/CakeHax/mset/main.elf ../build/CakeHax/mset/main.bin
/Users/jackbiles/devkitPro/devkitARM/bin/arm-none-eabi-as -mcpu=mpcore -mlittle-endian  -o ../build/CakeHax/spider/arm11_tools.o source/arm11_tools.s
/Users/jackbiles/devkitPro/devkitARM/bin/arm-none-eabi-as -mcpu=mpcore -mlittle-endian  -o ../build/CakeHax/spider/jump_table.o source/jump_table.s
/Users/jackbiles/devkitPro/devkitARM/bin/arm-none-eabi-as -mcpu=mpcore -mlittle-endian  -o ../build/CakeHax/spider/start.o source/start.s
/Users/jackbiles/devkitPro/devkitARM/bin/arm-none-eabi-gcc -DENTRY_SPIDER -mcpu=mpcore -marm -mlittle-endian -O2 -std=c11 -MMD -MP -fno-builtin -fshort-wchar -Wall -Wextra -Wno-main -DLAUNCHER_PATH='"rxTools/sys/code.bin"'   -c -o ../build/CakeHax/spider/appcompat.o source/appcompat.c
/Users/jackbiles/devkitPro/devkitARM/bin/arm-none-eabi-gcc -DENTRY_SPIDER -mcpu=mpcore -marm -mlittle-endian -O2 -std=c11 -MMD -MP -fno-builtin -fshort-wchar -Wall -Wextra -Wno-main -DLAUNCHER_PATH='"rxTools/sys/code.bin"'   -c -o ../build/CakeHax/spider/arm11_tools_c.o source/arm11_tools_c.c
/Users/jackbiles/devkitPro/devkitARM/bin/arm-none-eabi-gcc -DENTRY_SPIDER -mcpu=mpcore -marm -mlittle-endian -O2 -std=c11 -MMD -MP -fno-builtin -fshort-wchar -Wall -Wextra -Wno-main -DLAUNCHER_PATH='"rxTools/sys/code.bin"'   -c -o ../build/CakeHax/spider/firmcompat.o source/firmcompat.c
/Users/jackbiles/devkitPro/devkitARM/bin/arm-none-eabi-gcc -DENTRY_SPIDER -mcpu=mpcore -marm -mlittle-endian -O2 -std=c11 -MMD -MP -fno-builtin -fshort-wchar -Wall -Wextra -Wno-main -DLAUNCHER_PATH='"rxTools/sys/code.bin"'   -c -o ../build/CakeHax/spider/firmlaunchax.o source/firmlaunchax.c
/Users/jackbiles/devkitPro/devkitARM/bin/arm-none-eabi-gcc -DENTRY_SPIDER -mcpu=mpcore -marm -mlittle-endian -O2 -std=c11 -MMD -MP -fno-builtin -fshort-wchar -Wall -Wextra -Wno-main -DLAUNCHER_PATH='"rxTools/sys/code.bin"'   -c -o ../build/CakeHax/spider/main.o source/main.c
/Users/jackbiles/devkitPro/devkitARM/bin/arm-none-eabi-gcc -DENTRY_SPIDER -mcpu=mpcore -marm -mlittle-endian -O2 -std=c11 -MMD -MP -fno-builtin -fshort-wchar -Wall -Wextra -Wno-main -DLAUNCHER_PATH='"rxTools/sys/code.bin"'   -c -o ../build/CakeHax/spider/memchunkhax.o source/memchunkhax.c
/Users/jackbiles/devkitPro/devkitARM/bin/arm-none-eabi-gcc -nostartfiles -flto -fwhole-program  -T linker_spider.ld -o ../build/CakeHax/spider/main.elf ../build/CakeHax/spider/arm11_tools.o ../build/CakeHax/spider/jump_table.o ../build/CakeHax/spider/start.o ../build/CakeHax/spider/appcompat.o ../build/CakeHax/spider/arm11_tools_c.o ../build/CakeHax/spider/firmcompat.o ../build/CakeHax/spider/firmlaunchax.o ../build/CakeHax/spider/main.o ../build/CakeHax/spider/memchunkhax.o
/Users/jackbiles/devkitPro/devkitARM/bin/arm-none-eabi-objcopy -S -O binary ../build/CakeHax/spider/main.elf ../build/CakeHax/spider/main.bin
touch ../build//code.bin
dd if=../build/CakeHax/spider/main.bin of=../build//code.bin bs=512 seek=0
6+1 records in
6+1 records out
3124 bytes transferred in 0.000056 secs (55757471 bytes/sec)
dd if=../build/CakeHax/mset_4x/rop.dat of=../build//code.bin bs=512 seek=32
0+1 records in
0+1 records out
196 bytes transferred in 0.000043 secs (4541898 bytes/sec)
dd if=../build/CakeHax/mset_4x_dg/rop.dat of=../build//code.bin bs=512 seek=34
0+1 records in
0+1 records out
196 bytes transferred in 0.000025 secs (7904650 bytes/sec)
dd if=../build/CakeHax/mset_4x_ndg/rop.dat of=../build//code.bin bs=512 seek=36
0+1 records in
0+1 records out
196 bytes transferred in 0.000029 secs (6738390 bytes/sec)
dd if=../build/CakeHax/mset_6x/rop.dat of=../build//code.bin bs=512 seek=40
0+1 records in
0+1 records out
208 bytes transferred in 0.000031 secs (6710886 bytes/sec)
dd if=../build/CakeHax/mset/main.bin of=../build//code.bin bs=512 seek=64
5+1 records in
5+1 records out
2824 bytes transferred in 0.000046 secs (61371578 bytes/sec)
/Users/jackbiles/devkitPro/devkitARM/bin/arm-none-eabi-gcc -mcpu=arm946e-s -march=armv5te -marm -mlittle-endian -O2 -std=c11 -MMD -MP -fno-builtin -fshort-wchar -Wall -Wextra -Wno-main -DLAUNCHER_PATH='"rxTools/sys/code.bin"'   -c -mthumb -mthumb-interwork -Wno-unused-function -o ../build/CakeHax/payload/fatfs/diskio.o source/payload/fatfs/diskio.c
/Users/jackbiles/devkitPro/devkitARM/bin/arm-none-eabi-gcc -mcpu=arm946e-s -march=armv5te -marm -mlittle-endian -O2 -std=c11 -MMD -MP -fno-builtin -fshort-wchar -Wall -Wextra -Wno-main -DLAUNCHER_PATH='"rxTools/sys/code.bin"'   -c -mthumb -mthumb-interwork -Wno-unused-function -o ../build/CakeHax/payload/fatfs/ff.o source/payload/fatfs/ff.c
/Users/jackbiles/devkitPro/devkitARM/bin/arm-none-eabi-as -mcpu=arm946e-s -march=armv5te -mlittle-endian  -mthumb -mthumb-interwork -o ../build/CakeHax/payload/fatfs/sdmmc/delay.o source/payload/fatfs/sdmmc/delay.s
/Users/jackbiles/devkitPro/devkitARM/bin/arm-none-eabi-gcc -mcpu=arm946e-s -march=armv5te -marm -mlittle-endian -O2 -std=c11 -MMD -MP -fno-builtin -fshort-wchar -Wall -Wextra -Wno-main -DLAUNCHER_PATH='"rxTools/sys/code.bin"'   -c -mthumb -mthumb-interwork -Wno-unused-function -o ../build/CakeHax/payload/fatfs/sdmmc/sdmmc.o source/payload/fatfs/sdmmc/sdmmc.c
/Users/jackbiles/devkitPro/devkitARM/bin/arm-none-eabi-gcc -mcpu=arm946e-s -march=armv5te -marm -mlittle-endian -O2 -std=c11 -MMD -MP -fno-builtin -fshort-wchar -Wall -Wextra -Wno-main -DLAUNCHER_PATH='"rxTools/sys/code.bin"'   -c -o ../build/CakeHax/payload/main.o source/payload/main.c
/Users/jackbiles/devkitPro/devkitARM/bin/arm-none-eabi-as -mcpu=arm946e-s -march=armv5te -mlittle-endian  -o ../build/CakeHax/payload/start.o source/payload/start.s
/Users/jackbiles/devkitPro/devkitARM/bin/arm-none-eabi-gcc -nostartfiles -flto -fwhole-program  -T linker_payload.ld -o ../build/CakeHax/payload/main.elf ../build/CakeHax/payload/fatfs/diskio.o ../build/CakeHax/payload/fatfs/ff.o ../build/CakeHax/payload/fatfs/sdmmc/delay.o ../build/CakeHax/payload/fatfs/sdmmc/sdmmc.o ../build/CakeHax/payload/main.o ../build/CakeHax/payload/start.o
/Users/jackbiles/devkitPro/devkitARM/bin/arm-none-eabi-objcopy -S -O binary ../build/CakeHax/payload/main.elf ../build/CakeHax/payload/main.bin
dd if=../build/CakeHax/payload/main.bin of=../build//code.bin bs=512 seek=144
14+1 records in
14+1 records out
7432 bytes transferred in 0.000071 secs (104604253 bytes/sec)
    DD    build/code.bin
dd: bs: illegal numeric value
0+0 records in
0+0 records out
0 bytes transferred in 0.000017 secs (0 bytes/sec)
rm build/font_ascii.bin
mkdir -p release/rxTools/lang
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C reboot/
start.s
arm-none-eabi-gcc -MMD -MP -MF /Users/jackbiles/Documents/3DS/CFW/rxTools/reboot/build/start.d -x assembler-with-cpp -g -mthumb -mthumb-interwork -c /Users/jackbiles/Documents/3DS/CFW/rxTools/reboot/source/start.s -o start.o
linking reboot.elf
built ... reboot.bin
/Applications/Xcode.app/Contents/Developer/usr/bin/make INCDIR=-I/Users/jackbiles/Documents/3DS/CFW/rxTools/include BUILD=/Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ktr PLATFORM_KTR=1 -C native_firm /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ktr/native_firm.elf
    MKDIR    /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ktr/payload/arm9/
    CPPAS    /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ktr/payload/arm9/EmuNAND.o
    CPPAS    /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ktr/payload/arm9/process9.o
    AS    /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ktr/payload/arm9/create_thread.o
    MKDIR    /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ktr/payload/arm9/thread/
    CC    /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ktr/payload/arm9/thread/thread.o
    MKDIR    /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ktr/
    AS    /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ktr/k9_fix_flags.o
    CPPAS    /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ktr/p9_emunand_hook_1.o
    CPPAS    /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ktr/p9_emunand_hook_2.o
    AS    /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ktr/p9_thread_hook.o
    CC    /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ktr/p9_reboothax_entry.o
    CC    /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ktr/p9_reboothax_body.o
    OBJCOPY    /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ktr/p9_reboothax_body_prefix.o
    CPPAS    /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ktr/p9_signatures_spoof_1.o
    CPPAS    /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ktr/p9_signatures_spoof_2.o
    CPPAS    /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ktr/k11_codeset.o
    LINK    /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ktr/native_firm_ram.elf
    LINK    /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ktr/native_firm_unstrip.elf
    OBJCOPY    /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ktr/native_firm.elf
rm /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ktr/native_firm_unstrip.elf
/Applications/Xcode.app/Contents/Developer/usr/bin/make INCDIR=-I/Users/jackbiles/Documents/3DS/CFW/rxTools/include BUILD=/Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ctr -C native_firm /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ctr/native_firm.elf
    MKDIR    /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ctr/payload/arm9/
    CPPAS    /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ctr/payload/arm9/EmuNAND.o
    CPPAS    /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ctr/payload/arm9/process9.o
    AS    /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ctr/payload/arm9/create_thread.o
    MKDIR    /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ctr/payload/arm9/thread/
    CC    /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ctr/payload/arm9/thread/thread.o
    MKDIR    /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ctr/
    AS    /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ctr/k9_fix_flags.o
    CPPAS    /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ctr/p9_emunand_hook_1.o
    CPPAS    /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ctr/p9_emunand_hook_2.o
    AS    /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ctr/p9_thread_hook.o
    CC    /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ctr/p9_reboothax_entry.o
    CC    /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ctr/p9_reboothax_body.o
    OBJCOPY    /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ctr/p9_reboothax_body_prefix.o
    CPPAS    /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ctr/p9_signatures_spoof_1.o
    CPPAS    /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ctr/p9_signatures_spoof_2.o
    CPPAS    /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ctr/k11_codeset.o
    AS    /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ctr/payload/arm9/thread/handlers.o
    MKDIR    /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ctr/payload/arm11/
    CPPAS    /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ctr/payload/arm11/hookswi.o
    AS    /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ctr/p9_keyx_spoof.o
    LINK    /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ctr/native_firm_ram.elf
    LINK    /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ctr/native_firm_unstrip.elf
    OBJCOPY    /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ctr/native_firm.elf
rm /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ctr/native_firm_unstrip.elf
/Applications/Xcode.app/Contents/Developer/usr/bin/make INCDIR=-I/Users/jackbiles/Documents/3DS/CFW/rxTools/include BUILD=/Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ctr -C agb_firm /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ctr/agb_firm.elf
    AS    /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ctr/p9_signatures_spoof.o
    LINK    /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ctr/agb_firm_linked.elf
    LINK    /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ctr/agb_firm_unstrip.elf
    OBJCOPY    /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ctr/agb_firm.elf
rm /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ctr/agb_firm_unstrip.elf
/Applications/Xcode.app/Contents/Developer/usr/bin/make INCDIR=-I/Users/jackbiles/Documents/3DS/CFW/rxTools/include BUILD=/Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ctr -C twl_firm /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ctr/twl_firm.elf
    AS    /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ctr/p9_sha_compare_stub.o
    AS    /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ctr/p9_whitelist_check_disable.o
    AS    /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ctr/p9_cartridge_save_type_check_disable.o
    AS    /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ctr/p9_dsi_cartridge_save_exploit_check_disable.o
    AS    /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ctr/p9_ninlogo_check_disable.o
    AS    /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ctr/p9_blacklist_check_disable.o
    LINK    /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ctr/twl_firm_linked.elf
    LINK    /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ctr/twl_firm_unstrip.elf
    OBJCOPY    /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ctr/twl_firm.elf
rm /Users/jackbiles/Documents/3DS/CFW/rxTools/rxmode/build/ctr/twl_firm_unstrip.elf
mkdir -p release/rxTools/theme/0
arm-none-eabi-gcc -nostartfiles -nostdlib -Ttext=0 patches.S -o patches.elf
arm-none-eabi-objcopy -O binary patches.elf patches
xxd -i patches | sed -e "s/patches_len/fSIZE/g" -e "s/patches/rawData/g" -e "s/unsigned char/const unsigned char/g" > include/patches.h
grit /Users/jackbiles/Documents/3DS/CFW/rxTools/CakesROP/../logo/drunkenlogo.png -fts -odrunkenlogo
STATUS: ---grit v0.8.13 ---
STATUS: Individual runs.
STATUS: Input file /Users/jackbiles/Documents/3DS/CFW/rxTools/CakesROP/../logo/drunkenlogo.png
STATUS: Output file: 'drunkenlogo'.
STATUS: Started run at: 2016-02-14, 09:14:04
STATUS: Validating gr.
WARNING:   No explicit symbol name. In overwrite mode, so using dst title.
STATUS: Validation succeeded.
STATUS: Preparing data.
STATUS: Work-DIB creation.
WARNING:   converting from 24 bpp to 16 bpp.
STATUS: converting to: 16bpp BGR, alpha=1.
STATUS: Work-DIB creation complete: 256x192@16.
STATUS: Graphics preparation.
STATUS: Compressing: 01
STATUS: Graphics preparation complete.
STATUS: Data preparation complete.
STATUS: Export to GNU asm: drunkenlogo into drunkenlogo.s .
STATUS: Run completed :).
STATUS: Done!
drunkenlogo.s
arm-none-eabi-gcc -MMD -MP -MF /Users/jackbiles/Documents/3DS/CFW/rxTools/CakesROP/build/drunkenlogo.d -x assembler-with-cpp -g -marm -mthumb-interwork -march=armv5te -mtune=arm946e-s -c drunkenlogo.s -o drunkenlogo.o
main.cpp
arm-none-eabi-g++ -MMD -MP -MF /Users/jackbiles/Documents/3DS/CFW/rxTools/CakesROP/build/main.d -Wno-multichar -g -Wall -O3 -marm -mthumb-interwork -march=armv5te -mtune=arm946e-s -iquote /Users/jackbiles/Documents/3DS/CFW/rxTools/CakesROP/include -I/Users/jackbiles/devkitPro/libnds/include -I/Users/jackbiles/devkitPro/portlibs/nds/include -I/Users/jackbiles/devkitPro/portlibs/armv5te/include -I/Users/jackbiles/Documents/3DS/CFW/rxTools/CakesROP/build -DARM9 -DDATNAME='"rxTools/sys/code.bin"' -DDISPNAME='"rxTools"' -fno-rtti -fno-exceptions -O3 -c /Users/jackbiles/Documents/3DS/CFW/rxTools/CakesROP/source/main.cpp -o main.o
linking CakesROP.elf
Nintendo DS rom tool 1.50.3 - Dec 12 2015
by Rafael Vuijk, Dave Murphy, Alexei Karpenko
built ... CakesROP.nds
rm drunkenlogo.s
mkdir -p obj
arm-none-eabi-gcc -c -o obj/compat.o src/compat.c -fshort-wchar -fomit-frame-pointer -ffast-math -std=gnu99 -Os -ffunction-sections -g -mword-relocations -march=armv6k -mtune=mpcore -mlittle-endian -I../include -DDATNAME='"rxTools/sys/code.bin"'
arm-none-eabi-gcc -c -o obj/ctru.o src/ctru.c -fshort-wchar -fomit-frame-pointer -ffast-math -std=gnu99 -Os -ffunction-sections -g -mword-relocations -march=armv6k -mtune=mpcore -mlittle-endian -I../include -DDATNAME='"rxTools/sys/code.bin"'
arm-none-eabi-gcc -c -o obj/main.o src/main.c -fshort-wchar -fomit-frame-pointer -ffast-math -std=gnu99 -Os -ffunction-sections -g -mword-relocations -march=armv6k -mtune=mpcore -mlittle-endian -I../include -DDATNAME='"rxTools/sys/code.bin"'
arm-none-eabi-gcc -c -o obj/mkhax.o src/mkhax.c -fshort-wchar -fomit-frame-pointer -ffast-math -std=gnu99 -Os -ffunction-sections -g -mword-relocations -march=armv6k -mtune=mpcore -mlittle-endian -I../include -DDATNAME='"rxTools/sys/code.bin"'
arm-none-eabi-gcc -c -o obj/nvram.o src/nvram.c -fshort-wchar -fomit-frame-pointer -ffast-math -std=gnu99 -Os -ffunction-sections -g -mword-relocations -march=armv6k -mtune=mpcore -mlittle-endian -I../include -DDATNAME='"rxTools/sys/code.bin"'
arm-none-eabi-gcc -x assembler-with-cpp -march=armv6k -mtune=mpcore -mlittle-endian -c src/svc.s -o obj/svc.o
arm-none-eabi-gcc -o code.elf obj/compat.o obj/ctru.o obj/main.o obj/mkhax.o obj/nvram.o obj/svc.o -nostartfiles --specs=crs.specs -Wl,-gc-sections -march=armv6k -mtune=mpcore -mlittle-endian
arm-none-eabi-objcopy -R .compat -O binary code.elf code.bin
/Applications/Xcode.app/Contents/Developer/usr/bin/make name=code.bin filepath=rxTools/sys/ APP_TITLE='rxTools' APP_DESCRIPTION='Roxas75 3DS Toolkit & Custom Firmware' APP_AUTHOR='Patois, et al.' ICON=/Users/jackbiles/Documents/3DS/CFW/rxTools/icon.png -C CakeBrah
arm11.s utils.s
khaxinit.cpp
arm-none-eabi-g++ -MMD -MP -MF /Users/jackbiles/Documents/3DS/CFW/rxTools/CakeBrah/build/khaxinit.d -g -Wall -Wextra -O3 -mword-relocations -fomit-frame-pointer -ffast-math -march=armv6k -mtune=mpcore -mfloat-abi=hard -I/Users/jackbiles/Documents/3DS/CFW/rxTools/CakeBrah/include -I/Users/jackbiles/devkitPro/libctru/include -I/Users/jackbiles/Documents/3DS/CFW/rxTools/CakeBrah/build -DARM11 -D_3DS -DARM_ARCH -DLAUNCHER_PATH='"rxTools/sys/code.bin"' -fno-rtti -fno-exceptions -std=gnu++11 -c /Users/jackbiles/Documents/3DS/CFW/rxTools/CakeBrah/source/libkhax/khaxinit.cpp -o khaxinit.o
brahma.c
arm-none-eabi-gcc -MMD -MP -MF /Users/jackbiles/Documents/3DS/CFW/rxTools/CakeBrah/build/brahma.d -g -Wall -Wextra -O3 -mword-relocations -fomit-frame-pointer -ffast-math -march=armv6k -mtune=mpcore -mfloat-abi=hard -I/Users/jackbiles/Documents/3DS/CFW/rxTools/CakeBrah/include -I/Users/jackbiles/devkitPro/libctru/include -I/Users/jackbiles/Documents/3DS/CFW/rxTools/CakeBrah/build -DARM11 -D_3DS -DARM_ARCH -DLAUNCHER_PATH='"rxTools/sys/code.bin"' -c /Users/jackbiles/Documents/3DS/CFW/rxTools/CakeBrah/source/brahma.c -o brahma.o
hid.c
arm-none-eabi-gcc -MMD -MP -MF /Users/jackbiles/Documents/3DS/CFW/rxTools/CakeBrah/build/hid.d -g -Wall -Wextra -O3 -mword-relocations -fomit-frame-pointer -ffast-math -march=armv6k -mtune=mpcore -mfloat-abi=hard -I/Users/jackbiles/Documents/3DS/CFW/rxTools/CakeBrah/include -I/Users/jackbiles/devkitPro/libctru/include -I/Users/jackbiles/Documents/3DS/CFW/rxTools/CakeBrah/build -DARM11 -D_3DS -DARM_ARCH -DLAUNCHER_PATH='"rxTools/sys/code.bin"' -c /Users/jackbiles/Documents/3DS/CFW/rxTools/CakeBrah/source/hid.c -o hid.o
main.c
arm-none-eabi-gcc -MMD -MP -MF /Users/jackbiles/Documents/3DS/CFW/rxTools/CakeBrah/build/main.d -g -Wall -Wextra -O3 -mword-relocations -fomit-frame-pointer -ffast-math -march=armv6k -mtune=mpcore -mfloat-abi=hard -I/Users/jackbiles/Documents/3DS/CFW/rxTools/CakeBrah/include -I/Users/jackbiles/devkitPro/libctru/include -I/Users/jackbiles/Documents/3DS/CFW/rxTools/CakeBrah/build -DARM11 -D_3DS -DARM_ARCH -DLAUNCHER_PATH='"rxTools/sys/code.bin"' -c /Users/jackbiles/Documents/3DS/CFW/rxTools/CakeBrah/source/main.c -o main.o
arm11.s
arm-none-eabi-gcc -MMD -MP -MF /Users/jackbiles/Documents/3DS/CFW/rxTools/CakeBrah/build/arm11.d -x assembler-with-cpp -g -march=armv6k -mtune=mpcore -mfloat-abi=hard -c /Users/jackbiles/Documents/3DS/CFW/rxTools/CakeBrah/source/arm11.s -o arm11.o
utils.s
arm-none-eabi-gcc -MMD -MP -MF /Users/jackbiles/Documents/3DS/CFW/rxTools/CakeBrah/build/utils.d -x assembler-with-cpp -g -march=armv6k -mtune=mpcore -mfloat-abi=hard -c /Users/jackbiles/Documents/3DS/CFW/rxTools/CakeBrah/source/utils.s -o utils.o
linking code.bin.elf
built ... code.bin.3dsx
built ... code.bin.smdh
rm /Users/jackbiles/Documents/3DS/CFW/rxTools/CakeBrah/code.bin.elf

but when I run it on a 3DS it Black screens as soon as I boot it. I tried with the requirements on Ubuntu Virtual Machine and this ran successfully is this a rxTools problem or am I doing something wrong. Any help will be appreciated
 

MrMandraque

Well-Known Member
Member
Joined
Jun 22, 2015
Messages
130
Trophies
0
Age
111
XP
241
Country
France
You do not know?
do not use Mac !!!
It sucks! XD

Seriously, I saw two errors messages, I do not know if there is a connection or not.

Code:
...
7432 bytes transferred in 0.000071 secs (104604253 bytes/sec) DD build/code.bin dd: bs: illegal numeric value
...
WARNING:Noexplicit symbol name.In overwrite mode, so using dst title.
...

Check your environment (softwares, lib, etc...) update your sources.
 

jackb994

Self-Proclaimed Gamer
OP
Member
Joined
Oct 29, 2015
Messages
544
Trophies
0
XP
422
Country
United States
You do not know?
do not use Mac !!!
It sucks! XD

Seriously, I saw two errors messages, I do not know if there is a connection or not.



Check your environment (softwares, lib, etc...) update your sources.
You do not know?
do not use Mac !!!
It sucks! XD

Seriously, I saw two errors messages, I do not know if there is a connection or not.



Check your environment (softwares, lib, etc...) update your sources.
do you know what I would be looking for?
 
Last edited by jackb994,

jackb994

Self-Proclaimed Gamer
OP
Member
Joined
Oct 29, 2015
Messages
544
Trophies
0
XP
422
Country
United States
You do not know?
do not use Mac !!!
It sucks! XD

Seriously, I saw two errors messages, I do not know if there is a connection or not.



Check your environment (softwares, lib, etc...) update your sources.
I believe this is not the case, as the same errors shows up in Ubuntu which runs successfully?
 

MrMandraque

Well-Known Member
Member
Joined
Jun 22, 2015
Messages
130
Trophies
0
Age
111
XP
241
Country
France
I think it's a problem in source but what? I don't know.
On the net I found this about Raspberrypi image compiling with Mac.
In the terminal, write the image to the card with this command, using the raw disk device name from above. Read the above step carefully to be sure you use the correct rdisk number here:
Code:
sudo dd bs=1m if=2016-02-09-raspbian-jessie.img of=/dev/rdisk3
If the above command reports an error (dd: bs: illegal numeric value), please change bs=1m to bs=1M

I found this in cakehax sources (CakeHax/source/payload/start.s)

Code:
.section .text.start
.align 4
.global _start
_start:
    @ Change the stack pointer
    mov sp, #0x27000000

    @ Sets MPU permissions and cache settings
    ldr r0, =0xFFFF001D            @ ffff0000 32k
    ldr r1, =0x01FF801D            @ 01ff8000 32k
    ldr r2, =0x08000027            @ 08000000 1M
    ldr r3, =0x10000021            @ 10000000 128k
    ldr r4, =0x10100025            @ 10100000 512k
    ldr r5, =0x20000035            @ 20000000 128M
    ldr r6, =0x2800801B            @ 28008000 16k
    ldr r7, =0x1800002D            @ 18000000 8M
...

Modify Line 11 Like this

Code:
    ldr r2, =0x08000027            @ 08000000 1m

Modify Line 14 Like this

Code:
   ldr r5, =0x20000035            @ 20000000 128m

Line 16

Code:
    ldr r7, =0x1800002D            @ 18000000 8m

Maybe it's just a letter in lower case, in a Unix environment, the case is very important. Where is it? (obiviously in the source of cakehax)
And try to compile again, I search again in sources.
Check DevkitPro, Libraries tools and python's updates,
try to compile with Linux or Windows with a virtual Machine (virtualbox is free).
 

jackb994

Self-Proclaimed Gamer
OP
Member
Joined
Oct 29, 2015
Messages
544
Trophies
0
XP
422
Country
United States
I think it's a problem in source but what? I don't know.
On the net I found this about Raspberrypi image compiling with Mac.


I found this in cakehax sources (CakeHax/source/payload/start.s)

Code:
.section .text.start
.align 4
.global _start
_start:
    @ Change the stack pointer
    mov sp, #0x27000000

    @ Sets MPU permissions and cache settings
    ldr r0, =0xFFFF001D            @ ffff0000 32k
    ldr r1, =0x01FF801D            @ 01ff8000 32k
    ldr r2, =0x08000027            @ 08000000 1M
    ldr r3, =0x10000021            @ 10000000 128k
    ldr r4, =0x10100025            @ 10100000 512k
    ldr r5, =0x20000035            @ 20000000 128M
    ldr r6, =0x2800801B            @ 28008000 16k
    ldr r7, =0x1800002D            @ 18000000 8M
...

Modify Line 11 Like this

Code:
    ldr r2, =0x08000027            @ 08000000 1m

Modify Line 14 Like this

Code:
   ldr r5, =0x20000035            @ 20000000 128m

Line 16

Code:
    ldr r7, =0x1800002D            @ 18000000 8m

Maybe it's just a letter in lower case, in a Unix environment, the case is very important. Where is it? (obiviously in the source of cakehax)
And try to compile again, I search again in sources.
Check DevkitPro, Libraries tools and python's updates,
try to compile with Linux or Windows with a virtual Machine (virtualbox is free).
Unfortunately this didn't work :-(
 

MrMandraque

Well-Known Member
Member
Joined
Jun 22, 2015
Messages
130
Trophies
0
Age
111
XP
241
Country
France
It's so weird...

Because:
Code:
208 bytes transferred in 0.000031 secs (6710886 bytes/sec)
dd if=../build/CakeHax/mset/main.bin of=../build//code.bin bs=512 seek=64
Everything is ok
and

Code:
/Users/jackbiles/devkitPro/devkitARM/bin/arm-none-eabi-as -mcpu=arm946e-s -march=armv5te -mlittle-endian  -o ../build/CakeHax/payload/start.o source/payload/start.s
/Users/jackbiles/devkitPro/devkitARM/bin/arm-none-eabi-gcc -nostartfiles -flto -fwhole-program  -T linker_payload.ld -o ../build/CakeHax/payload/main.elf ../build/CakeHax/payload/fatfs/diskio.o ../build/CakeHax/payload/fatfs/ff.o ../build/CakeHax/payload/fatfs/sdmmc/delay.o ../build/CakeHax/payload/fatfs/sdmmc/sdmmc.o ../build/CakeHax/payload/main.o ../build/CakeHax/payload/start.o
/Users/jackbiles/devkitPro/devkitARM/bin/arm-none-eabi-objcopy -S -O binary ../build/CakeHax/payload/main.elf ../build/CakeHax/payload/main.bin
dd if=../build/CakeHax/payload/main.bin of=../build//code.bin bs=512 seek=144
14+1 records in
14+1 records out
7432 bytes transferred in 0.000071 secs (104604253 bytes/sec)
    DD    build/code.bin
dd: bs: illegal numeric value

Hey, is it normal?

Code:
dd if=../build/CakeHax/payload/main.bin of=../build//code.bin bs=512 seek=144

dd if=../build/CakeHax/payload/main.bin of=../build THIS-> // <-THIS code.bin bs=512 seek=144
 
Last edited by MrMandraque,

jackb994

Self-Proclaimed Gamer
OP
Member
Joined
Oct 29, 2015
Messages
544
Trophies
0
XP
422
Country
United States
It's so weird...

Because:
Code:
208 bytes transferred in 0.000031 secs (6710886 bytes/sec)
dd if=../build/CakeHax/mset/main.bin of=../build//code.bin bs=512 seek=64
Everything is ok
and

Code:
/Users/jackbiles/devkitPro/devkitARM/bin/arm-none-eabi-as -mcpu=arm946e-s -march=armv5te -mlittle-endian  -o ../build/CakeHax/payload/start.o source/payload/start.s
/Users/jackbiles/devkitPro/devkitARM/bin/arm-none-eabi-gcc -nostartfiles -flto -fwhole-program  -T linker_payload.ld -o ../build/CakeHax/payload/main.elf ../build/CakeHax/payload/fatfs/diskio.o ../build/CakeHax/payload/fatfs/ff.o ../build/CakeHax/payload/fatfs/sdmmc/delay.o ../build/CakeHax/payload/fatfs/sdmmc/sdmmc.o ../build/CakeHax/payload/main.o ../build/CakeHax/payload/start.o
/Users/jackbiles/devkitPro/devkitARM/bin/arm-none-eabi-objcopy -S -O binary ../build/CakeHax/payload/main.elf ../build/CakeHax/payload/main.bin
dd if=../build/CakeHax/payload/main.bin of=../build//code.bin bs=512 seek=144
14+1 records in
14+1 records out
7432 bytes transferred in 0.000071 secs (104604253 bytes/sec)
    DD    build/code.bin
dd: bs: illegal numeric value

Hey, is it normal?

Code:
dd if=../build/CakeHax/payload/main.bin of=../build//code.bin bs=512 seek=144

dd if=../build/CakeHax/payload/main.bin of=../build THIS-> // <-THIS code.bin bs=512 seek=144
Do you think this could be an rxTools problem or on my side
 

MrMandraque

Well-Known Member
Member
Joined
Jun 22, 2015
Messages
130
Trophies
0
Age
111
XP
241
Country
France
Do you think this could be an rxTools problem or on my side
I think many persons dev with Windows and Windows don't care the case, it don't care many things and Windows compile anithing but it's dirty...
it' very difficult to answer.
Maybe your 3ds have a problem (old RXtools files, Old conf files, your nand is not unlinked, an elephant is in your SD card...)
To identify the problem, we should do a test with Windows and sources of RXtools that is in your mac.
If you have any error compilations with Windows also, the problem comes from sources...
Try the latest nightly build to detect any problem with your 3ds.

Contact @AlbertoSONIC Perhaps he has already seen the problem.

So I must make a VM with Mac, I take the opportunity to test a build.


Edit: What's your Mac Os version? (and configuration, softwares version, etc...)
 
Last edited by MrMandraque,

jackb994

Self-Proclaimed Gamer
OP
Member
Joined
Oct 29, 2015
Messages
544
Trophies
0
XP
422
Country
United States
I think many persons dev with Windows and Windows don't care the case, it don't care many things and Windows compile anithing but it's dirty...
it' very difficult to answer.
Maybe your 3ds have a problem (old RXtools files, Old conf files, your nand is not unlinked, an elephant is in your SD card...)
To identify the problem, we should do a test with Windows and sources of RXtools that is in your mac.
If you have any error compilations with Windows also, the problem comes from sources...
Try the latest nightly build to detect any problem with your 3ds.

Contact @AlbertoSONIC Perhaps he has already seen the problem.

So I must make a VM with Mac, I take the opportunity to test a build.


Edit: What's your Mac Os version? (and configuration, softwares version, etc...)
OS X 10.11 El Capitan Everything's pretty new as I only just got it at Christmas I'm gonna put it on the the issues on rxtools github see if I can get anything there
 
Last edited by jackb994,

izy

Advanced Tech Pleb
Member
Joined
Sep 17, 2010
Messages
2,311
Trophies
2
XP
4,000
Country
United Kingdom
when you compiled the latest version and copied it over did you put the 0x1b.bin and the 0x16.bin key files in root also did you delete the Data folder in the RXtools folder. these are required to be done
 

jackb994

Self-Proclaimed Gamer
OP
Member
Joined
Oct 29, 2015
Messages
544
Trophies
0
XP
422
Country
United States
when you compiled the latest version and copied it over did you put the 0x1b.bin and the 0x16.bin key files in root also did you delete the Data folder in the RXtools folder. these are required to be done
yes did these

--------------------- MERGED ---------------------------

when you compiled the latest version and copied it over did you put the 0x1b.bin and the 0x16.bin key files in root also did you delete the Data folder in the RXtools folder. these are required to be done
Like I said above that I was successful when I compiled in a Ubuntu Virtual Machine
 

MrMandraque

Well-Known Member
Member
Joined
Jun 22, 2015
Messages
130
Trophies
0
Age
111
XP
241
Country
France
Hey, try again!!!
Capture d'écran de 2016-02-14 16-15-00.png
 

Attachments

  • Capture d'écran de 2016-02-14 16-18-14.png
    Capture d'écran de 2016-02-14 16-18-14.png
    1.4 KB · Views: 256
Last edited by MrMandraque,

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    LeoTCK @ LeoTCK: yes for nearly a month i was officially a wanted fugitive, until yesterday when it ended