klonyyy / MCUViewer

Real-time embedded variable & trace viewer
GNU General Public License v3.0
802 stars 80 forks source link

How to Run the program #63

Closed keremekinci closed 5 months ago

keremekinci commented 5 months ago

Hello, I encountered some problems while trying to install the program, cmake -G "MinGW Makefiles" -B build After the command, I enter the folder with cd build and run the makefile all command, but when i use "make all" command [ 2%] Linking CXX static library libnfd.a Error running link command: no such file or directorymake[2]: [third_party/nfd/src/CMakeFiles/nfd.dir/build.make:99: third_party/nfd/src/libnfd.a] Error 2 make[1]: [CMakeFiles/Makefile2:169: third_party/nfd/src/CMakeFiles/nfd.dir/all] Error 2 make: *** [makefile:156: all] Error 2

I am getting this error how do I solve it?

klonyyy commented 5 months ago

Hello, which platform are you on and which gcc/g++ version are you using?

klonyyy commented 5 months ago

Closing due to inactivity.