Skip to content

dfu-programmer 1.1.0 build failure #94

@chenrui333

Description

@chenrui333

👋 trying to build the latest release, but run into some build issue. The error log is as below:

error build log
  main.c:22:10: fatal error: 'libdfu.h' file not found
  #include "libdfu.h"
           ^~~~~~~~~~
  commands.c:28:10: fatal error: 'commands.h' file not found
  #include "commands.h"
           ^~~~~~~~~~~~
  intel_hex.c:39:10: fatal error: 'intel_hex.h' file not found
  #include "intel_hex.h"
           ^~~~~~~~~~~~~
  1 error generated.
  make[1]: *** [main.o] Error 1
  make[1]: *** Waiting for unfinished jobs....
  stm32.c:27:10: fatal error: 'dfu-device.h' file not found
  #include "dfu-device.h"
           ^~~~~~~~~~~~~~
  atmel.c:31:10: fatal error: 'dfu-device.h' file not found
  #include "dfu-device.h"
           ^~~~~~~~~~~~~~
  arguments.c:28:10: fatal error: 'dfu-device.h' file not found
  #include "dfu-device.h"
           ^~~~~~~~~~~~~~
  dfu.c:30:10: fatal error: 'dfu.h' file not found
  #include "dfu.h"
           ^~~~~~~
  libdfu.c:25:10: fatal error: 'dfu-device.h' file not found
  #include "dfu-device.h"
           ^~~~~~~~~~~~~~
  1 error generated.
  1 error generated.
  1 error generated.
  1 error generated.

full build log, https://github.com/Homebrew/homebrew-core/actions/runs/5492765143/jobs/10012914104?pr=136121
relates to Homebrew/homebrew-core#136121

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions