This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Sections

Hello,

I am trying to convert a project from uVision 1 (C166 V3.11) to uVision 2 (C166 V4.20). After importing the old project and building it, I get linker errors L110:CANNOT FIND SECTION OR REGBANK

There is a help file describing a modification for the ?C_CLRMEMSEC section, which seems to be replaced by a command line option CINITTAB. (http://www.keil.com/support/docs/970.htm)

But what do I do with my other sections, which the new linker doesn't like?

Example:
The old project has a section defined as:

?XD0?STRUCTSP%XDATA0(0x130000)
The new linker gives me the same error L110 for all those kinds of sections.

Thank you for any help!
Holger