LFS(Linux From Scratch) 統合スレ 3 [無断転載禁止]©2ch.net (229レス)
LFS(Linux From Scratch) 統合スレ 3 [無断転載禁止]©2ch.net http://mao.5ch.net/test/read.cgi/linux/1487378403/
上
下
前次
1-
新
通常表示
512バイト分割
レス栞
抽出解除
レス栞
リロード規制
です。10分ほどで解除するので、
他のブラウザ
へ避難してください。
121: login:Penguin [sage] 2024/05/30(木) 14:32:30.30 ID:8YoEaMwJ gcc-14 $ make -f unix/Makefile generic_gcc > zip.c >In file included from zip.c:16: >zip.h:726:10: error: conflicting types for 'memset'; have 'char *(char *, int, unsigned int)' > 726 | char *memset OF((char *, int, unsigned int)); > | ^~~~~~ http://mao.5ch.net/test/read.cgi/linux/1487378403/121
122: login:Penguin [sage] 2024/05/31(金) 08:59:30.06 ID:vOBTkhEn >>121 gentoo zip-3.0-clang-15-configure-tests.patch で通る。 gcc-14 だと unix/configure の結果、 -DZMEM なんかが flag に立つのが原因 それ以上追求してない http://mao.5ch.net/test/read.cgi/linux/1487378403/122
126: login:Penguin [sage] 2024/06/02(日) 11:15:48.44 ID:LrL5ym9Y >>121 >Certain warnings are now errors >Implicit function declarations (-Werror=implicit-function-declaration) gcc-14の変更で、以前は warning だったのが error 吐いて止まるんだね conftest.c int main(){ char k; memset(&k,0,0); return 0; } これだと落ちる #include <string.h> int main(){ char k; memset(&k,0,0); return 0; } これだと通る http://mao.5ch.net/test/read.cgi/linux/1487378403/126
メモ帳
(0/65535文字)
上
下
前次
1-
新
書
関
写
板
覧
索
設
栞
歴
スレ情報
赤レス抽出
画像レス抽出
歴の未読スレ
AAサムネイル
Google検索
Wikipedia
ぬこの手
ぬこTOP
0.035s