[Armadillo:01074] Armadiloo-220のコンパイル
Nakajima
email@hidden
2006年 7月 7日 (金) 15:04:59 JST
中島といいます。
度々申し訳ありません。
Armadillo-220の付属CDのクロス開発環境パッケージを全てインストールして
/usr/binにインストールされたarm-linux-gcc-3.4をarm-linux-gccにシンボリックしカレントディレクトリに下記サンプルプログラムhello.cおいて
#include <stdio.h>
int min(void)
{
printf("Hello Word! \n");
return 0;
}
コンパイルを行いますと下記エラーが発生してコンパイルできません。
[]$ arm-linux-gcc -I/usr/arm-linux/include -L/usr/arm-linux/lib hello.c -o
hello
/usr/lib/gcc/arm-linux/3.4.4/../../../../arm-linux/lib/crt1.o(.text+0x30):../sysdeps/arm/elf/start.S:77:
undefined reference to `main'
collect2: ld returned 1 exit status
いろいろ調べましたが分かりません。よろしくお願いします。
armadillo メーリングリストの案内