Content originally posted in LPCWare by chucks13 on Tue Mar 19 13:46:26 MST 2013
I have a project running on the 1769. I want to migrate it to the 1758.
So far, I have had no success. I have tried copying the workspace, and opening it as a different project, and setting the CPU type under project properties. The download fails, because it seems to still be looking for a 1768 (It seems 1769 wants to build as 1768), but it is finding a chip ID of 1758. So I have missed something and not properly changed the chip type completely.
I have also tried making a new workspace under 1758, and importing my 1769 project into it. It builds, but when I try to debug, it wants me to create a new debug setup, and I am not setting something properly, because I get a problem with an error like "Error while launching command: gdb --version".
So, what is the magic Mojo I need to build and download the project to 1758?