*Gelöst* Nodejs lässt sich nicht bauen

  • Seit heute habe ich diese Fehlermeldung:


    Code
    | Assembler messages:
    | Error: -mips32r2 conflicts with the other architecture options, which imply -mips32
    | ../deps/v8/src/accessors.cc:1:0: error: '-mips32r2' conflicts with the other architecture options, which specify a mips32 processor


    Jemand ne Idee, an was das liegen kann? :confused_face:



    Edit: Die Version von mipsel in configure von nodejs auf 'r1' gesetzt, jetzt baut es sauber durch.



    Code
    parser.add_option('--with-mips-arch-variant',
        action='store',
        dest='mips_arch_variant',
        default='r1',
        choices=valid_mips_arch,
        help='MIPS arch variant ({0}) [default: %default]'.format(
            ', '.join(valid_mips_arch)))

    Falls jemand das Problem auch mal haben sollte!

    cu


    DM 7080 SSSC @ OE 2.5 unstable
    DM 920 FBC S C @ OE 2.5 unstable

    DreamOne S @ OE 2.6 unstable

    2 Mal editiert, zuletzt von kid63 ()