Problem with driver compilation using ddkbuild

Home Forums Discussions General Problem with driver compilation using ddkbuild

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5036
    doomergp
    Participant

      Hello. I’m trying to compile sofisticated projet, contained many directories/subdirectories.
      Any combination of keys in source, dir files does not give any succes

      DRIVER
      |
      — IOCTL (ioctl.h,ioctl.cpp)
      |
      —- PNP (……)
      |


      POWER(….)
      |
      dirs
      source
      makefile

      When i put all files in the seme directory – there is no problem.

      If i create dir file with any stuff BUILD tells : “unexpected in directory with DIRS”

      Makefile


      !INCLUDE $(NTMAKEENV)makefile.def

      sources


      TARGETNAME=daq_driver
      TARGETPATH=obj
      TARGETTYPE=DRIVER



      SOURCES=driver.cpp
      disp_ioctl.cpp
      disp_pnp.cpp
      disp_power.cpp
      interrupts.cpp
      dma.cpp
      polling.cpp
      time.cpp
      pci.cpp


      Could anybody provide a sample automation files for MS toolchain ?

      GNU automation is more documented from this viewpoint

      #6078
      Anton
      Participant

        Take a look at MS$ sample in DDK
        WINDDK3790srcgeneraltoaster

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.