Search found 13 matches

by Memorix101
Tue May 09, 2023 3:36 am
Forum: Programming Discussion
Topic: Beginner question about DreamSDK R2
Replies: 3
Views: 305

Re: Beginner question about DreamSDK R2

I don't use DreamSDK so I'm not sure if this is a difference between R2 and R3, but DreamSDK definitely has a more up to date compiler to download with 32MB support, I guess it's in R3? What error do you see when trying to compile kos-ports with R3? This happens for every kos-port in R3: Installing...
by Memorix101
Sat May 06, 2023 11:53 am
Forum: Programming Discussion
Topic: Beginner question about DreamSDK R2
Replies: 3
Views: 305

Beginner question about DreamSDK R2

Hey, I am new to DreamSDK and dc development and I have a few questions. I wrote a little c++ code and tried to compile it. The terminal regularly prompts me this note: D:/Dev/DreamSDK/msys/1.0/opt/toolchains/dc/kos/kernel/arch/dreamcast/include/arch/arch.h:32:10: note: #pragma message: Outdated too...
by Memorix101
Wed Nov 30, 2016 4:17 pm
Forum: Programming Discussion
Topic: Problems with MP3 Files
Replies: 2
Views: 750

Re: Problems with MP3 Files

Ah, I found it too late. I had that today, too.
I fixed it with a program (MP3Diags) and rebuild the MP3 header.
by Memorix101
Wed Nov 30, 2016 4:06 pm
Forum: Programming Discussion
Topic: Need a quick Parallax guide
Replies: 1
Views: 410

Need a quick Parallax guide

Hey, Can someone give me a little help. I wanna get into Parallax to replace my SDL code, but the examples for Parallax in my KOS setup are crashing on boot up (btw the Tsunamis ones too). I just wanna know how to load an image (png) and show it on screen (a little demo code would be awesome). Thank...
by Memorix101
Tue Nov 29, 2016 2:07 am
Forum: Programming Discussion
Topic: How to set SDL in KOS?
Replies: 14
Views: 3123

Re: How to set SDL in KOS?

Yep SDL for DC is really broken :( I asked about it this summer over here ... however, last weekend I gave it a shot and see how it worked out ... It's REALLY broken :c I will write a wrapper for my SDL Blitting stuff in tsunami for my DC port ... https://www.youtube.com/watch?v=uWGrhg1e_g4&feat...
by Memorix101
Fri Apr 22, 2016 1:38 pm
Forum: Programming Discussion
Topic: KOS and SDL
Replies: 4
Views: 953

Re: KOS and SDL

I tried building SDL image myself ... still getting errors. edit: The errors are occurring because of`sdl-config --libs` but I need that for Image :/ https://dl.dropboxusercontent.com/u/42689244/GameJolt/stack/kos_4.PNG all: rm-elf game.elf include $(KOS_BASE)/Makefile.rules OBJS = game.o KOS_LOCAL_...
by Memorix101
Fri Apr 22, 2016 9:30 am
Forum: Programming Discussion
Topic: KOS and SDL
Replies: 4
Views: 953

Re: KOS and SDL

It works now :) Thanks. Does anybody know a good way to get SDL_image to work ? I tried to use the SDL port by Chui, but it only makes errors :/ Should I post them for you ? ns/dc/kos/addons/lib/dreamcast -L/opt/toolchains/dc/kos/../kos-ports/lib -o game.elf game.o romdisk.o -lSDL -lSDL_image_124 -l...
by Memorix101
Fri Apr 22, 2016 6:59 am
Forum: Programming Discussion
Topic: KOS and SDL
Replies: 4
Views: 953

KOS and SDL

Hey dudes :) Getting SDL working on DC isn't that easy :/ I searched through the forum for old threads to spot the mistake I made, but couldn't find anything that solved my issue :( First up my setup is KOS 2.0 and I'm using the SDL that came with it. I think my issue is the romdisk thing. I wrote s...
by Memorix101
Thu Apr 21, 2016 1:59 pm
Forum: Programming Discussion
Topic: Need some help with KOS
Replies: 7
Views: 1079

Re: Need some help with KOS

Thanks for the help guys ! :D You're awesome :) I'm currently working to get the SDL example to work. It can't find the (KOS) SDL directory, so I'm trying to point the makefile to it :grin: edit: If you wanna try to compile the sdl stuff built with kos-ports only change the include in the c file fro...
by Memorix101
Thu Apr 21, 2016 1:23 pm
Forum: Programming Discussion
Topic: Need some help with KOS
Replies: 7
Views: 1079

Re: Need some help with KOS

Oh ! GUYS !

I tried something different like tonma suggested.
I copied the bin and 1ST_READ stuff to my Windows rig and made a cdi using BootDreams :D

Image

Seems to work ! :D
by Memorix101
Thu Apr 21, 2016 1:11 pm
Forum: Programming Discussion
Topic: Need some help with KOS
Replies: 7
Views: 1079

Re: Need some help with KOS

Eeehm and where can I find the " IP.BIN that everyone uses" ? I recently tried the one that came with BootMake, but I didn't work :/ So, before we go on is that setup correct to create the iso ? https://dl.dropboxusercontent.com/u/42689244/GameJolt/stack/kos_1.PNG *pretty insecure* :oops:
by Memorix101
Thu Apr 21, 2016 12:18 pm
Forum: Programming Discussion
Topic: Need some help with KOS
Replies: 7
Views: 1079

Re: Need some help with KOS

Thanks for the answer :D I did what you quoted. The thing is, nullDC and my Dreamcast are now in an infinite reboot sequence (Start, loading disc, black screen, reboot and all again) after loading my cdi. Something is still wrong :/ For testing I used the hello example from KOS. Any ideas where the ...
by Memorix101
Thu Apr 21, 2016 7:07 am
Forum: Programming Discussion
Topic: Need some help with KOS
Replies: 7
Views: 1079

Need some help with KOS

Hey,

Well after compiling the toolchains and stuff I ended up compiling the examples.
Now, I've an elf file and I don't know what to do next.

I wanna turn this into an bootable cdi / disc image to run in nullDC.

Hope someone can help :)

Thanks, Memorix :)