Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] remote and sync projects PTP with intel compilers


Vitaly
I think the problem is that the default make invocation requires that you have a make target of 'all' in your makefile.

For instance something like
all: hello

hello: hello.c
        gcc -o hello hello.c
Dave


Re: [ptp-user] remote and sync projects PTP with intel compilers

Vitaliy FEOKTISTOV to: Beth Tibbitts, PTP User list
09/30/2011 07:35 AM

Sent by: ptp-user-bounces@xxxxxxxxxxx

Please respond to PTP User list







Hello, 

I did not think that these things would be interesting for all users.

the path to make file exists.
the problem is how to configure the building process in Eclipse,
and I don't know how to do it right way.

Thank you for your help,

Best regards,
Vitaliy



On Thu, Sep 29, 2011 at 5:20 PM, Beth Tibbitts <tibbitts@xxxxxxxxxx> wrote:
Vitaliy,
Those questions are best asked on the ptp-user mailing list.


I can't read the (French?) output
but are you sure there is a path to MAKE?



...Beth

Beth Tibbitts
Eclipse Parallel Tools Platform  
http://eclipse.org/ptp
IBM STG - High Performance Computing Tools
Mailing Address:  IBM Corp., 745 West New Circle Road, Lexington, KY 40511


Inactive hide details for Vitaliy FEOKTISTOV ---09/29/2011 10:46:22 AM---Dear Beth, I'm trying to configure (to test) 4 simple Vitaliy FEOKTISTOV ---09/29/2011 10:46:22 AM---Dear Beth, I'm trying to configure (to test) 4 simple hello world projects


From:

Vitaliy FEOKTISTOV <
vitaliy.feoktistov@xxxxxxxxx>

To:

Beth Tibbitts/Watson/IBM@IBMUS

Date:

09/29/2011 10:46 AM

Subject:

remote and sync projects PTP with intel compilers






Dear Beth,

I'm trying to configure (to test) 4 simple hello world projects
(Fortran and C/C++ ; Remote and Sync versions)
To simplify the things I connected 2 PC via ssh (without tunnelling
for a moment).

I'm following the PTP presentation of 2011
At the build stage I have an error
- make: *** Pas de règle pour fabriquer la cible « all » (no rule to
make the target "all")

Could you help me to configure correctly these simple projects, please ?

Thank you so much !

Vitaliy


_______________________________________________
ptp-user mailing list
ptp-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-user


Back to the top