Announcement

Collapse
No announcement yet.

Bandwidth test bug

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Bandwidth test bug

    The bandwidth test fails to compile on 64-bit
    make
    nasm -f elf routines.s -o routines.o
    gcc routines.o main.c -o bandwidth
    /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: i386 architecture of input file `routines.o' is incompatible with i386:x86-64 output
    collect2: ld returned 1 exit status
    make: *** [bandwidth] Error 1

  • #2
    Thanks, will limit that test to x86 architecture support since it's a problem upstream.
    Michael Larabel
    https://www.michaellarabel.com/

    Comment

    Working...
    X