Port-amiga archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

make build, part 2



Hello, all,

I'm still trying to get make build in /usr/src to remake everything; the previous problem with mount_ados was the same for all of the sbin mount programs, so I commented them out of the sbin Makefile. Now I'm getting this:


all ===> usr.bin/kdump
cc -O2 -m68060 -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Werror -I/usr/src/usr.bin/kdump/../ktrace -I/usr/src/usr.bin/kdump/../../sys -c kdump.c
cc1: warnings being treated as errors
kdump.c: In function `main':
kdump.c:173: warning: implicit declaration of function `getopt'
kdump.c:176: `optarg' undeclared (first use in this function)
kdump.c:176: (Each undeclared identifier is reported only once
kdump.c:176: for each function it appears in.)
kdump.c:207: `optind' undeclared (first use in this function)
kdump.c: In function `fread_tail':
kdump.c:270: warning: implicit declaration of function `sleep'
kdump.c: In function `ktrpsig':
kdump.c:573: `sys_signame' undeclared (first use in this function)
kdump.c:581: warning: implicit declaration of function `sigismember'
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.


Is there a way I can build everything, ignore errors, and install only what's been built? The purpose of this is to have 68060 optimised executables, but if not everywhere, at least wherever possible.

Thanks,
John Klos



Home | Main Index | Thread Index | Old Index