Makefile of synchronized project generates with "RM := del" instead of "RM := rm -rf& [message #1007513] |
Wed, 06 February 2013 04:31  |
Eclipse User |
|
|
|
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.
|
|
|
|
Powered by
FUDForum. Page generated in 0.03809 seconds