0

I am using buildroot to build code. When it come to eudev, it show some error

ata_id.c:35:10: fatal error: scsi/scsi.h: No such file or director

But I can find this header in

buildroot/dl/linux/git/drivers/scsi/scsi.h
buildroot/dl/linux/git/include/scsi/scsi.h
buildroot/output/build/linux-headers-master/drivers/scsi/scsi.h

Any idea or hint?

BigDongle
  • 253
  • 2
  • 10
  • 1
    I'm not very experienced in Buildroot, but for me in some cases there is need to run `make clean all` instead of pure `make`. Unfortunately, you will wait until all packages will be rebuilt. Look at 8.2 in https://buildroot.org/downloads/manual/manual.html#full-rebuild – IzZy Sep 01 '20 at 08:03
  • @BigDongle Did you have any success on this? I'm facing the very same problem – Muhammed B. Aydemir Sep 18 '20 at 14:54
  • @MuhammedB.Aydemir make clean all as the manual – BigDongle Sep 21 '20 at 01:43

0 Answers0