Link to home
Start Free TrialLog in
Avatar of jack_yangyue
jack_yangyue

asked on

What does the error mean?

I want to link some obj files which compiled by IARC but it comes an error:

Entry "OSCtxSwCtr" in module os_core ( D:\Release\Obj\Os_core.r43 ) redefined in module
test ( D:\Release\Obj\Test.r43 )

What does the error mean?

Avatar of F. Dominicus
F. Dominicus
Flag of Germany image

you have in both files a prototy for
OSCtxSWCtr

solutions (ups no C in there?)

well if it would e C the solutons would be
write extern OSCtxSWCtr in one of the files...

Regards
Friedrich
ASKER CERTIFIED SOLUTION
Avatar of Kocil
Kocil

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jack_yangyue
jack_yangyue

ASKER

i have solved this problem by adding *.h to all the *.c