Hi,

> gpasm: Message [306] Crossing page boundary -- ensure page bits are set.
> gplink: no target memory available for section "code_project"

I take it you compile for pic14 (or pic16?) devices. You should split your
project into multiple (2 or more) source files and link them together.
If I recall correctly, the pic14 port places all functions from a
source file into a single section, which must not span page boundaries
in order for intra-routine GOTOs to work properly.


Best regards

Raphael

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Sdcc-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to