gr-aoa
gr-aoa copied to clipboard
Build error
I ran into an error building this project on Windows using CMake and MSBuild. I am not sure if this is a result of me using MSBuild incorrectly or a project problem.
Error:
Project "C:\Users\smartlab\Downloads\gr-aoa\build2\ALL_BUILD.vcxproj" (3) is building "C:\Users\smartlab\Downloads\gr-aoa\build2\python\aoa\bindings\copy_bindings_for_tests.vcxproj" (7) on node 1 (default targe
ts).
PrepareForBuild:
Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for more details.
InitializeBuildStatus:
Touching "x64\Debug\copy_bindings_for_tests\copy_bin.48E19502.tlog\unsuccessfulbuild".
CustomBuild:
Error copying file "C:/Users/smartlab/Downloads/gr-aoa/build2/python/aoa/bindings/*.so" to "C:/Users/smartlab/Downloads/gr-aoa/build2/test_modules/gnuradio/aoa/".
C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(254,5): error MSB8066: Custom build for 'C:\Users\smartlab\Downloads\gr-aoa\build2\CMakeFiles\6cf6af
02b2194bca3d1bc5fa82b0e60d\copy_bindings_for_tests.rule' exited with code 1. [C:\Users\smartlab\Downloads\gr-aoa\build2\python\aoa\bindings\copy_bindings_for_tests.vcxproj]
Done Building Project "C:\Users\smartlab\Downloads\gr-aoa\build2\python\aoa\bindings\copy_bindings_for_tests.vcxproj" (default targets) -- FAILED.
CMake command:
cmake -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DCMAKE_PREFIX_PATH=C:\Users\smartlab\radioconda\Library ..
I can provide more details if necessary. Any help would be appreciated.