Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-dev] 7.0.0 RC3 - unable to build remote (only) project

Hi,

I've just installed 7.0.0.201306111347 (RC3), created a dummy remote (only) project and got following error when tried to build (not build configuration changes applied) it:

---------------------
14:52:27 **** Clean-only build of configuration Debug for project remotetest2 ****
make clean
/bin/bash: line 0: cd: /Debug: No such file or directory
> Shell Completed (exit code = 1)

14:52:32 Build Finished (took 4s.839ms)

14:52:46 **** Build of configuration Debug for project remotetest2 ****
make all
/bin/bash: line 0: cd: /Debug: No such file or directory
> Shell Completed (exit code = 1)
-------------------------

it seems not able to eval ${workspace_loc:/remotetest2}.

Anyone else seen this error?

Thanks,

Wainer dos Santos Moschetta



Back to the top