I use CGTV5.2.4, BIOS 5.41.10.36 and I have one problem during linking of my project for processsor TMS320f2812: I use in my project itself corrected GIO_submit function, I have my changed gio_sbmt.c file included in one of my library pack and this my version overrides original version inside DSP/BIOS pack. This solution normally works if I provide compilation of project for FPU processor (TMS320F28335), but if I use this solution in project for no FPU processor(TMS320f2812), overriden of function is not provided and original version from DSP/BIOS is used, when I used early for compilation old versions CCG 4.1.2. and DSP/BIOS V5.2, overriden also worked for TMS320f2812 processor, but now with versions CGTV5.2.4, BIOS 5.41.10.36 is problem. Does any body know if there is some possibility to force override original function in DSP/BIOS ?