Pelles C forum

Pelles C => General discussions => Topic started by: Ngan Lo on December 09, 2009, 09:04:40 AM

Title: "POLINK: error: Symbol" on 6.0, but not 5.0
Post by: Ngan Lo on December 09, 2009, 09:04:40 AM
hi,

I just start using PellesC 6.0, but I had a problem when using it, when I build a 5.0  workspace / project, there are many error like the following :

POLINK: error: Symbol '_GUID_MAX_POWER_SAVINGS' is multiply defined: 'xxxxxx.obj' and 'main.obj'.
POLINK: error: Symbol '_GUID_MIN_POWER_SAVINGS' is multiply defined: 'xxxxxx.obj' and 'main.obj'.
POLINK: error: Symbol '_GUID_TYPICAL_POWER_SAVINGS' is multiply defined: 'xxxxxx.obj' and 'main.obj'.
...
...
POLINK: error: Symbol '_PPM_PERFMON_PERFSTATE_GUID' is multiply defined: 'xxxxxx.obj' and 'yyyyyy.obj'.
POLINK: error: Symbol '_PPM_THERMAL_POLICY_CHANGE_GUID' is multiply defined: 'xxxxxx.obj' and 'yyyyyy.obj'.

the project had no problem using old 5.0 version, does anyone know what I need to do with new 6.0 version about this error ?

thanks for the help :)