-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
编译问题 #10
Comments
utimens.c: In function 'fdutimens': careadlinkat.c: In function 'careadlinkat': gcc -I. -I/home/adiao/LubanCatWrt/staging_dir/host/include -O2 -I/home/adiao/LubanCatWrt/staging_dir/host/include -c -o canonicalize.o canonicalize.c 这是我集合了所有的编译问题。 |
编译器不是用默认的么?还是说用交叉的方式来编译? |
gcc -I. -I/home/adiao/LubanCatWrt/staging_dir/host/include -O2 -I/home/adiao/LubanCatWrt/staging_dir/host/include -c -o canonicalize.o canonicalize.c
canonicalize.c: In function 'canonicalize_filename_mode':
canonicalize.c:484:5: warning: #warning "GCC might issue a bogus -Wreturn-local-addr warning here." [-Wcpp]
484 | #warning "GCC might issue a bogus -Wreturn-local-addr warning here."
| ^~~~~~~
canonicalize.c:485:5: warning: #warning "See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93644." [-Wcpp]
485 | #warning "See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93644."
| ^~~~~~~
???这是什么鬼?都是按步骤来的。
The text was updated successfully, but these errors were encountered: