cjcliffe / CubicSDR

Cross-Platform Software-Defined Radio Application
http://www.cubicsdr.com
GNU General Public License v2.0
2.02k stars 249 forks source link

trying to run CubicSDR from x86 fails #963

Open itstechpro opened 1 year ago

itstechpro commented 1 year ago

running 32bit bullseye on Pi3B+ .....everything prior to the CubicSDR install worked perfectly with no errors

CubicSDR 2 errors after make: collect2: error: ld returned 1 exit status make[2]: [CMakeFiles/CubicSDR.dir/build.make:1387: x86/CubicSDR] Error 1 make[1]: [CMakeFiles/Makefile2:123: CMakeFiles/CubicSDR.dir/all] Error 2 make: *** [Makefile:149: all] Error 2

Then, after a cd to x86, the only files were: CubicSDR.ico fonts

./CubicSDR returns a 'no such file or directory' and sudo ./CubicSDR returns command not found