Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Makefile problems (Eclipse Kepler does not generate binary files)
Makefile problems [message #1754497] Sat, 18 February 2017 21:52 Go to next message
Nicol Tellez is currently offline Nicol TellezFriend
Messages: 2
Registered: February 2017
Junior Member
I have created a project, it compiles perfectly, but it does not generate the binary files, with the following extensions:
.elf
.hex
.bin
.lss

I have looked at other forums where these files are deleted but when compiling the program or project they are automatically regenerated, in my case they are not generated.

Any ideas?
Thank you
Re: Makefile problems [message #1754739 is a reply to message #1754497] Tue, 21 February 2017 21:20 Go to previous message
Jonah Graham is currently offline Jonah GrahamFriend
Messages: 416
Registered: June 2014
Senior Member
What extensions do you get.

If you are on Windows, I would expect a .exe to be created, on Linux there would be no extension by default.

The elf/hex/etc... are normally created by specific extensions to CDT, e.g. the GNU ARM plugins creates some of these IIRC.

Those third-parties set up the projects for you. You can do it manually by running objcopy as post build steps in your build configuration.
Previous Topic:How to find all ifs, switch cases, etc.
Next Topic:Fatal error files: misc.h: No such file or directory
Goto Forum:
  


Current Time: Tue Mar 19 06:39:07 GMT 2024

Powered by FUDForum. Page generated in 0.02380 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top