Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
カーネル 3.19.1 をコンパイルしましたが、まだ問題がありtime_tます。cout << sizeof (time_t);私の意図した8バイトではなく、4バイトのサイズを与える単純なプログラムです。
time_t
cout << sizeof (time_t);
make menuconfig 中に特定のオプションをオンにする必要がありますか?