Search found 404 matches

by SiZiOUS
Sun Sep 29, 2019 8:02 am
Forum: Programming Discussion
Topic: DreamSDK R3 is now available!
Replies: 37
Views: 9629

Re: DreamSDK R2 is now available

This is a really strange issue, as everything to perform compilation is included in the package.

May you start a DreamSDK Shell and try to enter gcc --version?
by SiZiOUS
Mon Sep 23, 2019 7:03 am
Forum: Programming Discussion
Topic: Noob question thread
Replies: 23
Views: 2502

Re: Noob question thread

Hello, I'm new to DC programming, installed DreamSDK, but when I try to compile and run the source it creates automaticly, it says "The selected target is a Debug target, please select the Release target if you want to run the project" What am I suppose to change? Just for information I e...
by SiZiOUS
Mon Sep 23, 2019 6:58 am
Forum: Programming Discussion
Topic: DreamSDK R3 is now available!
Replies: 37
Views: 9629

Re: DreamSDK R2 is now available

Wow, thanks so much for this, this is sick! you have no idea how many times I've thought about installing KOS and given up when looking at the installation tutorial. I also got a no such file or directory for romdisk.o and the pre build thing was missing for me to even when I created a project with...
by SiZiOUS
Tue Aug 27, 2019 6:34 pm
Forum: Programming Discussion
Topic: where to get sh-elf-gdb
Replies: 4
Views: 546

Re: where to get sh-elf-gdb

EDIT: Looking around the internet on some old compiler page, it seems you can build SH-ELF-GDB from the gdb source itself? Yes! I found the following commands: /home/linus> cd build/gdb /home/linus/build/gdb> ../../gdb-6.6/configure --target=sh-elf --prefix=/home/linus/sh1 /home/linus/build/gdb> ma...
by SiZiOUS
Tue Aug 20, 2019 8:17 am
Forum: Programming Discussion
Topic: KOS - static initialisation failure: __gnu_cxx::__concurrence_lock_error
Replies: 17
Views: 2830

Re: KOS - static initialisation failure: __gnu_cxx::__concurrence_lock_error

Sizious, it's the same 4.7.3 toolchain but compiled with later versions of gcc. Ok i dunno if this is related, but I discovered a while back that building KOS with a recent GCC would absolutely screw up the c++ standard library. The solution was to go back to compiling the toolchain itself with GCC...
by SiZiOUS
Tue Aug 20, 2019 5:09 am
Forum: Programming Discussion
Topic: KOS - static initialisation failure: __gnu_cxx::__concurrence_lock_error
Replies: 17
Views: 2830

Re: KOS - static initialisation failure: __gnu_cxx::__concurrence_lock_error

In your old Fedora image, which GCC version did you used? The GCC 4.7.3 is the latest GCC to be proven to be stable, but SWAT is using the 5.2.0 as you might see in their repository . In the past, the KOS team tried to move to the 4.8.x branch and several issues were encountered (I'm not able to fin...
by SiZiOUS
Sat Aug 17, 2019 12:17 pm
Forum: Programming Discussion
Topic: DreamSDK error debug
Replies: 4
Views: 604

Re: DreamSDK error debug

Edit: The issue is fixed. Just update KOS from DreamSDK Manager.
by SiZiOUS
Mon Aug 12, 2019 6:53 am
Forum: Programming Discussion
Topic: DreamSDK error debug
Replies: 4
Views: 604

Re: DreamSDK error debug

Ivan GR wrote: Sat Aug 10, 2019 12:15 pm I disabling firewall, but it's not help, i see the same error when use debug.
Thank you for reporting, I'll investigate further with all your content and update this message. :)
by SiZiOUS
Mon Aug 12, 2019 6:50 am
Forum: Programming Discussion
Topic: DreamSDK R3 is now available!
Replies: 37
Views: 9629

Re: DreamSDK R2 is now available

OK I think I found the issue: This is because you have spaces in your project path. I will fix this for the R3.

May you try the following: Create a new project in C:\temp\ and verify that the romdisk checkbox is ticked. Then try to build the project again.

Anyway thank you very much for reporting!
by SiZiOUS
Wed Aug 07, 2019 1:40 pm
Forum: Programming Discussion
Topic: Please ,help sdl-1.2.13 I need this :)
Replies: 2
Views: 587

Re: Please ,help sdl-1.2.13 I need this :)

In the official kos-ports there is the 1.2.15, did you tried with it?
by SiZiOUS
Wed Aug 07, 2019 1:28 pm
Forum: Programming Discussion
Topic: DreamSDK R3 is now available!
Replies: 37
Views: 9629

Re: DreamSDK R2 is now available

First off, let me just say thank you so much for the work you put into setting up this SDK! It's really nice to see a lot of these tools and utilities centralized in one place! Thank you very much! :mrgreen: I ran into a bit of an issue though. I went to go build the default project that appears wh...
by SiZiOUS
Fri May 31, 2019 4:42 am
Forum: Beats of Rage Development
Topic: Where to get Beats of Rage/OpenBOR source codes for the Sega Dreamcast
Replies: 1
Views: 2288

Where to get Beats of Rage/OpenBOR source codes for the Sega Dreamcast

Here you'll find the latest Beats of Rage and OpenBOR complete source codes:
by SiZiOUS
Fri May 31, 2019 4:32 am
Forum: Programming Discussion
Topic: Anybody available to help with dc-load-ip testing?
Replies: 21
Views: 4875

Re: Anybody available to help with dc-load-ip testing?

First of all I want to say thank you to Quzar for such update. dc-tool/dc-load are, for me, a crucial part of the KOS environment and sadly it seems that it don't have the attention its deserves, especially about the debugging capabilities (which are put in highlight on DreamSDK R2 for ex). Of cours...
by SiZiOUS
Fri May 31, 2019 4:13 am
Forum: Programming Discussion
Topic: Buiding PNGTOMR on Mac OSX
Replies: 10
Views: 1488

Re: Buiding PNGTOMR on Mac OSX

I have a project to make a newer, multiplatform MR-Tool based on the implementation of Seflboot Inducer 5 which is the newer implementation at this time. Sadly, I haven't so much time yet. :(
by SiZiOUS
Sun Mar 03, 2019 3:10 pm
Forum: Programming Discussion
Topic: GLdc - Call for testers!
Replies: 50
Views: 9753

Re: GLdc - Call for testers!

kazade wrote: Sun Feb 24, 2019 1:44 am I've added basic support for the GL_EXT_paletted_texture and GL_EXT_shared_texture_palette extensions :)
Great job man!
Any chances to have some demo using these new features? :mrgreen:
by SiZiOUS
Sun Mar 03, 2019 3:08 pm
Forum: Programming Discussion
Topic: DreamSDK R3 is now available!
Replies: 37
Views: 9629

Re: DreamSDK R2 is now available

I haven't walked through Sizious' SDK to see how this is added in, but it should all be there as they are the two most documented and long-standing methods to debug. The DreamSDK package is 100% compliant with the official KOS documentation and uses the official Git repositories from SourceForge. C...
by SiZiOUS
Wed Jan 09, 2019 6:29 am
Forum: Programming Discussion
Topic: programs hang on gdb_init()
Replies: 4
Views: 1049

Re: programs hang on gdb_init()

I'm using gdb_init() and everything works fine on my side. Do you have passed the -g option to gcc when building your program? What version of sh-elfg-gdb are you using? I may suggest you the following: If you are using Windows, check DreamSDK as everything is setup in that environment to use KOS, e...
by SiZiOUS
Tue Nov 27, 2018 7:31 am
Forum: Programming Discussion
Topic: My contribution to the KallistiOS project
Replies: 7
Views: 2681

Re: My contribution to the KallistiOS project

Thank you for your message. I fixed again dcload-serial , this time it's a critical bug, as the -g (GNU Debugger) was not working on MinGW/MSYS (dcload-ip was perfectly working on the other side). Edit: I fixed another annoying bug . When the debugged program reaches its end, the GDB connection is n...
by SiZiOUS
Sun Nov 25, 2018 12:36 pm
Forum: Programming Discussion
Topic: DreamSDK R3 is now available!
Replies: 37
Views: 9629

DreamSDK R3 is now available!

DreamSDK R3 is now available! A lot of improvements and changes are included in this release, like: Experimental Ruby support! This feature uses mruby (lightweight, embeddable Ruby). Totally new toolchains (GCC 13...)! Better Code::Blocks integration (support of 17.12 and 20.03 32-bit and 64-bit) S...
by SiZiOUS
Thu Nov 08, 2018 9:08 am
Forum: Programming Discussion
Topic: My contribution to the KallistiOS project
Replies: 7
Views: 2681

Re: My contribution to the KallistiOS project

If you don't mind, it would be great if at least dcload-ip and dcload-serial were be on GitHub too as in my opinion, these components are important, even if they are optional. By the way I did a lot of work on them too :wink: For your information, I finally fixed a little bug in the arguments optio...