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

"make ship" and "make truck" are missing dependances #54

Open
derekcom17 opened this issue Apr 3, 2022 · 2 comments
Open

"make ship" and "make truck" are missing dependances #54

derekcom17 opened this issue Apr 3, 2022 · 2 comments
Labels
error Something isn't working flow Makefile or in-repository flow script changed

Comments

@derekcom17
Copy link

These targets will fail if several other tasks have not been completed first. No helpful error message is produced.

One way to resolve this is to add the dependent targets check-uid check-mcw set_user_id gpio_defaults to ship and truck.

Also, the path ../mgmt_core_wrapper/gds/mgmt_core_wrapper.gds which appears in both of these targets could be replaced with $(MCW_ROOT)/gds/mgmt_core_wrapper.gds. That hardcoded path requires that MCW_ROOT be a subdirectory of CARAVEL_ROOT.

@Pramodgouda1
Copy link

make gpio_defaults
export USED_ID=<your favorite 8 digit hex number>
make set_user_id
make ship

This should work. @derekcom17

@derekcom17
Copy link
Author

Yes I believe that should work.
If that is the intended script for make ship, then could you consider putting that script in the readme or somewhere obvious to new users?

@RTimothyEdwards RTimothyEdwards added error Something isn't working flow Makefile or in-repository flow script changed labels Oct 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
error Something isn't working flow Makefile or in-repository flow script changed
Projects
Status: No status
Development

No branches or pull requests

3 participants