sw_timer.h: No such file or directory #1108
Unanswered
VincentKen
asked this question in
Q&A
Replies: 1 comment
-
The files under We are able to compile the project with cmake because we do not use that specific file ( I order to know which files we use in this project please refer to the following list under https://github.com/Lora-net/LoRaMac-node/blob/master/src/boards/SAMR34/CMakeLists.txt LoRaMac-node/src/boards/SAMR34/CMakeLists.txt Lines 37 to 65 in 5780612 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are trying to import this repository in Atmel Studio 7 without cmake.
So far I have been able to add all include paths except for sw_timer.h which is included in the boards/mcu/saml21/hal/src/hal_timer.c
Where can I find this file? Searching for the file in the github repository only shows a result for this include but not the file itself.
I don't have much experience with CMake so I am also not able to figure out how this include is handled with CMake.
Beta Was this translation helpful? Give feedback.
All reactions