Search found 13 matches

by frozenbinarystudio
Fri Jul 28, 2017 1:20 am
Forum: Programming Discussion
Topic: VMU development resources for your use
Replies: 2
Views: 775

Re: VMU development resources for your use

You are welcome. I hope this saves someone the headaches I endured in my efforts. Please enjoy and make use it would give me great satisfaction knowing this helped someone else.
by frozenbinarystudio
Thu Jul 27, 2017 1:20 am
Forum: Programming Discussion
Topic: VMU development resources for your use
Replies: 2
Views: 775

VMU development resources for your use

Hey all! First off, thanks for your help and patience with my questions and issues over the last year. Now thats over with, I did something that may be of interest. I spent since last July attempting to write VMU programs, with some minor successes. After many failed attempts, study, digging up a lo...
by frozenbinarystudio
Sat Apr 08, 2017 11:33 pm
Forum: Programming Discussion
Topic: Help uploading a .VMS minigame to a VMU
Replies: 3
Views: 815

Re: Help uploading a .VMS minigame to a VMU

That actually worked swimmingly, thank you. Exactly what I was looking for.
by frozenbinarystudio
Fri Apr 07, 2017 1:12 am
Forum: Programming Discussion
Topic: Help uploading a .VMS minigame to a VMU
Replies: 3
Views: 815

Re: Help uploading a .VMS minigame to a VMU

It dawned on me I should probably list some of the things I have available if it would help. I have Windows 7 Pro version, which does include the ability to boot into XP mode. If this will run the converter tools that would be awesome, but I would hate to dual boot a machine just for that unless it ...
by frozenbinarystudio
Fri Apr 07, 2017 1:01 am
Forum: Programming Discussion
Topic: Help uploading a .VMS minigame to a VMU
Replies: 3
Views: 815

Help uploading a .VMS minigame to a VMU

Hey all, I been busy working on a minigame for the VMU. Long story short, I have a demo I would like to upload to an actual VMU for various reasons, compiled using Marcus Comstedts VMU Assembly program. The issue I am having is I do not have an accompanying .VMI file for the minigame, so the VMU Exp...
by frozenbinarystudio
Tue Sep 06, 2016 10:27 pm
Forum: Programming Discussion
Topic: Help building Kos 2.0/Dc-chain
Replies: 37
Views: 4666

Re: Help building Kos 2.0/Dc-chain

Seems like selinux in Ubuntu is misconfigured. There are some commands in the last few posts of the issue you posted which might help, I don't use Ubuntu or selinux so I can't test them, sorry. This appears to not be the case as I do not have selinux installed. Not only does calling the command fro...
by frozenbinarystudio
Wed Aug 31, 2016 1:49 pm
Forum: Programming Discussion
Topic: Help building Kos 2.0/Dc-chain
Replies: 37
Views: 4666

Re: Help building Kos 2.0/Dc-chain

Thanks very much for the help! I will see about resolving the issue with misconfiguration. I would still like the ports to build so I can into that too. Having all the help I could get is awesome I think. I also noticed you updated the wiki with your script to make it easier to find. Thanks for that...
by frozenbinarystudio
Mon Aug 29, 2016 11:13 am
Forum: Programming Discussion
Topic: Help building Kos 2.0/Dc-chain
Replies: 37
Views: 4666

Re: Help building Kos 2.0/Dc-chain

Looking at https://github.com/ljsebald/kos-ports/tree/master/zlib there's no pki folder in the repository and I've never had that issue in the past. Did you perhaps cd into that folder and run some commands as root? I believe Ubuntu might generate pki folders since it's related to private keys for ...
by frozenbinarystudio
Sun Aug 28, 2016 10:51 pm
Forum: Programming Discussion
Topic: Help building Kos 2.0/Dc-chain
Replies: 37
Views: 4666

Re: Help building Kos 2.0/Dc-chain

So I actually got time to make a VM of Ubuntu 16.04 and follow the Linux install steps in bogglez signature. There was a bit of coaxing and a few seemingly random failures but if I read this correctly it appears KOS compiled, if so whoo hoo. It also appears KOS Ports did not compile. It seems to han...
by frozenbinarystudio
Sun Aug 21, 2016 10:33 am
Forum: Programming Discussion
Topic: Help building Kos 2.0/Dc-chain
Replies: 37
Views: 4666

Re: Help building Kos 2.0/Dc-chain

Perhaps this is related. http://unix.stackexchange.com/a/260190 In this thread the same warning was issued and the problem was that a newer gcc version added a new error flag. The final line settles it for me Long story short, I guess you are better off by running a virtual machine or a docker imag...
by frozenbinarystudio
Sun Aug 21, 2016 10:19 am
Forum: Programming Discussion
Topic: Help building Kos 2.0/Dc-chain
Replies: 37
Views: 4666

Re: Help building Kos 2.0/Dc-chain

Hrm... It actually looks like Newlib built and installed fine, oddly enough. I guess the next thing to look at is the GCC pass 2 log? Yes indeed you can! I assumed you meant the sh-elf log as its the only one marked as 2nd pass for GCC Here are the last lines in the log. Full file below! ../../gcc-...
by frozenbinarystudio
Thu Aug 18, 2016 6:38 pm
Forum: Programming Discussion
Topic: Help building Kos 2.0/Dc-chain
Replies: 37
Views: 4666

Re: Help building Kos 2.0/Dc-chain

First. Wow. I didn't expect anyone to look into this so quickly. Thanks! I will try to answer all the responses most pertinent. (or if you're on windows, run cygwin as admin) I wasn't sure I did this on the first failure I had so I did do this the second time with the same results. try this guide: h...
by frozenbinarystudio
Wed Aug 17, 2016 2:31 pm
Forum: Programming Discussion
Topic: Help building Kos 2.0/Dc-chain
Replies: 37
Views: 4666

Help building Kos 2.0/Dc-chain

Hey all. I have been attempting and failing to build Kos for some time now (about 2 weeks) and I have hit a wall. My apologies for maybe traversing areas already explored but I tried to find the answer on my own and could not. Please allow me to explain what I have done so far. First I am using Kos ...