0
Linuxでかなり基本的なプログラムをコンパイルしようとしていますが、ld86
で問題があります。誰でもauto_start
は何ですか?ld86コンパイルでauto_startエラーが発生しました
$ bcc -c tc.c
$ as86 -o ts.o ts.s
$ ld86 -d ts.o tc.o /usr/lib/bcc/libc.a
ld86: warning: _gets redefined in file /usr/lib/bcc/libc.a(gets.o); using definition in tc.o
undefined symbol: auto_start
UPDATE 2012年3月12日:私は私自身のprintf()
...