Fehler bei mklibs.py 'Unresolvable Symbol"

  • Hi,


    hab ein Plugin gebaut und bekomme beim


    make rebuild-flash im library reduction pass 4 ein


    Unresolved Symbol


    ausgespuckt.


    Jetzt hab ich die Stelle in der mklibs py dementsprechend abgeändert, das aus


    if not non_weak
    raise" .usw.



    ein


    try:
    if not non_weak
    raise" .usw.
    except:
    pass



    wird, dann läzft es durch (logisch) und das Plugin ist auch gestrippt, aber ich vermute mal das es damitz nicht getan ist ....


    Wie kommt ein solcher Fehler zustande ?

    __________________________________________
    Science is nothing else than reverse Engineering Nature !


    * 1. DM 7025 SS
    * 2. DM 7020 S
    * 3. Micronik TV Box 1200S, MAM600
    * Astra 19.2° E
    * Hotbird 13.0° E schielend

    Einmal editiert, zuletzt von mordillo ()

  • Aber wie kann das sein ??


    Das Plugin hat 3 Module (cpp´s) und bei einer Funktion eines Moduls haut er den Fehler raus


    Kann ich irgendwie ermitteln, wo der Fehler aufgetreten ist, ob in der Funktion selber, oder beim Aufruf ...

    __________________________________________
    Science is nothing else than reverse Engineering Nature !


    * 1. DM 7025 SS
    * 2. DM 7020 S
    * 3. Micronik TV Box 1200S, MAM600
    * Astra 19.2° E
    * Hotbird 13.0° E schielend

  • Es ist der Name der Funktion:


    _ZN19eStreamTest_stream14doit_streamEPKcS1_

    __________________________________________
    Science is nothing else than reverse Engineering Nature !


    * 1. DM 7025 SS
    * 2. DM 7020 S
    * 3. Micronik TV Box 1200S, MAM600
    * Astra 19.2° E
    * Hotbird 13.0° E schielend

  • Ich nehme mal an, dass das eine eigene Klasse von dir ist?


    Dann ist es höchstwahrscheinlich wie ich geschrieben hab, du linkst sie nicht rein.


    Paste mal dein Makefile hier rein, dadrin fehlt dann nämlich was :winking_face:

  • Das kann man auch pasten :grinning_squinting_face:


    __________________________________________
    Science is nothing else than reverse Engineering Nature !


    * 1. DM 7025 SS
    * 2. DM 7020 S
    * 3. Micronik TV Box 1200S, MAM600
    * Astra 19.2° E
    * Hotbird 13.0° E schielend

  • Ich probier jetzt seit 3 Tagen .. ohne Erfolg. Bitte inständig um einen entscheidenen Tipp :confused_face: :confused_face:

    __________________________________________
    Science is nothing else than reverse Engineering Nature !


    * 1. DM 7025 SS
    * 2. DM 7020 S
    * 3. Micronik TV Box 1200S, MAM600
    * Astra 19.2° E
    * Hotbird 13.0° E schielend