I cannot build this package, I'll paste the error down below
../.././libcpp/expr.c: In function ‘unsigned int cpp_classify_number(cpp_reader, const cpp_token, const char**, location_t)’:
../.././libcpp/expr.c:802:18: error: format not a string literal and no format arguments [-Werror=format-security]
802 | 0, message);
| ^
../.././libcpp/expr.c:805:39: error: format not a string literal and no format arguments [-Werror=format-security]
805 | virtual_location, 0, message);
| ^
Pinned Comments
torpe23 commented on 2023-01-13 00:31 (UTC)
The naming of this package (and of the related packages) seems incorrect since this cross-compiler does not include support for the libc. It's a simple bare metal cross-compiler. It should probably be renamed into something like
mipsel-none-elf-gcc
ormipsel-unknown-elf-gcc
in order to remove any confusion.