Error building the DM7025 toolchain

  • Hi, i'm trying to build the DM7025 toolchain. I'm using the Makefile-opendreambox makefile.


    make -f Makefile-dreambox image


    i'm using GNU Debian 3.1 in x86 machine, monotone 0.31


    i'm getting an error while it's building/installing ipkg-native-0.99.163-r1


    here's the error:


    looking at the log at /dm7025/build/tmp/work/ipkg-native-0.99.163-r1/temp/log.do_in
    tall.14718, it contains the following:



    any suggestions? thanks.

  • I have not had this problem. But sometimes the downloaded object files (.o) are compiled from older source. Delete it from the work folder and bitbake that item without cclean. You may have to touch the configure.ac.

    2 Mal editiert, zuletzt von pcd ()

  • thanks for your help pcd, i deleted the object files but that didn't work, tried doing a clean also and no use, however i found the problem... turns out i didn't notice i was using gcc/g++ 3.3 ... since this is not the newest debian distribution...


    i upgraded to gcc/g++ 4.1 and the problem went away...


    thanks again