[WARNING]
A section pragma was used with incorrect attributes or an incorrect name.
#pragma DATA_SEG FAR FAR
Take care about not using keywords as names segment names. Note that you can use e.g. the __FAR_SEG instead FAR.
#pragma DATA_SEG __FAR_SEG MyFarSeg