Search found 8 matches

by assortedkingdede
Wed May 27, 2020 10:06 am
Forum: Programming Discussion
Topic: Issues with compiling a program with KallistiOS
Replies: 8
Views: 1103

Re: Issues with compiling a program with KallistiOS

Yes DreamSDK R3 is currently in beta stage but will be so much better in all ways. For the current release (R2), may you try the following: DreamSDK-R2-Setup.exe /LOG="C:\FileName.log" Then post the content of the log file here (strip confidential information if any) How should I try this?
by assortedkingdede
Tue May 26, 2020 8:30 pm
Forum: Programming Discussion
Topic: Issues with compiling a program with KallistiOS
Replies: 8
Views: 1103

Re: Issues with compiling a program with KallistiOS

DreamSDK R3 will be easier on these points. For R2, the current release, you have to install: - Git - SVN - Python 2.7 32-bit (not 64-bit and not another version) When installing all of these components please be sure to check the ‘Add in PATH’ option, i.e. you may check your installation after by ...
by assortedkingdede
Tue May 26, 2020 6:50 pm
Forum: Programming Discussion
Topic: Issues with compiling a program with KallistiOS
Replies: 8
Views: 1103

Re: Issues with compiling a program with KallistiOS

DreamSDK R3 will be easier on these points. For R2, the current release, you have to install: - Git - SVN - Python 2.7 32-bit (not 64-bit and not another version) When installing all of these components please be sure to check the ‘Add in PATH’ option, i.e. you may check your installation after by ...
by assortedkingdede
Mon May 25, 2020 9:05 pm
Forum: Programming Discussion
Topic: Issues with compiling a program with KallistiOS
Replies: 8
Views: 1103

Re: Issues with compiling a program with KallistiOS

This sounds like a toolchain misconfiguration issue. Since you are on Windows 10, you have 3 options: Use Windows Subsystem for Linux (WSL). Use a Docker image . Use DreamSDK . If you are ready to dig on your issue, I think you have a PATH issue. You may check your environ.sh file vs. the path wher...
by assortedkingdede
Sat May 23, 2020 5:22 pm
Forum: Programming Discussion
Topic: Issues with compiling a program with KallistiOS
Replies: 8
Views: 1103

Issues with compiling a program with KallistiOS

I have been having trouble getting KallistiOS to compile, here is the text from the command terminal: Owner@Owner-PC /usr/local/dc/kos/examples/dreamcast/sound/hello-mp3 $ make rm -f mp3test.elf romdisk.o mp3test.o rm -f romdisk.o romdisk.img /usr/local/dc/kos/utils/genromfs/genromfs -f romdisk.img ...
by assortedkingdede
Fri May 22, 2020 8:05 am
Forum: Programming Discussion
Topic: Issue with enviroment creation script for KallistiOS
Replies: 4
Views: 1474

Re: New issue

After the Racketboy tutorial failed me, I actually ended up using one from {https://dcemulation.org/index.php?title=Compiling_KOS_on_Windows_using_Cygwin] which as I said in the second post got me further but ended up presenting issues when using a makefile to compile a program. Edit: bin2o seems to...
by assortedkingdede
Thu May 21, 2020 2:48 pm
Forum: Programming Discussion
Topic: Issue with enviroment creation script for KallistiOS
Replies: 4
Views: 1474

Re: New issue after solving my first one.

Update: I used a different method and I managed to compile KallistiOS but now I am having issues with assembling programs. The following is from when I had this issue. Owner@Owner-PC /usr/local/dc/kos/examples/dreamcast/png $ make rm -f example.elf rm -f romdisk_boot.* kos-cc -c example.c -o example...
by assortedkingdede
Wed May 20, 2020 9:17 pm
Forum: Programming Discussion
Topic: Issue with enviroment creation script for KallistiOS
Replies: 4
Views: 1474

Issue with enviroment creation script for KallistiOS

I have been working on a configuration for KallistiOS but I have been having trouble with the script that sets it up (environ.sh). I have been doing the tutorial at [http://www.racketboy.com/forum/viewtopic.php?p=1059999#]. I keep getting the error -bash: environ.sh: line 71: unexpected EOF while lo...