On 09 Apr 2002 18:16:34 -0700, 
Thomas Duffy <[EMAIL PROTECTED]> wrote:
>On Tue, 2002-04-09 at 16:09, Keith Owens wrote:
>
>> Temporary workaround, while I think about the real fix.
>
>hrm...still not working...time to shoot the aic7xxx maintainer :)
>
><snip>
>
>  CC drivers/scsi/aic7xxx/aic7xxx_core.o
>pp_makefile5: stat (drivers/scsi/aic7xxx/aic7xxx_seq.h) failed: No such file or 
>directory
>pp_makefile5: open(/tmp/tduffy/drivers/scsi/aic7xxx/aic7xxx_seq.h) failed: No such 
>file or directory
>pp_makefile5: dependencies (pid 2702) did not exit normally due to signal 11
>make[1]: *** [drivers/scsi/aic7xxx/aic7xxx_core.o] Error 1

It works for me.  It looks like the USER command to copy the .h files
from source to object has failed.  There might be some crud lying
around that is confusing the timestamps.

$ grep AIC7XXX .config
CONFIG_SCSI_AIC7XXX=y
CONFIG_AIC7XXX_CMDS_PER_DEVICE=253
CONFIG_AIC7XXX_RESET_DELAY_MS=15000
# CONFIG_AIC7XXX_BUILD_FIRMWARE is not set

$ env | grep KB
KBUILD_OBJTREE=/build/kaos/object-2.4.18
KBUILD_SRCTREE_000=/build/kaos/2.4.18-kbuild-2.5

$ rm -rf $KBUILD_OBJTREE/drivers/scsi/aic7xxx
$ make -f $KBUILD_SRCTREE_000/Makefile-2.5 drivers/scsi/aic7xxx
Using ARCH='i386' AS='as' LD='ld' CC='/usr/bin/kgcc' CPP='/usr/bin/kgcc -E' AR='ar' 
HOSTAS='as' HOSTLD='gcc' HOSTCC='gcc' HOSTAR='ar'
Generating global Makefile
  phase 1 (find all inputs)
  phase 2 (convert all Makefile.in files)
  phase 3 (evaluate selections)
  phase 4 (write global makefile)
Starting phase 5 (build) for drivers/scsi/aic7xxx
  USER drivers/scsi/aic7xxx/aic7xxx_reg.h
  USER drivers/scsi/aic7xxx/aic7xxx_seq.h
  CC drivers/scsi/aic7xxx/aic7xxx_linux.o
  CC drivers/scsi/aic7xxx/aic7xxx_proc.o
  CC drivers/scsi/aic7xxx/aic7770_linux.o
  CC drivers/scsi/aic7xxx/aic7xxx_core.o
  CC drivers/scsi/aic7xxx/aic7xxx_93cx6.o
  CC drivers/scsi/aic7xxx/aic7770.o
  LD drivers/scsi/aic7xxx/aic7xxx.o
Phase 5 complete for drivers/scsi/aic7xxx

$ ls -l $KBUILD_OBJTREE/drivers/scsi/aic7xxx
-rw-r--r--    1 kaos     ocs          2080 Apr 10 11:56 aic7770_linux.o
-rw-r--r--    1 kaos     ocs          3644 Apr 10 11:56 aic7770.o
-rw-r--r--    1 kaos     ocs          3108 Apr 10 11:56 aic7xxx_93cx6.o
-rw-r--r--    1 kaos     ocs         76384 Apr 10 11:56 aic7xxx_core.o
-rw-r--r--    1 kaos     ocs         26124 Apr 10 11:56 aic7xxx_linux.o
-rw-r--r--    1 kaos     ocs        108754 Apr 10 11:56 aic7xxx.o
-rw-r--r--    1 kaos     ocs          3412 Apr 10 11:56 aic7xxx_proc.o
-rw-r--r--    1 kaos     ocs         17532 Oct 26 15:50 aic7xxx_reg.h
-rw-r--r--    1 kaos     ocs         32921 Oct 26 15:50 aic7xxx_seq.h
drwxr-xr-x    2 kaos     ocs          4096 Apr 10 11:56 aicasm/


_______________________________________________
kbuild-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kbuild-devel

Reply via email to