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

Actions Not Working for Me At All - Newbie to Actions #65

Closed
jotasprout opened this issue Sep 24, 2020 · 2 comments
Closed

Actions Not Working for Me At All - Newbie to Actions #65

jotasprout opened this issue Sep 24, 2020 · 2 comments

Comments

@jotasprout
Copy link

I have no idea what to even say or where to start so I'll just say I've tried multiple times and these are the screenshots I have. Hopefully, they'll be more helpful than I am. I have no idea which ones will or will not be helpful.

2020-09-19-163357_1920x1080_scrot
2020-09-19-163412_1920x1080_scrot
2020-09-19-164925_1920x1080_scrot
2020-09-19-165134_1920x1080_scrot
2020-09-19-165141_1920x1080_scrot
2020-09-19-165222_1920x1080_scrot
2020-09-19-165629_1920x1080_scrot
2020-09-19-165646_1920x1080_scrot
2020-09-19-165738_1920x1080_scrot
2020-09-19-165809_1920x1080_scrot

@lupyuen
Copy link
Collaborator

lupyuen commented Sep 24, 2020

Hi: Sorry for the delay... The error in the log is this...

https://github.com/jotasprout/Pinetime/runs/1138700180?check_suite_focus=true

/home/runner/work/Pinetime/Pinetime/src/drivers/TwiMaster.cpp:1:10: fatal error: sdk/integration/nrfx/nrfx_log.h: No such file or directory
 #include <sdk/integration/nrfx/nrfx_log.h>

Could you please edit...

https://github.com/jotasprout/Pinetime/blob/master/src/drivers/TwiMaster.cpp

And change the first 2 lines from

#include <sdk/integration/nrfx/nrfx_log.h>
#include <sdk/modules/nrfx/hal/nrf_gpio.h>

To...

#include <nrfx_log.h>
#include <nrf_gpio.h>

And it should work, hopefully.

I wrote about this bug here...

https://lupyuen.github.io/pinetime-rust-mynewt/articles/cloud#our-first-pinetime-firmware-build

Under the section "4. Our First PineTime Firmware Build", paragraph "If we see this error...".

I'm terribly sorry my instructions were not clear, please let me know whether this fixes the build. Thanks.

@jotasprout
Copy link
Author

Your instructions were clear. I just didn't see the error when I was looking because it was deep into that line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants