[root@localhost arm]# arm-elf-gcc -o adctest1 adctest.c
/tmp/ccHY6CBV.o: In function `main':
/tmp/ccHY6CBV.o(.text+0x100): undefined reference to `printk'
/usr/local/lib/gcc-lib/arm-elf/2.95.3/libgcc.a(__main.o): In function `__do_global_ctors':
__main.o(.text+0xc4): undefined reference to `__CTOR_LIST__'
/usr/local/lib/gcc-lib/arm-elf/2.95.3/libgcc.a(__main.o)(.data+0x0): undefined reference to `__DTOR_LIST__'
collect2: ld returned 1 exit status