ChinaUnix.net
相关文章推荐:

Sourcery G

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在哪里呢

by 风长风 - Solaris - 2003-06-16 10:32:55 阅读(448) 回复(1)

写了段代码,专门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]

by reiase - C/C++ - 2008-02-26 11:36:01 阅读(1397) 回复(6)

sed 's/\// /g这是什么意思

by dingjsblog - Shell - 2007-06-11 17:54:32 阅读(780) 回复(3)

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还是不大了解,哪位兄弟帮详细解释一下。

by 舒风星 - AIX - 2007-02-24 20:25:03 阅读(1972) 回复(5)