dj1ch / minigotchi-ESP32

minigotchi ported to the ESP32. maintained by @dj1ch
GNU General Public License v3.0
64 stars 6 forks source link

xtensa-esp32s3-elf-g++: error: zmuldefs: No such file or directory exit status 1 Compilation error: exit status 1 #48

Closed Lordex-x closed 1 month ago

Lordex-x commented 1 month 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. imagem_2024-07-05_102643672

ATOMNFT commented 1 month 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. imagem_2024-07-05_102643672

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

Lordex-x commented 1 month ago

I edited imagem_2024-07-07_012102780

ATOMNFT commented 1 month ago

I edited imagem_2024-07-07_012102780

Before or after the error you posted? Also did you add the -w to the correct locations in platform.txt?

Lordex-x commented 1 month ago

, I edited before and also edited the "-w" parts."

dj1ch commented 1 month ago

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?

dj1ch commented 1 month ago

Just merged main and development in case you want the most recent changes.

Lordex-x commented 1 month ago

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

Lordex-x commented 1 month ago

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.

Lordex-x commented 1 month ago

I managed to compile successfully. Where can I find the binary file?

dj1ch commented 1 month ago

I managed to compile successfully. Where can I find the binary file?

should be in the directory minigotchi-ESP32/build/<name of your ESP32>.

dj1ch commented 1 month ago

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.

Lordex-x commented 1 month ago

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.

dj1ch commented 1 month ago

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?

Lordex-x commented 1 month ago

I had similar files from "M5Stack" in the library that were conflicting during compilation with those from "ESP32".

dj1ch commented 1 month ago

Ah okay. I'm assuming it works fine now?

ATOMNFT commented 1 month ago

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" ?

dj1ch commented 1 month ago

I am going to close this issue as it seems to be solved.