*.elf is missing

Topics for the Eclipse Environment
Post Reply
jokes304
Posts: 23
Joined: Wed Jun 02, 2010 12:13 pm

*.elf is missing

Post by jokes304 »

My deice was working fine until yesterday when I tried loading my updated program on it and it gave me the error that the .elf file in the release folder was missing. Can someone please let me know what I need to do to fix this error. Thanks.
User avatar
tod
Posts: 587
Joined: Sat Apr 26, 2008 8:27 am
Location: Southern California
Contact:

Re: *.elf is missing

Post by tod »

Sure, put the .elf file in the release folder. :) The most likely thing that happened is your program didn't build correctly and you didn't notice. The build process first deletes some files and if the build stops on an error the files don't get recreated. Unfortunately, sometimes after a failed build, you go to do a new build and you'll get a message that says there isn't anything to do. Just use Project->Clean and select your project. Also make sure you are doing a "Release" build and not a "Debug" build if you are trying to download from the release folder.

Make sure to check the Console window after building.
Post Reply