help about building native compiler for new target

santosh tatoju santosh_tatoju@yahoo.co.in
Wed Nov 21 05:39:00 GMT 2012


hi all

i have gcc-4.1.2 cross compiler for our target. i am trying to build the native compiler using the cross compiler. native compiler built, but while running the simple program such as below gives the error "value too large for  defined data type"

int main()
{
return 0;
}

thanks in advance.

Santosh



More information about the Gcc-help mailing list