Manuel

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: CodeDB and VisualGDBCache folder location #27590
    Manuel
    Participant

    Thank you very much for the quick and comprehensive reply.

    I was able to move  VisualGDBCache and sdkconfig out of the way. Instead of VisualGDBSettings2 you probably meant to write VisualGDBProjectSettings2, at least that’s what worked for me.

     

    However, for the CodeDB folder there seems to be no straightforward solution. It can be changed in VisualGDB settings:

    Tools->Options->Text Editor->C/C++(VisualGDB)->Indexing->Other Settings->Code Database folder name

    Unfortunately that doesn’t help because it is not part of the project settings. I will have to use .gitignore and otherwise live with it 😉
    By the way, stock Visual Studio solves that problem by keeping anything that is not source or configuration in the $(OutDir), $(IntDir) and .vs folders.

    • This reply was modified 4 years, 8 months ago by Manuel.
    • This reply was modified 4 years, 8 months ago by Manuel.
    in reply to: GCC 4.8? #3453
    Manuel
    Participant

    Thank you for releasing the gcc 4.9.1 toolchain. I’ll try it.
    I guess i need to update the raspberry i use for debugging, to have the compatible gdb there. But will my new binaries run on the standard raspbian image?

    in reply to: GCC 4.8? #3457
    Manuel
    Participant

    And did you get any response?

    in reply to: Linking problem on rpi #3447
    Manuel
    Participant

    Thank you, that’s exactly right, i had such a line in .bashrc. The 4.3 beta 2 handles that nicely.

Viewing 4 posts - 1 through 4 (of 4 total)