I really think you should change the forum setup so when people post, the post appears immediately.
This post-then-waiting-days-(weeks?)-for-approval before it appears on the forum completely kills the forum as a place for homebrew discussion.
It's just a glorified way to send you a message ...
Search found 6 matches
- Mon Nov 11, 2013 3:35 pm
- Forum: Suggestions and Feedback
- Topic: Post approval
- Replies: 0
- Views: 19700
- Sat Nov 09, 2013 6:19 am
- Forum: devkitPPC
- Topic: Missing _start
- Replies: 1
- Views: 11363
Missing _start
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...
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...
- Sat Nov 09, 2013 1:37 am
- Forum: Suggestions and Feedback
- Topic: devkitPPC uses g++ to link?
- Replies: 1
- Views: 19797
devkitPPC uses g++ to link?
Hi, I'm wrangling my own build system, and I noticed from the devkitppc makefiles that it uses g++ to link instead of ld.
As far as I can tell, this has something to do with wanting to pass the MACHDEP options to the linker aswell... and since some of them are compiler options, I guess g++ will ...
As far as I can tell, this has something to do with wanting to pass the MACHDEP options to the linker aswell... and since some of them are compiler options, I guess g++ will ...
- Wed Apr 10, 2013 2:12 am
- Forum: Suggestions and Feedback
- Topic: cross builds: binutils needs additional patch
- Replies: 6
- Views: 31022
Re: cross builds: binutils needs additional patch
I really wouldn't bother with D - supposedly there will be support for that added to mainstream gcc soon but currently it's a real mess and involves far too much work to be worth trying to maintain.
jpf is one of the GDC devs. If he's keen to make it work, I'd say he's qualified to do so ;)
There ...
jpf is one of the GDC devs. If he's keen to make it work, I'd say he's qualified to do so ;)
There ...
- Mon Mar 04, 2013 1:35 am
- Forum: Suggestions and Feedback
- Topic: devkitSH4?
- Replies: 0
- Views: 18861
devkitSH4?
Have you ever considered bundling an SH4 toolchain?
I'm a nerd who still writes dreamcast homebrew, and I have high confidence in your toolchains.
The DC community is pretty fragmented these days. It'd be really awesome to add SH4 to your bag of tricks, since it seems you care about maintaining ...
I'm a nerd who still writes dreamcast homebrew, and I have high confidence in your toolchains.
The DC community is pretty fragmented these days. It'd be really awesome to add SH4 to your bag of tricks, since it seems you care about maintaining ...
- Mon Mar 04, 2013 1:11 am
- Forum: Suggestions and Feedback
- Topic: D language?
- Replies: 0
- Views: 18219
D language?
Hi, I'm using the D language a lot recently, and I want to start using it on my homebrew titles.
I can't use D in my engine code until it's available on all my platforms.
Would you consider adding D support in future versions of your toolchains?
The GDC frontend is here: https://github.com/D ...
I can't use D in my engine code until it's available on all my platforms.
Would you consider adding D support in future versions of your toolchains?
The GDC frontend is here: https://github.com/D ...