Seidleroni

Forum Replies Created

Viewing 4 posts - 31 through 34 (of 34 total)
  • Author
    Posts
  • Seidleroni
    Participant

    Unfortunately on the machines I’m using, the drive letters are the same and I am running into this issue. Is it likely that this will be fixed with the next release or should I just go ahead and copy the fast semihosting files into my project?

    Seidleroni
    Participant

    Yes I am using the latest version, and I’m using msbuild, not makefiles. If I click on the fastsemihosting files in visual studio, it shows the paths as relative to the project, not the localappdata. Please let me know if there is a way to fix this.

    in reply to: VS 2017 #11384
    Seidleroni
    Participant

    I have been using VS2017 for a few weeks with no issues. Maybe uninstall/reinstall visualgdb?

    Seidleroni
    Participant

    I figured out that the issue was I was including <iostream>. Removing this reference brought down my code size by ~160KB. I needed iostream to use cout, which I then replaced with printf. I am surprised that there is no newlib replacement.

Viewing 4 posts - 31 through 34 (of 34 total)