Hi,
Thanks for your response.
I have tried to use Import Existing Project mode of the Linux Project Wizard to convert the nmake based project to Linux gcc.
While build time I am getting the below error. I just followed the wizard steps, created the project, and then trying to build the project. gcc is from the remote server.
1>VisualGDB : warning : Cannot query size of C:\nmake_sample\LinuxProject1\CodeDB\LinuxProject1-Debug-Win32\codedb.lck: The process cannot access the file ‘C:\vs_lnx\nmake_sample\LinuxProject1\CodeDB\LinuxProject1-Debug-Win32\codedb.lck’ because it is being used by another process.. The file will not be uploaded.
1> VisualGDB: Run “make ” in directory “/tmp/VisualGDB/c/nmake_sample/LinuxProject1” on server address (SSH)
1> cl /c share1.c share2.c
1> make: execvp: cl: Permission denied
1> make: *** [shared_library] Error 127
1> ————————————————————-
1> Command exited with code 2
Can you give pointers as to what is all about this error and directions to solve the issue?