[Coco] LWTools & Nitros9 Build

Bob Devries devries.bob at gmail.com
Mon Jan 19 20:48:50 EST 2015


Actually, that is already part of the top level makefile in the first 
six lines.:

ifndef NITROS9DIR
NITROS9DIR = $(PWD)
endif

export NITROS9DIR

....

Regards, Bob Devries
Dalby, QLD, Australia


On 20/01/2015 11:40 AM, Bill Pierce via Coco wrote:
>
> Bill, also, if you enter 'export NITROS9DIR=$PWD' (case sensitive) from the command line, the path to rules.make is set globally and you can build from any major folder. This must be done while in the 'root' dir of the repo (nitros9), This alone solved many of the problems I was having when I first started working with the repo.
>
>
> Bill Pierce
> "Today is a good day... I woke up" - Ritchie Havens
>
>
> My Music from the Tandy/Radio Shack Color Computer 2 & 3
> https://sites.google.com/site/dabarnstudio/
> Co-Contributor, Co-Editor for CocoPedia
> http://www.cocopedia.com/wiki/index.php/Main_Page
> E-Mail: ooogalapasooo at aol.com
>
>
>
>
> -----Original Message-----
> From: Robert Gault <robert.gault at att.net>
> To: CoCoList for Color Computer Enthusiasts <coco at maltedmedia.com>
> Sent: Mon, Jan 19, 2015 7:57 pm
> Subject: Re: [Coco] LWTools & Nitros9 Build
>
>
> Bill Nobel wrote:
>> Well I somewhat have it working,  I start the build and it trucks along for a
> bit then stops on ‘level1/coco1/cmds no rule to make target basic09’ I have 3rd
> party stuff installed in ~/Coco3/Nitros9-v3.3.0 3rd party’ same as Nitros9?
>>
>> Bill Nobel
>
> That is typical. :) Make sure that the 3rdparty/packages/basic09 has an explicit
>
> path to NITROS9DIR in its make file such as:
>
> ifndef	NITROS9DIR
> NITROS9DIR	= $(HOME)/nitros9_version_something
> endif
>
> or
>
> use ../../../rules.mak
>
> in the case of 3rdparty/packages/basic09 .
>
> Alternatively, you could pre-assemble 3rdparty/packages/basic09 although you
> will still have to deal with a pathname to rules.mak. Or start your assembly in
> the root directory of NitrOS-9.
>
> Robert
>
>


More information about the Coco mailing list