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 Error creating .elf (Read 3463 times)
Jarno
Newbies
*
Offline


Posts: 2
Joined: Jul 11th, 2015
Error creating .elf
Jul 11th, 2015 at 8:20am
Print Post  
when i try to build my project i get this error: "Error creating .elf"

i looked around the forum to find a solution, the answers where to long filename or the libary's in included wrong. so i started over with a fresh project no code other then the setup and loop function in it

Code (C++)
Select All
void setup()
{

  /* add setup code here */

}

void loop()
{

  /* add main program code here */

} 



and i still get this output:
Code
Select All
Compiling 'ledlarp' for 'Arduino Nano w/ ATmega328'
ld.exe:cannot open output file h\ledlarp.elf: No such file or directory
collect2.exe*:error: ld returned 1 exit status
Error creating .elf 



i looked into the folder E:\Users\Jarno\AppData\Local\V.Micro\Arduino\Builds\ledlarp\nano_atmega328 but it does not contain a folder sketch

i have windows 7, 64bit

does anyone know how to resolve this?
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Error creating .elf
Reply #1 - Jul 11th, 2015 at 2:36pm
Print Post  
Hi,

Which version of Arduino do you have installed?

Thanks
  
Back to top
IP Logged
 
Jarno
Newbies
*
Offline


Posts: 2
Joined: Jul 11th, 2015
Re: Error creating .elf
Reply #2 - Jul 11th, 2015 at 4:33pm
Print Post  
1.6.6 Build: 2015/07/03 10:41
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint