Page 1 of 1

OSDK 1.18

Posted: Sun Jan 03, 2021 7:42 pm
by Dbug
This version 1.18 contains all the changes required to use the new Joystick sample, including a big fix in the C Compiler regarding the placement of inline assembler statements.

As usual, the OSDK is available on the download page at http://www.osdk.org/index.php?page=download but you can now also get it from OSDN.net at https://osdn.net/projects/oricsdk/

Re: OSDK 1.18

Posted: Sun Jan 03, 2021 8:40 pm
by iss
Small bug report: typo in file: ....../main/Osdk/_final_/lib/header.s line #273
wrong: #define VIA_ACR $300B
right: #define VIA_ACR $030B
bug.png

Re: OSDK 1.18

Posted: Sun Jan 03, 2021 9:47 pm
by Dbug
I committed the fix and pushed the new version on both locations (not really a problem if people keep the previous version because the define is not used anywhere, but at least it's fixed for next time).

Thanks :)

Re: OSDK 1.18

Posted: Sun Jan 03, 2021 10:25 pm
by Chema
Great! A new version... As soon as I get some free time I will check building something :)

Thanks Dbug!

Re: OSDK 1.18

Posted: Mon Jan 04, 2021 8:24 pm
by coco.oric
It's always a good news to see how OSDK is keeping our dev tools at the top
Thanks

Re: OSDK 1.18

Posted: Sun Apr 18, 2021 7:48 am
by jbperin
Is it possible, in future OSDK 1.19, to have a way to give parameter to preprocessor cpp.exe ?

It's just adding a %OSDK_Xxxx% to the cpp.exe command line in build.bat

Re: OSDK 1.18

Posted: Sun Apr 18, 2021 9:43 am
by Dbug
Added the suggestion (#39) to the issues list:
https://osdk.org/index.php?page=issues

Re: OSDK 1.18

Posted: Tue Aug 03, 2021 4:55 pm
by jbperin
Dbug wrote: Sun Apr 18, 2021 9:43 am Added the suggestion (#39) to the issues list:
https://osdk.org/index.php?page=issues
Nice .. thank you .. do we any idea of when OSDK 1.19 is due to be released ? :-)