Colorfull / cocoboot2

Automatically exported from code.google.com/p/cocoboot2
1 stars 0 forks source link

Cygwin - Make - Makefile:37 #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Successfully updated Cocoboot2 to Revision 12
2. Issued make clean.  Did not end. See Next Issue
3. Initiated compiler with "make -B" in directory ../cocoboot2
4. Compiler broke much earlier at line 37 of Makefile.  
5. See last portion of compiler output below.

What is the expected output? 
Expected to get past MakeFile:47 without error

What do you see instead?
Didn't even get that far.  

---------------

...portion omitted...

cd images; make
make[1]: Entering directory `/home/root/cocoboot2/images'
make[1]: *** No rule to make target `hdbchs.rom', needed by 
`/home/beretta/C/cocoboot2/build/images/decb.rom'.  Stop.
make[1]: Leaving directory `/home/root/cocoboot2/images'
Makefile:37: recipe for target `all' failed
make: *** [all] Error 2

root@DS1 ~/cocoboot2
$
------------------------

Please use labels and text to provide additional information.
Full compiler output below.
----------------------------
root@DS1 ~/cocoboot2
$ make -B
mkdir -p /home/beretta/C/cocoboot2/build
mkdir -p /home/beretta/C/cocoboot2/build/tools
mkdir -p /home/beretta/C/cocoboot2/build/images
mkdir -p /home/beretta/C/cocoboot2/build/listings
cd tools; make
make[1]: Entering directory `/home/root/cocoboot2/tools'
cd bfc; make
make[2]: Entering directory `/home/root/cocoboot2/tools/bfc'
cc -o /home/beretta/C/cocoboot2/build/tools/bfc bfc.c
make[2]: Leaving directory `/home/root/cocoboot2/tools/bfc'
cd idiff; make
make[2]: Entering directory `/home/root/cocoboot2/tools/idiff'
cc -o /home/beretta/C/cocoboot2/build/tools/idiff idiff.c
make[2]: Leaving directory `/home/root/cocoboot2/tools/idiff'
cd rofs; make
make[2]: Entering directory `/home/root/cocoboot2/tools/rofs'
cc -o /home/beretta/C/cocoboot2/build/tools/rofs rofs.c
make[2]: Leaving directory `/home/root/cocoboot2/tools/rofs'
cd slz; make
make[2]: Entering directory `/home/root/cocoboot2/tools/slz'
cc -o /home/beretta/C/cocoboot2/build/tools/slz slz.c
make[2]: Leaving directory `/home/root/cocoboot2/tools/slz'
make[1]: Leaving directory `/home/root/cocoboot2/tools'
cd images; make
make[1]: Entering directory `/home/root/cocoboot2/images'
make[1]: *** No rule to make target `hdbchs.rom', needed by 
`/home/beretta/C/cocoboot2/build/images/decb.rom'.  Stop.
make[1]: Leaving directory `/home/root/cocoboot2/images'
Makefile:37: recipe for target `all' failed
make: *** [all] Error 2

root@DS1 ~/cocoboot2
$
--------------------------------

Original issue reported on code.google.com by computer...@gmail.com on 13 Sep 2013 at 9:12

GoogleCodeExporter commented 9 years ago
1. make sure to properly set up $(HDBDIR) in include/cocoboot2.make.
2. make sure that HDB has been compiled
3. run "make clean" then "make" again.

Original comment by berett...@gmail.com on 13 Sep 2013 at 1:58

GoogleCodeExporter commented 9 years ago
1. make sure to properly set up $(HDBDIR) in include/cocoboot2.make.
2. make sure that HDB has been compiled
3. run "make clean" then "make" again.

Original comment by berett...@gmail.com on 13 Sep 2013 at 1:58

GoogleCodeExporter commented 9 years ago
Issue 5 has been merged into this issue.

Original comment by berett...@gmail.com on 13 Sep 2013 at 2:05