Dear all:
 
        I follow the document on Intel web site to build
the arm-linux-gcc cross compiler. I didn't finish c++ compiler.
I use arm-linux-gcc and the error message show as following:
 
      can't open crt1.o
 
And my program is
 
    int main(void)
    {
            int test=0;
            int xyz=0;
            return 0;
    }
 
Is there any problem on building cross-compiler ??

Reply via email to