Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » How to import the makefile?
How to import the makefile? [message #740189] Tue, 18 October 2011 08:46
Sunny  is currently offline Sunny Friend
Messages: 2
Registered: October 2011
Junior Member
Hi,

I've created a SystemC project on Linux that compiles fine and also runs without a problem.
I want to transfer this project to win32 by cygwin+systemc+eclipse but there is error from *.d about "multiple target patterns. Stop." I don't know what is happened.
But I compared the setting of makefile, something is different. Eclipse generated the makefile automatically and I don't know how to remove " -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)"

in subdir.mk
g++ -I"C:\systemc-2.2.0\include" -I"C:\Projects\TestSCEclipse\TestSC\src\simple_bus" -I"D:\TLM-2009-07-15\tlm" -O1 -g -Wall -DVERBOSE_GLOBAL -Wno-deprecated -DSC_INCLUDE_DYNAMIC_PROCESSES -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"

Or can I import my makefile manually?

Operating System: Windows-32
Eclipse Helios v3.6
SystemC 2.2.0
Cygwin
ps.I can run "hello world" successfully by cygwin+systemc+eclipse on win32.

Thanks for your answer.
Sunny

Previous Topic:Integrating eclipse with a different debugger
Next Topic:Breakpoint Properties
Goto Forum:
  


Current Time: Thu Sep 19 02:54:41 GMT 2024

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

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

Back to the top