Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MTL-h EC firmware fails to build #923

Closed
dawidlesiak opened this issue Jul 1, 2024 · 2 comments
Closed

MTL-h EC firmware fails to build #923

dawidlesiak opened this issue Jul 1, 2024 · 2 comments
Assignees
Labels
bug Something isn't working EC needs review novacustom_v54_mtl NovaCustom V54 Series

Comments

@dawidlesiak
Copy link

Component

EC firmware

Device

NovaCustom V54 14th Gen

Dasharo version

No response

Dasharo Tools Suite version

No response

Brief summary

cannot build the EC firmware

How reproducible

100% reproducible.

How to reproduce

  1. checkout branch mtl-h
  2. run EC_BOARD_VENDOR=novacustom EC_BOARD_MODEL=v540tu ./build.sh

Expected behavior

EC firmware should build without any issues

Actual behavior

dlesiak in ~/ec on mtl-h λ EC_BOARD_VENDOR=novacustom EC_BOARD_MODEL=v540tu ./build.sh
  CC        novacustom/v540tu/2024-05-22_a4cedfc/scratch/board/system76/common/scratch/../smfi.rel
  CC        novacustom/v540tu/2024-05-22_a4cedfc/scratch/board/system76/common/scratch/main.rel
  CC        novacustom/v540tu/2024-05-22_a4cedfc/scratch/board/system76/common/scratch/stdio.rel
  LINK      novacustom/v540tu/2024-05-22_a4cedfc/scratch/scratch.ihx
  OBJCOPY   novacustom/v540tu/2024-05-22_a4cedfc/scratch/scratch.rom
  XXD       novacustom/v540tu/2024-05-22_a4cedfc/include/scratch.h
  CC        novacustom/v540tu/2024-05-22_a4cedfc/flash/board/system76/common/flash/main.rel
  LINK      novacustom/v540tu/2024-05-22_a4cedfc/flash/flash.ihx
  OBJCOPY   novacustom/v540tu/2024-05-22_a4cedfc/flash/flash.rom
  XXD       novacustom/v540tu/2024-05-22_a4cedfc/include/flash.h
  CC        novacustom/v540tu/2024-05-22_a4cedfc/board/system76/common/main.rel
  CC        novacustom/v540tu/2024-05-22_a4cedfc/arch/8051/arch.rel
  CC        novacustom/v540tu/2024-05-22_a4cedfc/arch/8051/delay.rel
  CC        novacustom/v540tu/2024-05-22_a4cedfc/arch/8051/time.rel
  CC        novacustom/v540tu/2024-05-22_a4cedfc/board/novacustom/v540tu/board.rel
  CC        novacustom/v540tu/2024-05-22_a4cedfc/board/novacustom/v540tu/gpio.rel
  CC        novacustom/v540tu/2024-05-22_a4cedfc/board/system76/common/acpi.rel
  CC        novacustom/v540tu/2024-05-22_a4cedfc/board/system76/common/battery.rel
  CC        novacustom/v540tu/2024-05-22_a4cedfc/board/system76/common/charger/oz26786.rel
  CC        novacustom/v540tu/2024-05-22_a4cedfc/board/system76/common/config.rel
  CC        novacustom/v540tu/2024-05-22_a4cedfc/board/system76/common/dgpu.rel
  CC        novacustom/v540tu/2024-05-22_a4cedfc/board/system76/common/ecpm.rel
  CC        novacustom/v540tu/2024-05-22_a4cedfc/board/system76/common/espi.rel
  CC        novacustom/v540tu/2024-05-22_a4cedfc/board/system76/common/fan.rel
  CC        novacustom/v540tu/2024-05-22_a4cedfc/board/system76/common/flash/wrapper.rel
  CC        novacustom/v540tu/2024-05-22_a4cedfc/board/system76/common/gctrl.rel
  CC        novacustom/v540tu/2024-05-22_a4cedfc/board/system76/common/kbc.rel
  CC        novacustom/v540tu/2024-05-22_a4cedfc/board/system76/common/kbled.rel
  CC        novacustom/v540tu/2024-05-22_a4cedfc/board/system76/common/kbled/rgb_pwm.rel
  CC        novacustom/v540tu/2024-05-22_a4cedfc/board/system76/common/kbscan.rel
  CC        novacustom/v540tu/2024-05-22_a4cedfc/board/system76/common/keymap.rel
  CC        novacustom/v540tu/2024-05-22_a4cedfc/board/system76/common/lid.rel
  CC        novacustom/v540tu/2024-05-22_a4cedfc/board/system76/common/options.rel
  CC        novacustom/v540tu/2024-05-22_a4cedfc/board/system76/common/parallel.rel
  CC        novacustom/v540tu/2024-05-22_a4cedfc/board/system76/common/peci.rel
  CC        novacustom/v540tu/2024-05-22_a4cedfc/board/system76/common/pmc.rel
  CC        novacustom/v540tu/2024-05-22_a4cedfc/board/system76/common/pnp.rel
  CC        novacustom/v540tu/2024-05-22_a4cedfc/board/system76/common/power.rel
  CC        novacustom/v540tu/2024-05-22_a4cedfc/board/system76/common/ps2.rel
  CC        novacustom/v540tu/2024-05-22_a4cedfc/board/system76/common/pwm.rel
  CC        novacustom/v540tu/2024-05-22_a4cedfc/board/system76/common/scratch.rel
  CC        novacustom/v540tu/2024-05-22_a4cedfc/board/system76/common/smbus.rel
  CC        novacustom/v540tu/2024-05-22_a4cedfc/board/system76/common/smfi.rel
  CC        novacustom/v540tu/2024-05-22_a4cedfc/board/system76/common/stdio.rel
  CC        novacustom/v540tu/2024-05-22_a4cedfc/board/system76/common/usbpd/tps65987.rel
  CC        novacustom/v540tu/2024-05-22_a4cedfc/board/system76/common/wireless.rel
  CC        novacustom/v540tu/2024-05-22_a4cedfc/common/i2c.rel
  CC        novacustom/v540tu/2024-05-22_a4cedfc/common/keymap.rel
  CC        novacustom/v540tu/2024-05-22_a4cedfc/common/version.rel
  CC        novacustom/v540tu/2024-05-22_a4cedfc/ec/ite/adc.rel
  CC        novacustom/v540tu/2024-05-22_a4cedfc/ec/ite/ec.rel
  CC        novacustom/v540tu/2024-05-22_a4cedfc/ec/ite/espi.rel
  CC        novacustom/v540tu/2024-05-22_a4cedfc/ec/ite/gpio.rel
  CC        novacustom/v540tu/2024-05-22_a4cedfc/ec/ite/i2c.rel
  CC        novacustom/v540tu/2024-05-22_a4cedfc/ec/ite/kbc.rel
  CC        novacustom/v540tu/2024-05-22_a4cedfc/ec/ite/pmc.rel
  CC        novacustom/v540tu/2024-05-22_a4cedfc/ec/ite/ps2.rel
  CC        novacustom/v540tu/2024-05-22_a4cedfc/ec/ite/signature.rel
make: *** No rule to make target 'src/keyboard/system76/14in_83/keymap/combo_iso_ansi_micmute.c', needed by 'build/novacustom/v540tu/2024-05-22_a4cedfc/keyboard/system76/14in_83/keymap/combo_iso_ansi_micmute.rel'.  Stop.
Failed to build EC firmware : (2)
dlesiak in ~/ec on mtl-h λ`

Screenshots

No response

Additional context

No response

Solutions you've tried

No response

@dawidlesiak dawidlesiak added bug Something isn't working EC needs review labels Jul 1, 2024
@github-actions github-actions bot added novacustom_v54_mtl NovaCustom V54 Series labels Jul 1, 2024
@mkopec
Copy link
Member

mkopec commented Jul 2, 2024

@dawidlesiak

checkout branch mtl-h

There is no need to checkout any branches on the EC repo. Try building the latest master again, that should work

@dawidlesiak
Copy link
Author

Works fine on master branch,
thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working EC needs review novacustom_v54_mtl NovaCustom V54 Series
Projects
None yet
Development

No branches or pull requests

2 participants