Author Topic: Error compiling FBNeo with gcc version 12.2.0 (Rev6, Built by MSYS2 project)  (Read 1284 times)

Offline Ashura-X

  • Member
  • ***
  • Posts: 138
  • Karma: +0/-0
Hello all!

Trying to compile here but no luck.
Deleted all /obj folder but still some errors...

Code: [Select]
316:18: error: '_Float16' is not supported on this target
 3316 | _mm256_set1_pch (_Float16 _Complex __A)
      |                  ^~~~~~~~
D:/compile/fb_compiler/msys64/mingw32/lib/gcc/i686-w64-mingw32/12.2.0/include/avx512fp16vlintrin.h:
In function '_mm256_set1_pch':
D:/compile/fb_compiler/msys64/mingw32/lib/gcc/i686-w64-mingw32/12.2.0/include/avx512fp16vlintrin.h:3
320:5: error: '_Float16' is not supported on this target
 3320 |     _Float16 _Complex a;
      |     ^~~~~~~~
D:/compile/fb_compiler/msys64/mingw32/lib/gcc/i686-w64-mingw32/12.2.0/include/avx512fp16vlintrin.h:
At top level:
D:/compile/fb_compiler/msys64/mingw32/lib/gcc/i686-w64-mingw32/12.2.0/include/avx512fp16vlintrin.h:3
329:15: error: '_Float16' is not supported on this target
 3329 | _mm_set1_pch (_Float16 _Complex __A)
      |               ^~~~~~~~
D:/compile/fb_compiler/msys64/mingw32/lib/gcc/i686-w64-mingw32/12.2.0/include/avx512fp16vlintrin.h:
In function '_mm_set1_pch':
D:/compile/fb_compiler/msys64/mingw32/lib/gcc/i686-w64-mingw32/12.2.0/include/avx512fp16vlintrin.h:3
333:5: error: '_Float16' is not supported on this target
 3333 |     _Float16 _Complex a;
      |     ^~~~~~~~
Compiling src/intf/perfcount/prf_interface.cpp...
make[1]: *** [makefile.mingw:744: spng.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [makefile:96: mingw] Error 2

Offline dink

  • Administrator
  • *****
  • Posts: 5023
  • Karma: +449/-1
  • pie? I nearly bought one!
Hi Ashura-X,
Please try again with the updated code on github,
sorry about the problems!

best regards,
- dink

Offline Ashura-X

  • Member
  • ***
  • Posts: 138
  • Karma: +0/-0
Hey my friend  :wink:

Now is OK ! Thank you for the fix and fast reply !