Page 1 of 1

DOPER FIRMWARE WARNINGS???

Posted: Sat Feb 02, 2008 10:41 pm
by komisarios
hI ALL,

Can anyone tell me if those warnings during assembling are harmful?

Code:
Stk500protocol.c: In function 'stkEvaluateRxMessage':
Stk500protocol.c:137: warning: pointer targets in passing argument 1 of 'strcpy_P' differ in signedness
Stk500protocol.c:137: warning: pointer targets in passing argument 2 of 'strcpy_P' differ in signedness

C:.....\Local settings\temp/ccVXyfzf.s: Assembler messages:
C:.....\Local settings\temp/ccVXyfzf.s:144: Warning: expression dangerous with linker stubs
C:.....\Local settings\temp/ccVXyfzf.s:145: Warning: expression dangerous with linker stubs

Posted: Sun Feb 03, 2008 2:51 pm
by komisarios
Please someone help me!!!!

Posted: Sun Feb 03, 2008 6:30 pm
by christian
The signedness-warnings are harmless. The assembler warnings are probably a bug in gcc since it seems to produce code which is not well understood by the assembler. I don't know whether these warnings are relevant.

Posted: Mon Feb 04, 2008 7:51 am
by Guest
Thanks a lot!