Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-dev] Weirdness on remote project build (PTP 6.0M7)

Hi,

I am not able to build a simple helloworld remote C project using Eclipse for Parallel Applications 4.2M7 in Linux/86.

I created the project using remote tools, a main.c file and then tried to build but I got:

"
**** Build of configuration Debug for project testremote ****
Nothing to build for project testremote
"

No "Debug" folder along with makefile files were created at this point, although those are suppose to be automatically generated.

Going further I noticed in build settings (Properties -> C/C++ -> Build > Settings) has only entries about C++ toolchain ("remote gcc c++ compiler", "remote gcc c++ linker").

OK, now I create a test.cpp (notice, I am using the .cpp extension) and this time "Debug" folder along with makefile files were created! It seems it is able to auto-detect C++ files but not regular C files.

I suspect there is a serious bug in "Remote Linux GCC Tool chain" implementation.

Could someone double check before I open a bug?

Thanks,

Wainer dos Santos Moschetta



Back to the top