Homebrew Steveice10 Memchunkhax2

  • Thread starter Thread starter TmenaceDev
  • Start date Start date
  • Views Views 9,239
  • Replies Replies 43
Status
Not open for further replies.
Yes, I was able to compile it but as the creator said, it freezes because it points the pointer at an invalid location (or something like that)
 
Why can't I compile it???? :wtf:

Log:
Code:
> "make"
main.c
arm-none-eabi-gcc -MMD -MP -MF /c/Users/User/Downloads/memchunkhax2-master/memchunkhax2-master/build/main.d -g -Wall -O2 -mword-relocations -fomit-frame-pointer -ffunction-sections -march=armv6k -mtune=mpcore -mfloat-abi=hard -mtp=soft -I/c/Users/User/Downloads/memchunkhax2-master/memchunkhax2-master/include -I/c/devkitPro/libctru/include -I/c/Users/User/Downloads/memchunkhax2-master/memchunkhax2-master/build -DARM11 -D_3DS -c /c/Users/User/Downloads/memchunkhax2-master/memchunkhax2-master/source/main.c -o main.o
c:/Users/User/Downloads/memchunkhax2-master/memchunkhax2-master/source/main.c: In function 'do_hax':
c:/Users/User/Downloads/memchunkhax2-master/memchunkhax2-master/source/main.c:36:22: warning: implicit declaration of function '__sync_get_arbiter' [-Wimplicit-function-declaration]
     Handle arbiter = __sync_get_arbiter();
                      ^
linking memchunkhax2-master.elf
main.o: In function `do_hax':
c:/Users/User/Downloads/memchunkhax2-master/memchunkhax2-master/source/main.c:36: undefined reference to `__sync_get_arbiter'
collect2.exe: error: ld returned 1 exit status
make[1]: *** [/c/Users/User/Downloads/memchunkhax2-master/memchunkhax2-master/memchunkhax2-master.elf] Error 1
"make": *** [build] Error 2

> Process Exit Code: 2
> Time Taken: 00:09

Edit: never mind... never saw the readme. :glare:
 
Last edited by ,
Why can't I compile it???? :wtf:

Log:
Code:
> "make"
main.c
arm-none-eabi-gcc -MMD -MP -MF /c/Users/User/Downloads/memchunkhax2-master/memchunkhax2-master/build/main.d -g -Wall -O2 -mword-relocations -fomit-frame-pointer -ffunction-sections -march=armv6k -mtune=mpcore -mfloat-abi=hard -mtp=soft -I/c/Users/User/Downloads/memchunkhax2-master/memchunkhax2-master/include -I/c/devkitPro/libctru/include -I/c/Users/User/Downloads/memchunkhax2-master/memchunkhax2-master/build -DARM11 -D_3DS -c /c/Users/User/Downloads/memchunkhax2-master/memchunkhax2-master/source/main.c -o main.o
c:/Users/User/Downloads/memchunkhax2-master/memchunkhax2-master/source/main.c: In function 'do_hax':
c:/Users/User/Downloads/memchunkhax2-master/memchunkhax2-master/source/main.c:36:22: warning: implicit declaration of function '__sync_get_arbiter' [-Wimplicit-function-declaration]
     Handle arbiter = __sync_get_arbiter();
                      ^
linking memchunkhax2-master.elf
main.o: In function `do_hax':
c:/Users/User/Downloads/memchunkhax2-master/memchunkhax2-master/source/main.c:36: undefined reference to `__sync_get_arbiter'
collect2.exe: error: ld returned 1 exit status
make[1]: *** [/c/Users/User/Downloads/memchunkhax2-master/memchunkhax2-master/memchunkhax2-master.elf] Error 1
"make": *** [build] Error 2

> Process Exit Code: 2
> Time Taken: 00:09

Reading the readme is a good idea: "Currently requires this pull request to ctrulib."

But even if you get it compiled, it's not working right now.
 
  • Like
Reactions: MsMidnight
Yeah, I have that, but the readme said it requires a certain pull request to ctrulib, so I'm gonna download that.
I needed to make an edit to the main.c for me. I just copied the synchronization.c file to the are with the 3ds.h and added
Code:
#include <synchronization.c>
 
  • Like
Reactions: Deleted User
Just give it a few weeks. I'm sure we'll see working implementations (even if they're not the most stable) soon enough.
 
Last edited by daxtsu,
  • Like
Reactions: Deleted-236924
So... it's destined to say this, I'm guessing?

2015-12-29-161337.jpg
 
There is a reason why Steveice didn't start his own thread on this.
You probably shouldn't take it upon yourself to start threads in his place for his projects. He can do so on his own when it's ready.

He'll make a thread about it when he gets to the point where there is something to show.
 
Status
Not open for further replies.

Site & Scene News

Popular threads in this forum