Hi,
I'm migrating old Classic CW v8.3 project for 56F8300 and QuickStart v2.5 to the new CW Eclipse v11.1. I'm able to use the GCT, compile the code, debug and run the program, but there are certain issues:
1) the Classic CW uses LCF files to configure memory. Here in the Eclipse, I have found only the "prefix" file option, so I'm using the "version.h" from the QuickStart. I have copied settings from the original linker command file header to the prefix file, but it seems it is not enough to initialize variables in startup automatically.
2) FreeMASTER Recorder requires the buffer is placed in fardata section. I'm using the same cmd file as in the classic CW and I have included the section definition in the prefix file. However, if I enable the FreeMASTER Recorder in its _cfg file, I'm getting an error "Description Location Resource Path Type
Accessing Fpcm_pOwnRecBuffer symbol [freemaster_rec_c.obj] in section fardata.bss located in X data memory address above 0x007FFF, with small data model, can result in wrong memory access. Rebuild [freemaster_rec_c.obj] with -largeAddrInSdm to resolve possible wrong memory access. Project C/C++ Problem"
If anyone has some experience with migration of QuickStart v2.5 projects, I will be very happy to hear about it.