Pico project headers keep disappearing on make

Sysprogs forums Forums VisualGDB Pico project headers keep disappearing on make

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #30253
    tm123
    Participant

    Hello,

    Headers keep disappearing from the “Header Files” folder whenever CMakeLists.txt gets made. Not deleted but just visually removed.

    1. Have CMakeLists.txt open from under “CMake Files”
    2. Create a source file under “Source Files”
    3. Create a header file under “Header Files”
    4. CMakeLists.txt will now have a “*” in it’s tab name indicating it needs to be saved
    5. Save the CMakeLists.txt, VisualGDB now makes the project
    6. The files from under “Header Files” (user made ones) vanish and have to be re-added in manually
    #30254
    tm123
    Participant

    It seems to be happening when VisualGDB starts the “Loading project structure…” process. This triggers whenever the CMakeLists.txt file gets saved. It loads everything except the header files.

    #30269
    support
    Keymaster

    Hi,

    No problem, indeed the header file list from the Pico SDK directories was overriding the header list from the target directory. We have fixed it in the following build: VisualGDB-5.6.1.4074.msi

    #30285
    tm123
    Participant

    Yup it’s fixed. Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.