Help me compiling bennu for dreamcast!

If you have any questions on programming, this is the place to ask them, whether you're a newbie or an experienced programmer. Discussion on programming in general is also welcome. We will help you with programming homework, but we will not do your work for you! Any porting requests must be made in Developmental Ideas.
Post Reply
DrNicholas
DCEmu Crazy Poster
DCEmu Crazy Poster
Posts: 31
https://www.artistsworkshop.eu/meble-kuchenne-na-wymiar-warszawa-gdzie-zamowic/
Joined: Sun Oct 02, 2011 5:33 pm
Has thanked: 0
Been thanked: 0

Help me compiling bennu for dreamcast!

Post by DrNicholas »

http://www.mediafire.com/?cscdm6mh5i3ybds

I think I got everything in there, I used the DDRE4 thingy and i compiled the monolithic bennu in kos. i didnt get any errors so im certain it compiled correctly. I got 2 elf files, one is the compiler for bennu, and another is the interpreter. I also included an IP.bin in case anyone needed it and the .tar file as well.

I tried using the DATA2CDI but upon booting, it goes to the menu and nulldc crashes.

Here is SWAT's latest release of fenix 0.93 (you cannot find it on his site unless you go to this link): http://www.dc-swat.ru/download/dc/fenix ... 4.files.7z

Inside all you see are the files 1st_read.bin and ip.bin, im guessing he took the fenix compiler and interpeter and merged them into one? also, he had a file manager in his unless you named your game "autorun.dcb" in the root of the cd, then it auto loaded from there.

Do you think one of you can finish my work? Thanks!
Attachments
error.png
error.png (62.19 KiB) Viewed 1109 times
Chilly Willy
DC Developer
DC Developer
Posts: 414
Joined: Thu Aug 20, 2009 11:00 am
Has thanked: 0
Been thanked: 2 times

Re: Help me compiling bennu for dreamcast!

Post by Chilly Willy »

Bennu/Fenix are just interpreted. Think of it like Lua Player - you have a high-level interpreted script for your game which calls a custom library to handle things like file handling, reading controllers, and video/sound out. What you compile for the console is the interpreter along with the library functions which get called from the interpreter.

It seems the library mostly uses SDL to help make it cross platform. As many folks here are aware, the DC port of SDL is not very good. It may or may not be good enough for a particular app/game.
DrNicholas
DCEmu Crazy Poster
DCEmu Crazy Poster
Posts: 31
Joined: Sun Oct 02, 2011 5:33 pm
Has thanked: 0
Been thanked: 0

Re: Help me compiling bennu for dreamcast!

Post by DrNicholas »

Bennu is the same thing as fenix (except it has a few more commands better stability). However you compile fenix, you compile bennu. but I need help and this forum is pretty stagnant.
DrNicholas
DCEmu Crazy Poster
DCEmu Crazy Poster
Posts: 31
Joined: Sun Oct 02, 2011 5:33 pm
Has thanked: 0
Been thanked: 0

Re: Help me compiling bennu for dreamcast!

Post by DrNicholas »

Well you can take over im so confused
Post Reply