Skip to content
This repository has been archived by the owner on Dec 20, 2020. It is now read-only.

Modem does not compile #7

Open
skoky opened this issue Dec 10, 2017 · 2 comments
Open

Modem does not compile #7

skoky opened this issue Dec 10, 2017 · 2 comments

Comments

@skoky
Copy link

skoky commented Dec 10, 2017

Can you please advice why modem does not compile?

modem.c:29:16: fatal error: hw.h: No such file or directory
 #include "hw.h"
@wklenk
Copy link
Owner

wklenk commented Dec 10, 2017

I did not (yet) port the "modem" example from stm32 platform to Raspberry Pi. The compiler tries to look up hw.h in the Raspberry Pi HAL implementation directory, but it doesn't exist there.

@skoky
Copy link
Author

skoky commented Dec 11, 2017

What needs to be done to port stm32 to raspi? If I include the stm32 dir into the build, it fails on other lib:

../../stm32/stm32l1xx.h:286:22: fatal error: core_cm3.h: No such file or directory #include "core_cm3.h"
What should be included to compile?

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

No branches or pull requests

2 participants