Error compiling on MacOS #12
Replies: 9 comments 2 replies
-
Followup: Got MacOS to compile "blink" example but wouldn't compile OPNpool. Moved from MacOS to Windows, duplicated environment as described here, including downgrading esp-idf and vscode extension to versions mentioned in read.me. In all cases, both Windows and OSX terminate compilation with the same error: OSX: Windows: Stuck... |
Beta Was this translation helpful? Give feedback.
-
@chicodaman, |
Beta Was this translation helpful? Give feedback.
-
Thank you for the response. I was working on this as your message came in! I will try this, let you know how it goes. Trying to get it to compile on Windows first, then will move over to OSX.
… On Mar 3, 2023, at 2:24 PM, Coert Vonk ***@***.***> wrote:
@chicodaman <https://github.com/chicodaman>,
Seems like you forgot the --recursive flag when cloning the project. This flag causes required components to be downloaded, suck as factory_reset_task and coredump_to_server.
—
Reply to this email directly, view it on GitHub <#12 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AMYDKB7237ITSSS5XRQIU2DW2JVSFANCNFSM6AAAAAAVJ6M6MA>.
You are receiving this because you were mentioned.
|
Beta Was this translation helpful? Give feedback.
-
Unfortunately, I'm having the same cloning issue mentioned by justlikeef in Issues..."Error trying to clone" Issues: #4 No solutions were provided in that thread. Any ideas how to resolve? Thanks.... `C:\Users\me>git clone --recursive https://github.com/cvonk/OPNpool.git Please make sure you have the correct access rights Please make sure you have the correct access rights |
Beta Was this translation helpful? Give feedback.
-
OK, fixed by adding an SSH key to my git account: https://jhooq.com/github-permission-denied-publickey/ |
Beta Was this translation helpful? Give feedback.
-
The readme suggest to change to the interface directory before compiling.
…On Mon, Feb 27, 2023, 2:00 PM chicodaman ***@***.***> wrote:
Hi - I do a lot of ESP32 stuff using VS and PlatformIO and Arduino
environments, but have never done a compile using ESP-IDF before, so I'm
learning as I go.
I get the following error when trying to compile on MacOS:
`Executing task: cmake -G Ninja -DPYTHON_DEPS_CHECKED=1 -DESP_PLATFORM=1
-B /Users/me/Documents/Arduino/OPNpool-master/build -S
/Users/me/Documents/Arduino/OPNpool-master
CMake Error: The source directory
"/Users/me/Documents/Arduino/OPNpool-master" does not appear to contain
CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
- The terminal process "/bin/zsh '-c', 'cmake -G Ninja
-DPYTHON_DEPS_CHECKED=1 -DESP_PLATFORM=1 -B
/Users/me/Documents/Arduino/OPNpool-master/build -S
/Users/me/Documents/Arduino/OPNpool-master'" failed to launch (exit code:
1).`
Any ideas what I'm doing wrong?
(I have a real use for this code in my pool environment...thanks.)
—
Reply to this email directly, view it on GitHub
<#12>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACKIDGQNIALW6DBC2FYQXXTWZUPX3ANCNFSM6AAAAAAVJ6M6MA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Interesting, though...I can get wifi to connect using the "test" directory of wifi-connect-master: W (661) main: Using SSID from Kconfig I (1611) wifi:AP's beacon interval = 102400 us, DTIM period = 1 Not sure why the "interface" directory won't connect... |
Beta Was this translation helpful? Give feedback.
-
Can you try the fix suggested in |
Beta Was this translation helpful? Give feedback.
-
Yes! Quick cut and paste without detailed analysis (just before heading off to bed)...it connects and works. Thanks much for the assistance. Looking forward to working with this, looks like a really nice implementation... |
Beta Was this translation helpful? Give feedback.
-
Hi - I do a lot of ESP32 stuff using VS and PlatformIO and Arduino environments, but have never done a compile using ESP-IDF before, so I'm learning as I go.
I get the following error when trying to compile on MacOS:
`Executing task: cmake -G Ninja -DPYTHON_DEPS_CHECKED=1 -DESP_PLATFORM=1 -B /Users/me/Documents/Arduino/OPNpool-master/build -S /Users/me/Documents/Arduino/OPNpool-master
CMake Error: The source directory "/Users/me/Documents/Arduino/OPNpool-master" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
Any ideas what I'm doing wrong?
(I have a real use for this code in my pool environment...thanks.)
Beta Was this translation helpful? Give feedback.
All reactions