Homebrew Minecraft DS (in 3D !)

Pomegrenade

photon readings negative
Member
Joined
Feb 20, 2017
Messages
314
Trophies
0
Location
Location
Website
gbatemp.net
XP
773
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
23
XP
53
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,516
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
  • No one is chatting at the moment.
  • K3Nv2 @ K3Nv2:
    Thanks for signing up at LinusTechTips
  • QuarterCut @ QuarterCut:
    holey shmoley!
  • BigOnYa @ BigOnYa:
    Your credit card has been charged. Thank you.
  • K3Nv2 @ K3Nv2:
    Your screwdriverPlus will arrive in three weeks
    +1
  • QuarterCut @ QuarterCut:
    K64_Waddle_Dee_Artwork_1.jpg

    my reaction to such information
    +2
  • BigOnYa @ BigOnYa:
    Press 1 for English. Press 2 for Pig Latin. Or press 3 to speak to a representative.
  • BakerMan @ BakerMan:
    guys, i need help, i got into an argument about what genre radioactive is, and i forgot who made it
  • Sicklyboy @ Sicklyboy:
    @BakerMan, Imagine Dragons
  • Sicklyboy @ Sicklyboy:
    Dragon deez nuts across yo face GOTEEM
  • Sicklyboy @ Sicklyboy:
    lmao now I realize that was probably the joke in the first place
    +1
  • BakerMan @ BakerMan:
    IMAGINE DRAGON DEEZ NUTS ACROSS YO- FUCK HE BEAT ME TO IT
  • BigOnYa @ BigOnYa:
    You have selected 4 - Death by Snu Snu, please stand by...
    +1
  • BakerMan @ BakerMan:
    lucky bastard
    +1
  • Sicklyboy @ Sicklyboy:
    hahahaha I'm half way through a bag off my Volcano and my tolerance is way down because I haven't been smoking much lately, so I was a little slow to catch that that was what your angle was 🤣🤣
    +1
  • Sicklyboy @ Sicklyboy:
    Also I was just excited to know a music reference for once (I am the LAST person in the world that you want on your trivia team)
    +2
  • K3Nv2 @ K3Nv2:
    Bummer webos 7.4 isnt working with dejavuln-autoroot
  • Sicklyboy @ Sicklyboy:
    PS4 right? I think that's what mine's on. Or 5.6, maybe.
  • K3Nv2 @ K3Nv2:
    [!] Installation failed (devmode_enabled not recognized)
  • K3Nv2 @ K3Nv2:
    0.5 seemed to work whatever lol i wont bitch
  • Alysh_Graham @ Alysh_Graham:
    Hehehe
    Alysh_Graham @ Alysh_Graham: Hehehe