Linker error

Hi, Iam getting the following error while trying to build an example Keil project for UART (downloaded from NXP's website).

Build target 'MCB2300 Debug'
linking....\Obj\uart_debug.axf: error: L6938E: Invalid value for --ro-base.
Target not created

Kindly give your suggestions to debug this error.

Parents
  • "Kindly give your suggestions to debug this error."

    The steps are the same, irrespective of the toolchain:

    1. Read the message: what is it telling you?

    In your case, it is telling you that the value specified for "--ro-base" in your project is not valid

    2. Check the Project: what --ro-base value did you specify?

    3. Check the manual: what are the valid types and/or ranges of values for --ro-base?

    4. Fix the Project: so that it specifies a valid value for --ro-base!

Reply
  • "Kindly give your suggestions to debug this error."

    The steps are the same, irrespective of the toolchain:

    1. Read the message: what is it telling you?

    In your case, it is telling you that the value specified for "--ro-base" in your project is not valid

    2. Check the Project: what --ro-base value did you specify?

    3. Check the manual: what are the valid types and/or ranges of values for --ro-base?

    4. Fix the Project: so that it specifies a valid value for --ro-base!

Children
More questions in this forum