|
gray@Jack ~/src $ make packet_parse.o
g++ -Wno-deprecated packet_parse.cpp -o packet_parse.o
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/../../../crt1.o(.text+0x18): In function `_start':
: undefined reference to `main'
collect2: ld returned 1 exit status
make: *** [packet_parse.o] 错误 1
文件中并没有_start,也没有main。有什么方法查找错误 |
|