[ERROR]
The same segment name was used for different segment type.
#pragma DATA_SEG Test
#pragma CODE_SEG Test
Use different names for different types. If the two segments must be linked to the same area, this could be done in the link parameter file.