FS#78362 - [cuda] gcc 13 incompatible with cuda 12.1.1
Attached to Project:
Community Packages
Opened by Gustavo Alvarez (sl1pkn07) - Tuesday, 02 May 2023, 00:20 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Saturday, 06 May 2023, 14:20 GMT
Opened by Gustavo Alvarez (sl1pkn07) - Tuesday, 02 May 2023, 00:20 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Saturday, 06 May 2023, 14:20 GMT
|
Details
Hi. gcc 13 is incompatible with cuda 12.1.1
when try to build cuda things with gcc13 get /usr/include/stdlib.h(141): error: identifier "_Float32" is undefined extern _Float32 strtof32 (const char *__restrict __nptr, ^ /usr/include/stdlib.h(147): error: identifier "_Float64" is undefined extern _Float64 strtof64 (const char *__restrict __nptr, ^ /usr/include/stdlib.h(153): error: identifier "_Float128" is undefined extern _Float128 strtof128 (const char *__restrict __nptr, ^ /usr/include/stdlib.h(159): error: identifier "_Float32x" is undefined extern _Float32x strtof32x (const char *__restrict __nptr, ^ /usr/include/stdlib.h(165): error: identifier "_Float64x" is undefined extern _Float64x strtof64x (const char *__restrict __nptr, seems need add a gcc-12 package and the symlinks in the cuda package points to gcc-12 greetings |
This task depends upon
sorry. greetings