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