I'm getting "warning : cannot find entry symbol _start; defaulting to 80004024" when I link. what am I missing?
Where is that symbol usually defined? Do I need to explicitly link a start object? I didn't see that in any of the example makefiles...
Missing _start
-
- Site Admin
- Posts: 1986
- Joined: Tue Aug 09, 2005 3:21 am
- Location: UK
- Contact:
Re: Missing _start
_start is usually defined in the initial startup code, often in assembly. For libogc code we placed it within the library at http://sourceforge.net/p/devkitpro/libo ... ogc_crt0.S
using -mrvl for wii or -mogc for gamecube will select appropriate linkscripts and crt0 code.
using -mrvl for wii or -mogc for gamecube will select appropriate linkscripts and crt0 code.
Who is online
Users browsing this forum: No registered users and 1 guest