I am trying to port some 5416 code developed using CCS3.1 into CCS V5.1. I have selected Family C5400 and Variant is Generic C54xx device in the project build options, and also in Compiler Runtime Model Options I have checked Use Far Calls. The compiler always generates an error "Far mode valid only for C548" when it encounters a far call. How can I get my code to compile?