Linking: main.elf arm-none-eabi-gcc -mthumb -mcpu=cortex-m3 -mthumb-interwork -I. -gdwarf-2 -DROM_RUN -Dgcc -D__WinARM__ -D__WINARMSUBMDL_lm3s811__ -Os -ffunction-sections -fdata-sections -Wall -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow - Wunused -Wa,-adhlns=bitband.lst -Wcast-qual -MD -MP -MF .dep/main.elf.d bitband.o startup_gcc.o ../osram96x16.o ../../ut...
by ATmega32 - C/C++ - 2007-08-02 13:17:31 阅读(3119) 回复(2)
:o :o 我用solaris8安装mysql可是系统提示 libncurses.so.5 找不到 我安装了gcc3.x.x. 在sunfreeware.com上下载的 c++的lib在哪里呢
写了段代码,专门crash C++编译器的:mrgreen: ,已经成功Crash了g++ [code] int foo() { return 0; } extern "C" int _Z3foov() { return 0; } int main (int c,char ** argv) { return 0; } [/code] 编译器的输出 [code] reiase@localhost ~ $ g++ -c a.cpp /tmp/cc8pHUXO.s: Assembler messages: /tmp/cc8pHUXO.s:21: Error: symbol `_Z3foov' is already defined [/code]
svmon -g size inuse free pin virtual memory 4194304 3846572 347732 990335 2820704 pg space 1572864 48691 work pers clnt lpage pin 990335 0 0 0 in use 2803347 0 1043225 0 看了MAN对clnt还是不大了解,哪位兄弟帮详细解释一下。