开发平台(Platform): (Ex: VC++, GCC, Linux, ...)
X86PC 在VirtualBox下安装Ubuntu,使用gcc编译
额外使用到的函数库(Library Used): (Ex: OpenGL, ...)
无
问题(Question):
参考"程式设计师的自我修养"这本书的范例,
但实作后,无法显示"Hello world" 字串,但也没发生错误
喂入的资料(Input):
预期的正确结果(Expected Output):
错误结果(Wrong Output):
程式码(Code):(请善用置底文网页, 记得排版)
https://gist.github.com/anonymous/1358f69b8d0c8a2ce803
补充说明(Supplement):
编译过程
gcc -c -fno-builtin test.c
ld -static -e nomain -o test test.o
./test