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

Ninja error #1

Open
andrewostroumov opened this issue Nov 27, 2019 · 8 comments
Open

Ninja error #1

andrewostroumov opened this issue Nov 27, 2019 · 8 comments

Comments

@andrewostroumov
Copy link

Hey hey!
I try to build your nice project but have some issues and maybe you may help me.
So what I do. I build with esp-idf master and have success with build and flash but cant connect to AP.
Then I try to checkout to a45e9985344575a80acb1dc9c12e7bec4d8af401 and build again
I have this error

-- Build files have been written to: /Users/andrewostroumov/esp/esp32-deauther/build
Running ninja in directory /Users/andrewostroumov/esp/esp32-deauther/build
Executing "ninja all"...
ninja: error: '/Users/andrewostroumov/esp/esp-idf/components/esp_wifi/lib_esp32/libcoexist.a', needed by 'deauther.elf', missing and no known rule to make it
ninja failed with exit code 1
@andrewostroumov
Copy link
Author

I use MacOS so maybe there are some system issues. I have to update patch.sh file to work with MacOS

@andrewostroumov
Copy link
Author

I'm new to ESP32 so sorry if my problem is obvious

@henriquenunez
Copy link
Contributor

I use MacOS so maybe there are some system issues. I have to update patch.sh file to work with MacOS

Did it work?

@utawkin2me
Copy link

i am having the same ninja issue...what is the solution i am on windows 10...

@henriquenunez
Copy link
Contributor

henriquenunez commented Nov 6, 2020

i am having the same ninja issue...what is the solution i am on windows 10...

Hello, please send me the commit of the ESP idf you're using, and the commit number of the project.
And the error as well.

@henriquenunez
Copy link
Contributor

Hey hey!
I try to build your nice project but have some issues and maybe you may help me.
So what I do. I build with esp-idf master and have success with build and flash but cant connect to AP.
Then I try to checkout to a45e9985344575a80acb1dc9c12e7bec4d8af401 and build again
I have this error

-- Build files have been written to: /Users/andrewostroumov/esp/esp32-deauther/build
Running ninja in directory /Users/andrewostroumov/esp/esp32-deauther/build
Executing "ninja all"...
ninja: error: '/Users/andrewostroumov/esp/esp-idf/components/esp_wifi/lib_esp32/libcoexist.a', needed by 'deauther.elf', missing and no known rule to make it
ninja failed with exit code 1

have you tried cleaning the binaries?

@utawkin2me
Copy link

utawkin2me commented Nov 6, 2020 via email

@henriquenunez
Copy link
Contributor

I am new to dev boards and aside from the projects that my arduino came with, this is the first real project i have tried... How do i find the commit number...i ran the build command in the esp32 deauth folder and that created a build directory...is in in there? Why doesn't this repository have a detailed tutorial explaining the installation process....why haven't you built a .bin file containing everything so we could just flash the esp32 wroom 32? Don't get me wrong I like the hands on project because i am learning so much from trying to correct this error but i would've liked a easy install version as well to test out and use to test my wireless network at home... I appreciate your help with this process...i imagine you get allot of emails... Sent from ProtonMail mobile

-------- Original Message --------
On Nov 6, 2020, 9:34 AM, Henrique Hiram Libutti Núñez wrote: > i am having the same ninja issue...what is the solution i am on windows 10... Hello, please send me the commit of the ESP idf you're using, and the commit number of the project. — You are receiving this because you commented. Reply to this email directly, [view it on GitHub](#1 (comment)), or unsubscribe.

Some considerations:

  1. Attach the error you're getting. Otherwise I'm just reading "it did not work", and I'm unable to know if the problem is mine or yours.

  2. There's no way of generating a binary for now, since the mac address is currently hardcoded. Doing it is a WIP, and will require some sort of interface between the user and the ESP32.

See you soon.

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