単純な C プログラムのコンパイル中にエラーが発生します。
#include<stdio.h>
void main()
{
int i=5;
printf("I value is %d",i);
}
エラーは..
/usr/local/bin/ld: this linker was not configured to use sysroots
collect2: error: ld returned 1 exit status
私のgccバージョンは..
gcc (Ubuntu/Linaro 4.7.2-2ubuntu1) 4.7.2
Copyright (C) 2012 Free Software Foundation, Inc.
誰が私の問題が何であるかを知ることができますか?