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

native_runner_executable never up-to-date #83336

Open
voltamund opened this issue Dec 23, 2024 · 0 comments
Open

native_runner_executable never up-to-date #83336

voltamund opened this issue Dec 23, 2024 · 0 comments
Assignees
Labels
area: native port Host native arch port (native_sim) bug The issue is a bug, or the PR is fixing a bug

Comments

@voltamund
Copy link

Describe the bug

Target platform: native_sim/native/64
After upgrading to zephyr 3.7.0 and building for native_sim I noticed that the build is never up-to-date. With older zephyr releases like 3.2 this was not the case. The native_runner_executable target always builds

add_custom_target(native_runner_executable

Expected behavior

If everything has been build before and nothing changes a build should show something like

[build] ninja: no work to do.
[driver] Build completed: 00:00:00.101

Logs and console output
native_runner_executable will always build even if nothing has changed

[build] [1/2 66.7/0.015] Building native simulator runner, and linking final executable
[build] [2/2 1.7/1.200] Running utility command for native_runner_executable
[driver] Build completed: 00:00:01.293
[build] Build finished with exit code 0

Environment (please complete the following information):

  • OS: Linux
  • Toolchain: zephyr-sdk-0.16.8
  • Zephyr Version 3.7.0
@voltamund voltamund added the bug The issue is a bug, or the PR is fixing a bug label Dec 23, 2024
@pdgendt pdgendt added the area: native port Host native arch port (native_sim) label Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: native port Host native arch port (native_sim) bug The issue is a bug, or the PR is fixing a bug
Projects
None yet
Development

No branches or pull requests

3 participants