This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

help about building native compiler for new target


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]