Search found 85 matches

by AtariOwl
Thu Dec 17, 2020 11:05 am
Forum: Programming Discussion
Topic: DreamSDK R3 is now available!
Replies: 37
Views: 9294

Re: DreamSDK R2 is now available

:) Actually the new wget worked perfectly.
Steadily getting back into the swing of things

Many Many thanks
by AtariOwl
Wed Nov 25, 2020 4:46 pm
Forum: Programming Discussion
Topic: DreamSDK R3 is now available!
Replies: 37
Views: 9294

Re: DreamSDK R2 is now available

Hi :)

It's ok... i truly appreciate the help and there's no real hurry on my account. I'm just getting things set up to have another go at things.
I lost too much of the stuff i had the last time i had a look, it will just be good to have another look.

All the Very Best and Many Thanks
by AtariOwl
Sat Nov 14, 2020 7:21 am
Forum: Programming Discussion
Topic: DreamSDK R3 is now available!
Replies: 37
Views: 9294

Re: DreamSDK R2 is now available

Hi Many thanks... partial success

No luck though with:
freetype
libkosh
libogg
liboggvorbisplay
libopusplay
libparallax
libtsunami
libvorbis
opus
opusfile

all of which are showing SSL connection failures
Somebody seems to not want us to have music ;)
by AtariOwl
Fri Nov 06, 2020 5:32 pm
Forum: Programming Discussion
Topic: DreamSDK R3 is now available!
Replies: 37
Views: 9294

Re: DreamSDK R2 is now available

Should i just go ahead and rehouse any unfound headers where they can be found?
I was just wondering if there was something simple and elegant missing?
by AtariOwl
Sat Oct 31, 2020 6:39 pm
Forum: Programming Discussion
Topic: DreamSDK R3 is now available!
Replies: 37
Views: 9294

Re: DreamSDK R2 is now available

Hi Returning for another look after some considerable time away and trying DreamSDK on the plus side... it installed pretty simply first time... looking promising. On the negative side... it seems like something is awry with the environment/path in that very few of the examples compile. To wit: the ...
by AtariOwl
Mon May 21, 2018 5:47 pm
Forum: Programming Discussion
Topic: Wiki feedback
Replies: 102
Views: 74836

Re: Wiki feedback

Yes that was what i was referring to about found it

i have now started working through the installation by hand
the download.sh failed and so i had to do that individually, then run unpach.sh then the make erase=1 failed
and at that pint i had to go away

for a few days

its frustrating
by AtariOwl
Sun May 20, 2018 6:28 pm
Forum: Programming Discussion
Topic: Wiki feedback
Replies: 102
Views: 74836

Re: Wiki feedback

Sorry by found it i just mean i had found the previous time i had the same issues. It was a muc more successful effort last time

Then i started working backwards to see just how early it failed.
The answer... very early


essentially nothing built
by AtariOwl
Thu May 17, 2018 4:46 am
Forum: Programming Discussion
Topic: Wiki feedback
Replies: 102
Views: 74836

Re: Wiki feedback

No... i'm back where i was earlier and this time the places i found the genromfs files are missing :( Hmmm it seems like a whole chunk is missing /opt/toolchains/dc/kos/utils/gnu_wrappers/kos-cc: line 50: /opt/toolchains/dc/sh-elf/bin/sh-elf-gcc: No such file or directory There should be an sh-elf d...
by AtariOwl
Wed May 16, 2018 10:29 am
Forum: Programming Discussion
Topic: Wiki feedback
Replies: 102
Views: 74836

Re: Wiki feedback

Ahaaaa found it.. sorry to be a pest i shall push on
by AtariOwl
Wed May 16, 2018 5:08 am
Forum: Programming Discussion
Topic: Wiki feedback
Replies: 102
Views: 74836

Re: Wiki feedback

Hi Trying to install it all again after my HD crash. Ran through the script, but the kos make is not happening jve MINGW32 /opt/toolchains/dc/kos $ make for i in utils kernel addons ; do make -C $i || exit -1; done make[1]: Entering directory '/opt/toolchains/dc/kos/utils' for i in genromfs wav2adpc...
by AtariOwl
Mon Apr 30, 2018 6:32 pm
Forum: Programming Discussion
Topic: TR Polys - Fixed(p_cxt.depth.comparison = PVR_DEPTHCMP_GEQ)
Replies: 7
Views: 1202

Re: TR Polys - Fixed(p_cxt.depth.comparison = PVR_DEPTHCMP_GEQ)

Well its all gone.
Had a HD fail and when i looked at my backups everything i did after jan 2017 is corrupted
so disappointed
by AtariOwl
Sun Feb 26, 2017 11:30 am
Forum: Programming Discussion
Topic: _asm Anomaly
Replies: 8
Views: 989

Re: _asm Anomaly

OK So i need to preserve my fregs and integer regs when i make each call? I've preserved the fregs and it assembles and runs, but my angle calls are getting knackered up, so between push and pop stack routines, my variables are essentially useless. Currently my clobber list as it were is all fregs, ...
by AtariOwl
Wed Feb 22, 2017 8:10 am
Forum: Programming Discussion
Topic: _asm Anomaly
Replies: 8
Views: 989

Re: _asm Anomaly

ATM i pushed and popped and its working fine now.
Its from a .s file so its probably only certain regs.

I'll try it with KOS too.

The speed... isnt bad atm
we'll see how much it comes down
by AtariOwl
Tue Feb 21, 2017 5:55 pm
Forum: Programming Discussion
Topic: _asm Anomaly
Replies: 8
Views: 989

Re: _asm Anomaly

I'm going to use the KOS matrix functions i think The code i had was asm and i think it was interefering with variables. i should have looked into the stack. fmov.s @r4+,fr0 fmov.s @r4+,fr1 fmov.s @r4+,fr2 fmov.s @r4+,fr3 ftrv xmtrx,fv0 fmov.s @r4+,fr4 fmov.s @r4+,fr5 fmov.s @r4+,fr6 fmov.s @r4+,fr7...
by AtariOwl
Mon Feb 20, 2017 6:49 pm
Forum: Programming Discussion
Topic: _asm Anomaly
Replies: 8
Views: 989

_asm Anomaly

OK I have some matrix code in asm which i am running before my render code. Trouble is that when the matrix code is in, the OP poly list doesnt display. This would sggest somenow that the registers i am using for the matrices are interfering with the prefecth or the SQ pointer. i should maybe use ma...
by AtariOwl
Sun Feb 19, 2017 11:46 am
Forum: Programming Discussion
Topic: USB to Serial Port Adapter - Use as Dumb Terminal
Replies: 3
Views: 794

Re: USB to Serial Port Adapter - Use as Dumb Terminal

Yes.. Yes i did.. its working fine even at 115200 sometimes
by AtariOwl
Sat Feb 11, 2017 6:00 pm
Forum: Programming Discussion
Topic: Script for automatically converting textures to best format
Replies: 18
Views: 3249

Re: Script for automatically converting textures to best for

Texconv is now working and i fixed some of the demo code to load dtex files including paletted ones. It currently loads up to 32 4BPP palettes to the first 512 and 2 8BPP palettes to last 512 I may do a version where you can specify a palette index when its called. In fact i think i will, or 16 and ...
by AtariOwl
Tue Jan 31, 2017 7:24 am
Forum: Programming Discussion
Topic: Difficulties following toolchain tutorial
Replies: 12
Views: 1604

Re: Difficulties following toolchain tutorial

I had problems at this stage too. First question is are you on C: drive. When i tried to install msys and KOS to D for space reasons, it didnt work... specifically, git didnt work correctly, much as you are seeing. Second question.. are you looking in the right place for opt? Can you do a quick pwd ...
by AtariOwl
Sun Jan 29, 2017 2:38 am
Forum: Programming Discussion
Topic: PVR DMA Vertices
Replies: 2
Views: 674

Re: PVR DMA Vertices

Thank You

This seems much clearer now.
I'll look at everything though.