Hello all,
Currently I'm using a project & I would like to create a new project based on the existing project. So, I copied the files and renamed the project in the same workspace folder.
Now I tried to add the project, which is with different name, using add files from directory but it's not adding any thing into the workspace.
Kindly help in this regard,
Raju
Solved! Go to Solution.
Hi Raju,
easiest way how to copy project is Right click on project name -> Copy
and paste it:
When you paste the project - you can modify project name:
Hope it helps.
Jiri
Hi Raju,
easiest way how to copy project is Right click on project name -> Copy
and paste it:
When you paste the project - you can modify project name:
Hope it helps.
Jiri
Hi Jiri,
I copied the project as you suggested and make necessary changes in the debug configurations like selecting the NXP device but, when I try to debug using the PE Micro
Also, I observed there is an project binary (.elf) file missing in the debugger configutations startup options
Kindly help in thhis regard,
Raju
Hi Raju,
did you properly build your project - is the .elf file present in Binaries?
Also make sure, that Debug configuration is pointing to that .elf file:
If the .elf file is present - you should see in Startup something like this:
Jiri
Hi Jiri,
As suggested, I just added the elf file using search project option and hence the elf appears in the startup as well. Then I tried to debug.
Now, I'm getting an new error as shown below. What to do now?
Raju.
Hi Raju,
you probably didn't enter GDB client executable in newly created DBG configuration:
Jiri
Thanks Jiri For the support,
Raju
Hi Jiri,
Then I added ${cross_prefix}gdb${cross_suffix} as mentioned in the thread. I started working.
Thanks for your support.
Raju
Thanks Jiri for your response & it worked as well.
Raju