12
0
Fork
You've already forked rust-examples
0

Ensure matching include paths #1

Open
opened 2019年05月03日 17:03:30 +02:00 by chrysn · 0 comments
chrysn commented 2019年05月03日 17:03:30 +02:00 (Migrated from gitlab.com)
Copy link

The CI tests (and probably also regular operation) currently depend on files (eg. cdefs.h) from the system path; those are only depended on in the Cargo builds but not for plain RIOT builds, indicating that libclang and gcc disagree about the default paths for that platform.

It should be ensured that both builds actually use the same files, and the respective workaround removed from the CI scripts.

This may be related to https://gitlab.com/etonomy/riot-sys/issues/1, as that could be traced back to include path issues.

The CI tests (and probably also regular operation) currently depend on files (eg. cdefs.h) from the system path; those are only depended on in the Cargo builds but not for plain RIOT builds, indicating that libclang and gcc disagree about the default paths for that platform. It should be ensured that both builds actually use the same files, and the respective workaround removed from the CI scripts. This may be related to https://gitlab.com/etonomy/riot-sys/issues/1, as that could be traced back to include path issues.
Sign in to join this conversation.
No Branch/Tag specified
main
ci-update
No results found.
Labels
Clear labels
No items
No labels
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
RIOT/rust-examples#1
Reference in a new issue
RIOT/rust-examples
No description provided.
Delete branch "%!s()"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?