Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » In need for help on makefile build problem in eclipse
In need for help on makefile build problem in eclipse [message #1460003] Mon, 03 November 2014 04:58
gh lee is currently offline gh leeFriend
Messages: 1
Registered: November 2014
Junior Member
When I append messages to a file in my makefile, the output file created has an extra '?' character at the end of its file extension.

example:
(in makefile)
@echo testing >> my_test.txt

output file created: "my_test.txt?"

This problem occurs if I build my project with eclipse.
If I invoke the make in Command Prompt, there is not such problem.

I am using gnumake.

Really appreciate if someone can shed some light on this.
Thanks in advance!


Previous Topic:Can't compile C++ inside eclipse
Next Topic:Compiling problems
Goto Forum:
  


Current Time: Thu Apr 25 22:03:47 GMT 2024

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

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

Back to the top