Сообщение от
arlyn
После перепрошивки СПК207 на v3302 стал компилятор ругаться на persistent переменные. В программе на предыдущей прошивке я использовал persistent данные и все было нормально, а сейчас хоть переименовывай, хоть напишеш новую программу все одно компилятор ругается. Таргет поставил новый. компилятор говорит выполнить "чистый build" это как?
[ERROR] Untitled2: PersistentVars [Device: Plc Logic: Application]: C0104: Out of global data memory: Variable '__stApplicationName', 32 bytes. (Incremental compilation may produce fragmented memory. Perform "Build, Clean" to force a reallocation of all data and code.)
[ERROR] Untitled2: PersistentVars [Device: Plc Logic: Application]: C0104: Out of global data memory: Variable '__dwChecksum', 4 bytes. (Incremental compilation may produce fragmented memory. Perform "Build, Clean" to force a reallocation of all data and code.)
[ERROR] Untitled2: PersistentVars [Device: Plc Logic: Application]: C0104: Out of global data memory: Variable '__ulLength', 4 bytes. (Incremental compilation may produce fragmented memory. Perform "Build, Clean" to force a reallocation of all data and code.)
[ERROR] Untitled2: PersistentVars [Device: Plc Logic: Application]: C0104: Out of global data memory: Variable '__bInitNew', 1 bytes. (Incremental compilation may produce fragmented memory. Perform "Build, Clean" to force a reallocation of all data and code.)
[ERROR] Untitled2: PersistentVars [Device: Plc Logic: Application]: C0104: Out of global data memory: Variable '__bDummyForAlignment', 3 bytes. (Incremental compilation may produce fragmented memory. Perform "Build, Clean" to force a reallocation of all data and code.)
[ERROR] Untitled2: PersistentVars [Device: Plc Logic: Application](Строка 2): C0104: Out of global data memory: Variable 'a1', 4 bytes. (Incremental compilation may produce fragmented memory. Perform "Build, Clean" to force a reallocation of all data and code.)
Компиляция завершена -- 6 ошибок, 0 предупреждений : загрузка невозможна!