Skip to main content



      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] Sun, 02 November 2014 23:58
Eclipse UserFriend
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: Wed Jul 09 09:46:22 EDT 2025

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

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

Back to the top