URL:
  <https://savannah.nongnu.org/bugs/?55794>

                 Summary: Pysimulavr installation throwing exception -
undefined symbol: _ZTI14RWMemoryMember
                 Project: Simulavr: an AVR simulator
            Submitted by: None
            Submitted on: Thu 28 Feb 2019 07:36:47 AM UTC
                Category: Configure
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: sahebsing...@gmail.com
             Open/Closed: Open
         Discussion Lock: Any
       Component Version: simulavr

    _______________________________________________________

Details:

Hi,

I am trying to compile and build pysimulavr. I have cloned Simulavr-1.0.0 and
ran the following commands
1. ./bootstrap
2. ./configure --enable-python
3. make
4. sudo make install
5. cd src/python
6. sudo python setup.py install

After running these steps, pysimulavr.so file is generated. I also configured
libsim.so file  path in my LD_LIBRARY_PATH. But when I run the following
commands, I get the below error that  _ZTI14RWMemoryMember symbol is not
defined. Kindly look into this and let me know what exactly needs to be done.

1. python
2. import pysimulavr

or

1. cd examples/python
2. make example

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File
"/usr/local/lib/python2.7/dist-packages/pysimulavr-1.1.dev0-py2.7-linux-x86_64.egg/pysimulavr.py",
line 17, in <module>
    _pysimulavr = swig_import_helper()
  File
"/usr/local/lib/python2.7/dist-packages/pysimulavr-1.1.dev0-py2.7-linux-x86_64.egg/pysimulavr.py",
line 16, in swig_import_helper
    return importlib.import_module('_pysimulavr')
  File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
    __import__(name)
ImportError:
/usr/local/lib/python2.7/dist-packages/pysimulavr-1.1.dev0-py2.7-linux-x86_64.egg/_pysimulavr.so:
undefined symbol: _ZTI14RWMemoryMember




    _______________________________________________________

Reply to this item at:

  <https://savannah.nongnu.org/bugs/?55794>

_______________________________________________
  Message sent via Savannah
  https://savannah.nongnu.org/


_______________________________________________
Simulavr-devel mailing list
Simulavr-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/simulavr-devel

Reply via email to