+ Reply to Thread
Results 1 to 2 of 2

Thread: Bandwidth test bug

  1. #1
    Join Date
    May 2007
    Location
    Third Rock from the Sun
    Posts
    5,984

    Default 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. #2

    Default

    Thanks, will limit that test to x86 architecture support since it's a problem upstream.

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts