Skip to content

Conversation

@rhulme
Copy link
Contributor

@rhulme rhulme commented Nov 30, 2025

Bazel configuration adds a dependency on hardware_claim in 'host' but it doesn't exist there. It's in 'common'.

Fixes #2738

Bazel configuration adds a dependency on hardware_claim in 'host' but
it doesn't exist there.  It's in 'common'.

Fixes raspberrypi#2738
Copy link
Contributor

@armandomontanez armandomontanez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Because of #2596, you might be able to remove tags = ["manual"] from this too

@rhulme
Copy link
Contributor Author

rhulme commented Dec 3, 2025

Thanks! Because of #2596, you might be able to remove tags = ["manual"] from this too

I haven't got my head around how exactly Bazel does things yet. I just tried running the command from the Bazel build checks (which seem to be permanently failing anyway).

I noticed host/hardware_irq still has issues because PICO_NUM_VTABLE_IRQS is not defined. That's not a Bazel issue directly, more a debug/release build issue. It seems that Bazel creates a debug build by default, so the assertion in check_irq_param becomes 'live' and the compiler complains about the undefined value.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants