2026-05-01 11:49 PM - last edited on 2026-05-04 3:38 AM by Sara BEN HADJ YAHYA
Hi @STackPointer64 ,
I wanted to note one issue related to the 'Save As' feature.
After I enter the project name (I2C_new_project_name) and the project repository (/home/gil/.../I2C_new_project_name) I click the Save button. I open the newly created ioc2 file with a text editor and I notice that the source code path is the one of the old project:
"CMake": {
"outputPath": "I2C_old_project_name_cmake",
"toolchain": "GCC",
"exportSource": "include-packs-from-local",
"removeBoard": true
}
I was expecting to see the source code path of the new project. Sure enough if I generate the project with this ioc2 file it will write to the I2C_old_project_name_cmake directory.
I edited the ioc2 file to change the source code path to the new path to fix this issue.
Regards,
Gil
Original post: Starting a new project with an existing ioc2 file. This discussion has been moved here for better tracking and follow-up.