Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Linker now looking for elf file after many years (Read 236 times)
Turbotronics
Newbies
*
Offline


Posts: 3
Location: Cape Town
Joined: May 3rd, 2022
Linker now looking for elf file after many years
Aug 24th, 2024 at 11:38am
Print Post  
Hi, I have an ESp32 project many years being used already. I was looking at debug options and next compile got a script error "\tools\\sdk\\esp32\\bin\\bootloader_dio_80m.elf" not found.
All I ever had was: "\tools\\sdk\\bin\\bootloader_dio_80m.bin"

I dont understand how to solve this issue. Do I recompile the bootloader source to produce a .elf file?
Stuck with a deadline to find some reset bug in my code now.
Any help would be most welcome.
  

Please Register or Login to the Forum to see File Attachments
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Linker now looking for elf file after many years
Reply #1 - Aug 24th, 2024 at 7:44pm
Print Post  
Thanks for the info.

An initial test would be to determine if the following command works. If it doesn't find a bootloader in various places the last attempt is to create one into the build folder.

ptool.exe" --chip esp32 elf2image --flash_mode dio --flash_freq 80m --flash_size 16MB -o ATWEB3.ino.bootloader.bin" s\sdk\esp32\bin\bootloader_dio_80m.elf"

You can see the full command near the end of your build output. The forum messes with the output in these messages so look for:- esptool.exe" --chip esp32 elf2image
« Last Edit: Aug 24th, 2024 at 7:47pm by Tim@Visual Micro »  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint