Copying project in S32DS Workspace.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Copying project in S32DS Workspace.

Jump to solution
1,929 Views
bjrajendra
Senior Contributor I

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

1 Solution
1,769 Views
jiri_kral
NXP Employee
NXP Employee

Hi Raju, 

easiest way how to copy project is Right click on project name -> Copy

pastedImage_1.png

and paste it: 

pastedImage_2.png

When you paste the project - you can modify project name: 

pastedImage_3.png

Hope it helps. 

Jiri 

View solution in original post

0 Kudos
8 Replies
1,770 Views
jiri_kral
NXP Employee
NXP Employee

Hi Raju, 

easiest way how to copy project is Right click on project name -> Copy

pastedImage_1.png

and paste it: 

pastedImage_2.png

When you paste the project - you can modify project name: 

pastedImage_3.png

Hope it helps. 

Jiri 

0 Kudos
1,769 Views
bjrajendra
Senior Contributor I

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

pastedImage_1.png

Also, I observed there is an project binary (.elf) file missing in the debugger configutations startup options

pastedImage_1.png

Kindly help in thhis regard,

Raju

0 Kudos
1,769 Views
jiri_kral
NXP Employee
NXP Employee

Hi Raju, 

did you properly build your project - is the .elf file present in Binaries? 

pastedImage_1.png

Also make sure, that Debug configuration is pointing to that .elf file: 

pastedImage_2.png

If the .elf file is present - you should see in Startup something like this: 

pastedImage_3.png

Jiri

0 Kudos
1,769 Views
bjrajendra
Senior Contributor I

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.

pastedImage_2.png

pastedImage_3.png

Now, I'm getting an new error as shown below. What to do now?

pastedImage_1.png

Raju.

0 Kudos
1,769 Views
jiri_kral
NXP Employee
NXP Employee

Hi Raju, 

you probably didn't enter GDB client executable in newly created DBG configuration: 

pastedImage_1.png

Jiri 

1,769 Views
bjrajendra
Senior Contributor I

Thanks Jiri For the support,

Raju

0 Kudos
1,769 Views
bjrajendra
Senior Contributor I

Hi Jiri,

Then I added ${cross_prefix}gdb${cross_suffix}  as mentioned in the thread. I started working.

Thanks for your support.

Raju

1,769 Views
bjrajendra
Senior Contributor I

Thanks Jiri for your response & it worked as well.

Raju

0 Kudos