Hello @ all,
I try to compile flashrom on my older Suse Distro 8.2 with Kernel 2.4.20 and gcc 3.3 Suse Prerelease, but it fails because of the -Werror Flag.
e.g flashrom_enable.c line 408 and 417 warning: comparison between signed and unsigned ... bla, bla
breaks the process.
If I delete -Werror in the makefile. flashrom is build, but with many warnings shown below in mostly each file to compile.
Also, flashrom doesn't work for me, I get an error
"LinuxBios Table not found"
and then a
Segmention Fault
What goes wrong? Is my gcc version to old? pciutils are installed.
regards Chris