Page 1 of 1

Error: Unhandled parinfo version

Posted: Tue Oct 25, 2022 1:21 pm
by MaximLiadov
Sometime I faced with "main.xc: Error: Unhandled parinfo version". Any clue what does that mean?
There is no any source code line with error. Just got error on final .xe linking. Sometimes -O3 key fix this issue.
xTime Composer Version Community_14.4.1

Re: Error: Unhandled parinfo version

Posted: Sat Oct 29, 2022 9:03 am
by MaximLiadov
Fortunately I have found a solution. Оne of my .xc file was too big, with too many inline functions inside (lib_i2c calls). When I made 4 separate .xc files and 4 headers the problem gone away, and project run successfully. Seems to be it's some compiler's bug on linking stage that flagging clueless error info.

Re: Error: Unhandled parinfo version

Posted: Tue Nov 15, 2022 1:41 pm
by Ross
Is this reproducible on XTC 15?