Hacking When trying to compile homebrew, I'm getting an error

shutterbug2000

Cubic NINJHAX!
Member
Joined
Oct 11, 2014
Messages
1,088
Reaction score
2,562
Trophies
0
Age
31
XP
4,903
Country
United States
I get:

undefined reference to '__init'

Anyone know why?

Thanks!

(If you need to look at the source code, I can PM it to you if you're willing to help ;) )
 
sounds like it's complaining of an undefined method or variable called __init. Got anything like that in your code? When do you get this? Are you using a make file? And if so, does it contain references to all libraries and resources?
 
sounds like it's complaining of an undefined method or variable called __init. Got anything like that in your code? When do you get this? Are you using a make file? And if so, does it contain references to all libraries and resources?

It's being called from libgcc's __eabi function. The makefile is the hello world example's makefile with a few changes.

Here's the full error:

upload_2016-9-27_22-1-38.png


(with the undefined reference underneath)
 

Site & Scene News

Popular threads in this forum