Fix soul-demo compile: add -I runtime/ include path #32

Merged
will.anderson merged 1 commits from fix/stage-source-check into dev 2026-05-10 01:02:38 +00:00
Owner

soul-demo.c and vessel_stubs.c both include el_runtime.h with a relative path. The compile command was missing -I runtime/ so the header wasn't found. Adding the include path fixes the build.

soul-demo.c and vessel_stubs.c both include el_runtime.h with a relative path. The compile command was missing -I runtime/ so the header wasn't found. Adding the include path fixes the build.
will.anderson added 1 commit 2026-05-10 01:02:32 +00:00
Fix soul-demo compile: add -I runtime/ for el_runtime.h include path
Dev — Build & local smoke test / build-smoke (pull_request) Successful in 1m42s
d5820c43b0
will.anderson merged commit aa040d1412 into dev 2026-05-10 01:02:38 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: neuron-technologies/neuron-web#32