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

Missing Firmware bin file in build output #3899

Open
1 task done
robertvb83 opened this issue Apr 13, 2024 · 1 comment
Open
1 task done

Missing Firmware bin file in build output #3899

robertvb83 opened this issue Apr 13, 2024 · 1 comment
Labels
bug fixed in source This issue is unsolved in the latest release but fixed in master

Comments

@robertvb83
Copy link

robertvb83 commented Apr 13, 2024

What happened?

0.14 is fine, this bug is related to 0.15 branch.

After compiling via yaml file from compile helper, the firmware cannot be copied because the file is missing in output directory

If compiled via VS, the output directory is also empty

To Reproduce Bug

Compile via yaml or VS and output directory is empty

Expected Behavior

Firmware should be there

Install Method

Self-Compiled

What version of WLED?

WLED 0.15-b2

Which microcontroller/board are you seeing the problem on?

ESP32

Relevant log/trace output

Run cd $GITHUB_WORKSPACE
  cd $GITHUB_WORKSPACE
  git rm -r $GITHUB_WORKSPACE/*.bin || true
  WLEDFOLDERNAME=`cat /tmp/WLEDtemp/wledfoldername`
  cp ${WLEDFOLDERNAME}/build_output/firmware/custom_build.bin $GITHUB_WORKSPACE/
  date -I | tr -d '\n' >$GITHUB_WORKSPACE/last_update_date.txt
  shell: /usr/bin/bash -e {0}
  env:
    pythonLocation: /opt/hostedtoolcache/Python/3.9.19/x64
    PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.9.19/x64/lib/pkgconfig
    Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.19/x64
    Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.19/x64
    Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.19/x64
    LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.19/x64/lib
rm 'WLED_0.15.0-b2_ESP32.bin'
rm 'custom_build.bin'
rm 'firmware.bin'
cp: cannot stat '/tmp/WLEDtemp/WLED-0_15/build_output/firmware/custom_build.bin': No such file or directory
Error: Process completed with exit code 1.

Anything else?

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@robertvb83 robertvb83 added the bug label Apr 13, 2024
@blazoncek blazoncek added the fixed in source This issue is unsolved in the latest release but fixed in master label Apr 24, 2024
@softhack007
Copy link
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug fixed in source This issue is unsolved in the latest release but fixed in master
Projects
None yet
Development

No branches or pull requests

3 participants