Dear all,
I have the following file:
#include <pic16f870.h>
void main(void)
{
}
With the following command lines:
sdcc -S -mpic14 -p16f870 -c -o main.asm main.c
gpasm -a inhx8m -c main.asm
gplink -c -m -w -r -I /home/alex/share/sdcc/lib/pic -s
/home/alex/share/gputils/lkr/16f870.lkr -o firmware.hex main.o
libsdcc.lib pic16f870.lib
I always get the following messages:
warning: relocation of section "UDL_idata_0" failed, relocating to a
shared memory location
warning: relocation of section "ID_idata_0" failed, relocating to a
shared memory location
Why?
Theblond
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Sdcc-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sdcc-user