GANESH-ICMC / esp32-deauther

180 stars 19 forks source link

Ninja error #1

Open andrewostroumov opened 4 years ago

andrewostroumov commented 4 years ago

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 commented 4 years ago

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

andrewostroumov commented 4 years ago

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

henriquenunez commented 4 years ago

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 commented 3 years ago

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

henriquenunez commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

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, or unsubscribe.

henriquenunez commented 3 years ago

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.