Homebrew Minecraft DS (in 3D !)

Pomegrenade

photon readings negative
Member
Joined
Feb 20, 2017
Messages
314
Trophies
0
Location
Location
Website
gbatemp.net
XP
770
Country
Netherlands
It doesn't work... Played on DraStic Demo. Please fix the world configuration and make players able to create worlds.
No.1: You need to play the nitrofs version on drastic (if it doesn't work, then drastic aint as good as the DS) :nds:
No.2: smea does not work on this project anymore, so someone else needs to pick this back up...
No.3: If you want to play minecraft on your phone, then just get minecraft pe
 
Last edited by Pomegrenade,

Prillexed

Member
Newcomer
Joined
Jun 29, 2017
Messages
15
Trophies
0
Age
22
XP
43
Country
United Kingdom
Ooooooh pm me your download link too i wanna see what you can do with this ;) ill try to compile into a cia for other users :) this is gunna be awesome, if your interested mate!
 
  • Like
Reactions: Tattorack

pugduddly

New Member
Newbie
Joined
Jul 25, 2017
Messages
1
Trophies
0
Age
20
XP
51
Country
United States
So I'm trying to compile DSCraft from source and failing, can anyone help?

Code:
linking dscraft.elf
map.o: In function `openMap1024':
/home/pugduddly/projects/dscraft/source/game/map.c:2399: undefined reference to `_FAT_getPosition'
/home/pugduddly/projects/dscraft/source/game/map.c:2402: undefined reference to `_FAT_getPosition'
/home/pugduddly/projects/dscraft/source/game/map.c:2428: undefined reference to `_FAT_getPosition'
map.o: In function `openMap512':
/home/pugduddly/projects/dscraft/source/game/map.c:2445: undefined reference to `_FAT_getPosition'
/home/pugduddly/projects/dscraft/source/game/map.c:2448: undefined reference to `_FAT_getPosition'
map.o:/home/pugduddly/projects/dscraft/source/game/map.c:2451: more undefined references to `_FAT_getPosition' follow
map.o: In function `writeClusterColumn2048':
/home/pugduddly/projects/dscraft/source/game/map.c:2636: undefined reference to `writeSectors'
/home/pugduddly/projects/dscraft/source/game/map.c:2637: undefined reference to `writeSectors'
map.o: In function `writeClusterColumn1024':
/home/pugduddly/projects/dscraft/source/game/map.c:2648: undefined reference to `writeSectors'
/home/pugduddly/projects/dscraft/source/game/map.c:2649: undefined reference to `writeSectors'
map.o: In function `writeClusterColumn512':
/home/pugduddly/projects/dscraft/source/game/map.c:2660: undefined reference to `writeSectors'
map.o:/home/pugduddly/projects/dscraft/source/game/map.c:2661: more undefined references to `writeSectors' follow
map.o: In function `readClusterColumn2048':
/home/pugduddly/projects/dscraft/source/game/map.c:2574: undefined reference to `readSectors'
/home/pugduddly/projects/dscraft/source/game/map.c:2575: undefined reference to `readSectors'
map.o: In function `readClusterColumn1024':
/home/pugduddly/projects/dscraft/source/game/map.c:2591: undefined reference to `readSectors'
/home/pugduddly/projects/dscraft/source/game/map.c:2592: undefined reference to `readSectors'
map.o: In function `readClusterColumn512':
/home/pugduddly/projects/dscraft/source/game/map.c:2605: undefined reference to `readSectors'
map.o:/home/pugduddly/projects/dscraft/source/game/map.c:2606: more undefined references to `readSectors' follow
map.o: In function `writeMapHeader':
/home/pugduddly/projects/dscraft/source/game/map.c:2908: undefined reference to `writeSectors'
/home/pugduddly/projects/dscraft/source/game/map.c:2909: undefined reference to `writeSectors'
/home/pugduddly/projects/dscraft/source/game/map.c:2910: undefined reference to `writeSectors'
/home/pugduddly/projects/dscraft/source/game/map.c:2911: undefined reference to `writeSectors'
/home/pugduddly/projects/dscraft/source/game/map.c:2904: undefined reference to `writeSectors'
map.o:/home/pugduddly/projects/dscraft/source/game/map.c:2905: more undefined references to `writeSectors' follow
collect2: error: ld returned 1 exit status
/home/pugduddly/devkitpro/devkitARM/ds_rules:51: recipe for target '/home/pugduddly/projects/dscraft/dscraft.elf' failed
make[1]: *** [/home/pugduddly/projects/dscraft/dscraft.elf] Error 1
Makefile:112: recipe for target 'build' failed
make: *** [build] Error 2
 

smealum

growing up sucks.
OP
Member
Joined
May 1, 2006
Messages
635
Trophies
2
Age
31
Location
SF
Website
www.smealum.net
XP
2,515
Country
United States
So I'm trying to compile DSCraft from source and failing, can anyone help?

Code:
linking dscraft.elf
map.o: In function `openMap1024':
/home/pugduddly/projects/dscraft/source/game/map.c:2399: undefined reference to `_FAT_getPosition'
/home/pugduddly/projects/dscraft/source/game/map.c:2402: undefined reference to `_FAT_getPosition'
/home/pugduddly/projects/dscraft/source/game/map.c:2428: undefined reference to `_FAT_getPosition'
map.o: In function `openMap512':
/home/pugduddly/projects/dscraft/source/game/map.c:2445: undefined reference to `_FAT_getPosition'
/home/pugduddly/projects/dscraft/source/game/map.c:2448: undefined reference to `_FAT_getPosition'
map.o:/home/pugduddly/projects/dscraft/source/game/map.c:2451: more undefined references to `_FAT_getPosition' follow
map.o: In function `writeClusterColumn2048':
/home/pugduddly/projects/dscraft/source/game/map.c:2636: undefined reference to `writeSectors'
/home/pugduddly/projects/dscraft/source/game/map.c:2637: undefined reference to `writeSectors'
map.o: In function `writeClusterColumn1024':
/home/pugduddly/projects/dscraft/source/game/map.c:2648: undefined reference to `writeSectors'
/home/pugduddly/projects/dscraft/source/game/map.c:2649: undefined reference to `writeSectors'
map.o: In function `writeClusterColumn512':
/home/pugduddly/projects/dscraft/source/game/map.c:2660: undefined reference to `writeSectors'
map.o:/home/pugduddly/projects/dscraft/source/game/map.c:2661: more undefined references to `writeSectors' follow
map.o: In function `readClusterColumn2048':
/home/pugduddly/projects/dscraft/source/game/map.c:2574: undefined reference to `readSectors'
/home/pugduddly/projects/dscraft/source/game/map.c:2575: undefined reference to `readSectors'
map.o: In function `readClusterColumn1024':
/home/pugduddly/projects/dscraft/source/game/map.c:2591: undefined reference to `readSectors'
/home/pugduddly/projects/dscraft/source/game/map.c:2592: undefined reference to `readSectors'
map.o: In function `readClusterColumn512':
/home/pugduddly/projects/dscraft/source/game/map.c:2605: undefined reference to `readSectors'
map.o:/home/pugduddly/projects/dscraft/source/game/map.c:2606: more undefined references to `readSectors' follow
map.o: In function `writeMapHeader':
/home/pugduddly/projects/dscraft/source/game/map.c:2908: undefined reference to `writeSectors'
/home/pugduddly/projects/dscraft/source/game/map.c:2909: undefined reference to `writeSectors'
/home/pugduddly/projects/dscraft/source/game/map.c:2910: undefined reference to `writeSectors'
/home/pugduddly/projects/dscraft/source/game/map.c:2911: undefined reference to `writeSectors'
/home/pugduddly/projects/dscraft/source/game/map.c:2904: undefined reference to `writeSectors'
map.o:/home/pugduddly/projects/dscraft/source/game/map.c:2905: more undefined references to `writeSectors' follow
collect2: error: ld returned 1 exit status
/home/pugduddly/devkitpro/devkitARM/ds_rules:51: recipe for target '/home/pugduddly/projects/dscraft/dscraft.elf' failed
make[1]: *** [/home/pugduddly/projects/dscraft/dscraft.elf] Error 1
Makefile:112: recipe for target 'build' failed
make: *** [build] Error 2
pretty sure DScraft used a modified libnds/libfat that exposed those _FAT_getPosition, readSectors and writeSectors functions. I don't know that I have that version of libnds handy, so you'd probably need to reimplement them... i guess i could take a look at some point
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    SylverReZ @ SylverReZ: Sup