Source for most recent QL-SD

Nagging hardware related question? Post here!
User avatar
mk79
QL Wafer Drive
Posts: 1349
Joined: Sun Feb 02, 2014 10:54 am
Location: Esslingen/Germany
Contact:

Re: Source for most recent QL-SD

Post by mk79 »

prime wrote:Hi all,
I've now got Qmake installed on my QPC setup, so I execute with :
For quick success, everything is pre-configured in my QPCDemo.win. Maybe just boot from that. Then add the SMSQ/E WIN file to win2_, type "dev_use 8,win2_" and everything is ready.

Alternatively, QMake is configured using the standard QJump configuration utility ("config" or "menuconfig"). Probably described a million times somewhere. Including the QMake manual...

Marcel


User avatar
mk79
QL Wafer Drive
Posts: 1349
Joined: Sun Feb 02, 2014 10:54 am
Location: Esslingen/Germany
Contact:

Re: Source for most recent QL-SD

Post by mk79 »

Derek_Stewart wrote:I was going to extract the dv3_qlsd directory and alter the link files to compile the code.
And what's gained by that?
I just thought QMAKE did it.
Do what? I don't get it.


prime
Trump Card
Posts: 192
Joined: Fri Feb 18, 2011 8:58 pm

Re: Source for most recent QL-SD

Post by prime »

mk79 wrote:
prime wrote:Hi all,
Alternatively, QMake is configured using the standard QJump configuration utility ("config" or "menuconfig"). Probably described a million times somewhere. Including the QMake manual...
Thanks for that, I hadn't spotted that in the manual....

The version of config I had said that there where no config blocks, however downloading MenuConfig from Dilwyn's site worked, I'm still getting build errors, but deffo getting further now.

Cheers.

Phill.


prime
Trump Card
Posts: 192
Joined: Fri Feb 18, 2011 8:58 pm

Re: Source for most recent QL-SD

Post by prime »

And success!

Once I figured out that having smsq338.zip and a folder called smsq338 (perfectly legal in windows), on a dosX_ folder confuses the build process!

So :
dos3_ = folder\ (with smsq338.zip on it).
dos4_ = folder\dossmsq338
dev8_ = dos4_

unzip with
ex unzip;"-d dos4_ dos3_smsq338_zip"

Then build with
ex qmake;"dev8_dv3_qlsd_rom"

Hit Do and out pops DRIVER_ROM :)

So next stage is to modify for my hardware (different I/O address, and can use propper I/O reads / writes rather than having to fool it!). I'll probably make a copy of the qlsd folder, get it working then I can easily do a kdiff3 between the
folders and merge the changes back in.

Then it would be useful to make it build time configurable.

Cheers.

Phill.


User avatar
dilwyn
Mr QL
Posts: 3112
Joined: Wed Dec 01, 2010 10:39 pm

Re: Source for most recent QL-SD

Post by dilwyn »

prime wrote: The version of config I had said that there where no config blocks, however downloading MenuConfig from Dilwyn's site worked, I'm still getting build errors, but deffo getting further now.
Cheers.
Phill.
Sounds like it's a level 2 config block in that case. The original Config only handled the level 1 blocks, while MenuConfig can do both.


prime
Trump Card
Posts: 192
Joined: Fri Feb 18, 2011 8:58 pm

Re: Source for most recent QL-SD

Post by prime »

dilwyn wrote:
prime wrote: The version of config I had said that there where no config blocks, however downloading MenuConfig from Dilwyn's site worked, I'm still getting build errors, but deffo getting further now.
Cheers.
Phill.
Sounds like it's a level 2 config block in that case. The original Config only handled the level 1 blocks, while MenuConfig can do both.
Indeed, that's what I figured.

Cheers.

Phill.


Post Reply