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

uVision IDE MDK-ARM v5 bug?

Hi,

I was using the old uVision IDE V4.03q as I discovered that static declared variable inside a funtion loosed their value.

I downloaded and installed the MDK-ARM v5. Static variables are okay now but:

- when pressing F7 (Build) all files are compiled again
- no included header files are shown in the project window

The option 'Show Include File Dependencies' is enabled.

It seems as if the IDE does not recognize that files allready are compiled?
Or do I overlook some settings?

regards,

Henk

  • Check what preprocessor or source output lists you have enabled.

    How come you talk about issues with static variables without specifying a tool set?

  • Hi,

    Just forget about the reason for my question. I had one project opened in two uVision IDE's. If only one is open then all works fine.

    But I still wonder why I do not see the header files in the uVision IDE (V5.0.0.15) Project window using ARM Toolchain MKD-Lite Version: 5.0.5.0.

    Henk

  • Hi,

    we have the same problems too:

    - when pressing the Build-Button all files are compiled again (but it is only one µVision IDE open)
    - no included header files are shown in the project window (The option 'Show Include File Dependencies' is enabled)

    And one more issue:

    - when searching with "Find in Files" all header files are ignored (even if the dialog-field "File Type" is set to *.h)

    About µVision:

    IDE-Version:
    µVision V5.0.5.15
    Copyright (C) 2013 ARM Ltd and ARM Germany GmbH. All rights reserved.

    Tool Version Numbers:
    Toolchain: MDK-ARM Standard Cortex-M only Version: <unknown>
    Toolchain Path: C:\Keil\ARM\ARMCC\bin\
    C Compiler: Armcc.Exe V5.03.0.76
    Assembler: Armasm.Exe V5.03.0.76
    Linker/Locator: ArmLink.Exe V5.03.0.76
    Librarian: ArmAr.Exe V5.03.0.76
    Hex Converter: FromElf.Exe V5.03.0.76
    CPU DLL:
    Dialog DLL:
    Target DLL: UL2CM3.DLL
    Dialog DLL: TARMP1.DLL

    Best regards
    Christian

  • Hi,

    I returned to the older version V4.73.

    Henk

  • Hi,
    I had the same problem as Christian, update to V5.1 helped.

    Jiri