Closed uutkapsar closed 4 years ago
Have the same error when running GR 3.8.0.0 on Windows 7, Intel i5 760.
The 3.8.0.0 beta build assumed 64-bit CPUs with AVX2 extensions. The i5 760 is too old to include those extensions. AMD supports AVX2 in general, so I'd assume the particular AMD CPU is too old to include AVX2.
The next (non-beta) release will like have a non-optimised version available (like the 3.7.x releases did) as well as the optimized.
On 1/31/20, Radiomix2000 notifications@github.com wrote:
Have the same error when running GR 3.8.0.0 on Windows 7, Intel i5 760.
-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/gnieboer/GNURadio_Windows_Build_Scripts/issues/42#issuecomment-580847502
Version 3.8.1.0 has been released that fixes this issue.
Hello:
Is there a v3.8.0.0 build (or patch) available that runs on the AMD processor?
I receive the following error consistently when starting GNU Radio Companion, as reported by the VS debugger:
Unhandled exception at 0x00007FF8184C07F5 (log4cpp.dll) in python.exe: 0xC000001D: Illegal Instruction.
The thread 0x1ae4 has exited with code 0 (0x0). Unhandled exception at 0x00007FF8184C07F5 (log4cpp.dll) in python.exe: 0xC000001D: Illegal Instruction.
These errors often occur when packages are compiled with unsupported instruction sets.
Thanks for your time.