Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Target Management » Makefile of synchronized project generates with "RM := del" instead of "RM := rm -rf&
Makefile of synchronized project generates with "RM := del" instead of "RM := rm -rf& [message #1007513] Wed, 06 February 2013 09:31 Go to next message
Dungeon Keeper is currently offline Dungeon KeeperFriend
Messages: 1
Registered: February 2013
Junior Member
Hi,

I am working on windows and have set up a synchronized C/C++ project in eclipse using RSE. The target system is a debian linux machine. Synchronization works fine, and I can even build the project. I chose the "Remote Linux GCC Tool Chain" and the "Sync Builder". I have the makefile generated by eclipse. Now my make clean is not working.

The problem is, that in the makefile it says "RM := del" instead of "RM := rm -rf". Why does my makefile generate for a windows target, here?
Can anyone help me to solve this problem?

I am using Eclipse 3.8 IDE for Automotive Software Developers and I used the search function but could not find a solution for my problem.
Re: Makefile of synchronized project generates with "RM := del" instead of "RM := rm [message #1007571 is a reply to message #1007513] Wed, 06 February 2013 14:39 Go to previous message
Martin Oberhuber is currently offline Martin OberhuberFriend
Messages: 1007
Registered: July 2009
Senior Member
Hello,

I'm afraid the folks here in the TM forum won't be able to help you since we just provide the transport for data to the remote, but not the semantics.

I assume you'll want to reach out to the PTP forum (Parallel Tools Platform, home of the Remote Development Tools which you're likely using here), and / or the CDT forum (C/C++ development tooling).

Thanks
Martin
Previous Topic:Can't run tests from Eclipse, ClassCastException
Next Topic:Eclipse remote system connection ssh and Ubuntu 12.10
Goto Forum:
  


Current Time: Fri Apr 26 15:23:04 GMT 2024

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

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

Back to the top