[Coco] 6309 port of NitrOS-9 Level 1

Kip Koon computerdoc at sc.rr.com
Thu Jul 23 07:16:08 EDT 2015


Hi Tormod,
Disregard my previous email about still getting permission denied.  After updating rules.mak, I forgot to save it.  Duh!  My buildcoco2_6309 command file worked great!  Thanks for the help.  I will now go check out the dsk files!  Whoo-Hoo!

Kip Koon
computerdoc at sc.rr.com
http://www.cocopedia.com/wiki/index.php/Kip_Koon



> -----Original Message-----
> From: Coco [mailto:coco-bounces at maltedmedia.com] On Behalf Of Tormod Volden
> Sent: Thursday, July 23, 2015 5:27 AM
> To: CoCoList for Color Computer Enthusiasts
> Subject: Re: [Coco] 6309 port of NitrOS-9 Level 1
> 
> On Thu, Jul 23, 2015 at 11:14 AM, Kip Koon wrote:
> > Hi Tormod,
> > I 'hg updated lwtools-4.11' to my local lwtools repo.  I didn't even know I was using a development version all this time.  Up to this
> point I have always used hg pull, hg update.
> > This time when I ran make PORTS=coco2_6309 dsk SOFTLINK=cp, all the lwasm commands looked like they executed correctly so all
> I included was the part that seemed to go wrong.  Here is what the output looks like.  The resulting dsk file was almost empty.  Some
> data at the beginning and some data at the very end of the file.
> 
> > make[2]: execvp: echo: Permission denied
> > make[2]: *** [showobjs_dw] Error 127
> 
> I would guess this is because your Cygwin environment has the current
> directory "." in the PATH, so when the makefile try to launch "echo"
> the Cygwin shell will try to execute the nitros9 echo executable that
> happen to be in the current directory at that time. Either try to
> clean up your PATH to not include the current directory (I know this
> is pretty much impossible in MSYS) or append this to your make
> command:
>  ECHO=/bin/echo
> (assuming the echo executable is in /bin on your Cygwin setup!)
> You can also set this in rules.mak.
> 
> Tormod
> 
> --
> Coco mailing list
> Coco at maltedmedia.com
> https://pairlist5.pair.net/mailman/listinfo/coco



More information about the Coco mailing list