Discussion Forum

Specifying the starting address for library routines in common space; How?

Next Thread | Thread List | Previous Thread Start a Thread | Settings

DetailsMessage
Read-Only
Author
Jason Wallace
Posted
20-Jan-2001 00:03 GMT
Toolset
C51
New! Specifying the starting address for library routines in common space; How?
When linking with banking, the keil standard library routines are being
placed in common space with a specific GAP "64F2H" every time. Does
anybody know how to specify the library routines starting address
as 0000H????? This GAP is causing me to run out of space for other
routines in common space.
Read-Only
Author
PERETO pascal
Posted
20-Sep-2004 13:11 GMT
Toolset
C51
New! RE: Specifying the starting address for library routines in common space; How?
have you got already the bug ?

I have same problem in the common zone: a GAP that correspond to a "const data" segment that i move to BANK1 (same size) to have free space in the common zone. But with this bug, i have no free space.

Next Thread | Thread List | Previous Thread Start a Thread | Settings