Closed Lordex-x closed 3 months ago
During compilation, an error occurs: file zmuldefs.h not found.
I followed the installation steps for the cardputer to generate a binary compiled by the IDE.
I expected to create a .bin file.
This is the second step in the installation guide.
Have you made the edits to platform.txt file? https://github.com/justcallmekoko/ESP32Marauder/wiki/arduino-ide-setup#if-you-are-following-these-instructions-you-do-not-need-to-do-this
I edited
I edited
Before or after the error you posted? Also did you add the -w to the correct locations in platform.txt?
, I edited before and also edited the "-w" parts."
Seems to compile fine on my end. From the look of it you're compiling from the main or development branch. Which one are you using?
Just merged main
and development
in case you want the most recent changes.
Parece compilar bem do meu lado. Pelo que parece, você está compilando a partir do branch principal ou de desenvolvimento. Qual você está usando?
main
I deleted everything and downloaded it again, and the error didn't repeat itself, so it was probably some typing mistake on my part in some unknown part of the code. But I'm already having difficulties with the 'ieee80211' part.
I managed to compile successfully. Where can I find the binary file?
I managed to compile successfully. Where can I find the binary file?
should be in the directory minigotchi-ESP32/build/<name of your ESP32>
.
I deleted everything and downloaded it again, and the error didn't repeat itself, so it was probably some typing mistake on my part in some unknown part of the code. But I'm already having difficulties with the 'ieee80211' part.
wdym by the ieee80211 part? like is deauthing not working or something? most of the networking part is handled by the minigotchi.
Apaguei tudo e baixei novamente, e o erro não se repetiu, então provavelmente foi algum erro de digitação da minha parte em alguma parte desconhecida do código. Mas já estou tendo dificuldades com a parte 'ieee80211'.
wdym pela parte ieee80211? tipo, a deauthing não está funcionando ou algo assim? a maior parte da parte de rede é gerenciada pelo minigotchi.
Redundancy of files in the library.
Apaguei tudo e baixei novamente, e o erro não se repetiu, então provavelmente foi algum erro de digitação da minha parte em alguma parte desconhecida do código. Mas já estou tendo dificuldades com a parte 'ieee80211'.
wdym pela parte ieee80211? tipo, a deauthing não está funcionando ou algo assim? a maior parte da parte de rede é gerenciada pelo minigotchi.
Redundancy of files in the library.
I'm not sure what you mean, can you show me the output from the Minigotchi or the Arduino compiler which has the error?
I had similar files from "M5Stack" in the library that were conflicting during compilation with those from "ESP32".
Ah okay. I'm assuming it works fine now?
I deleted everything and downloaded it again, and the error didn't repeat itself, so it was probably some typing mistake on my part in some unknown part of the code. But I'm already having difficulties with the 'ieee80211' part.
Were you getting "Multiple Definition of ieee80211_raw_frame_sanity_check" ?
I am going to close this issue as it seems to be solved.
During compilation, an error occurs: file zmuldefs.h not found.
I followed the installation steps for the cardputer to generate a binary compiled by the IDE.
I expected to create a .bin file.
This is the second step in the installation guide.