Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
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
|
DetailsHi. 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