Skip to content

Issue compiling muddled_dev branch #15

@gotnull

Description

@gotnull

Describe the bug
Issue with running make.

To Reproduce
Steps to reproduce the behavior:

  1. git clone -b muddled_dev https://github.com/MuddledBox/flipperzero-firmware.git
  2. make

/flipperzero-firmware/applications/about/about.c:187:5: error: 'bootloader_version_screen' undeclared here (not in a function) identifier "bootloader_version_screen" is undefinedC/C++(20)

If I remove that line referencing bootloader_version_screen and try to run make again it complains about the following file missing from:

flipperzero-firmware/firmware/targets/f7/furi_hal/furi_hal_usb_hid.c:12:10: fatal error: hid_usage_consumer.h: No such file or directory 12 | #include "hid_usage_consumer.h"

Expected behavior
Firmware is compiled successfully.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions