This error can occur if the target software does not support the long type. Change the codescroll_int and codescroll_uint type to int in the info file of the toolchain set in the project.

Toolchain info file path: { ToolchainName }.info in [Preferences]-[ToolChain]-[Open configuration Folder]
ex) unsigned long long,unsigned,0,9223372036854775807,8,codescroll_uint
	-> unsigned int,unsigned,0,9223372036854775807,8,codescroll_uint

Need more help with this?
Don’t hesitate to contact us here.

Thanks for your feedback.