'identifier' : is a text segment
A segment name was used with the data_seg pragma after it had already been used with the code_seg pragma.
The following is an example of this error:
#pragma code_seg("MYCODE")
#pragma data_seg("MYCODE") // error