Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

Decoding Error with p7zip in Linux

tp5
New Contributor I
207 Views
[bash]wget http://downloads.sourceforge.net/project/p7zip/p7zip/9.13/p7zip_9.13_src_all.tar.bz2
tar jxf p7zip_9.13_src_all.tar.bz2
cd p7zip_9.13
cp makefile.linux_x86_asm_icc makefile.machine
make 7zr
bin/7zr b[/bash]
This starts the internal benchmark, which fails with a Decoding Error after a few seconds. I've tried different compiler switches and disabling optimizations but the error remains. This is with latest Intel Compiler 11.1 and an Intel Atom processor.
I've also tried gcc and the benchmark completes without errors.
0 Kudos
0 Replies
Reply