Welcome!

Final Burn Neo => FBN Discussion => Topic started by: Ashura-X on November 07, 2023, 05:33:48 PM

Title: Error compiling FBNeo with gcc version 12.2.0 (Rev6, Built by MSYS2 project)
Post by: Ashura-X on November 07, 2023, 05:33:48 PM
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
Title: Re: Error compiling FBNeo with gcc version 12.2.0 (Rev6, Built by MSYS2 project)
Post by: dink on November 08, 2023, 09:16:50 AM
Hi Ashura-X,
Please try again with the updated code on github,
sorry about the problems!

best regards,
- dink
Title: Re: Error compiling FBNeo with gcc version 12.2.0 (Rev6, Built by MSYS2 project)
Post by: Ashura-X on November 08, 2023, 05:05:18 PM
Hey my friend  :wink:

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