You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cc1: error: cannot load plugin /home/vishruti/gcc-python-plugin-0.15/python.so
/home/vishruti/gcc-python-plugin-0.15/python.so: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered:
I ran into the issue you mentioned here as well. i figured LD is not able to see this so i just preloaded the error causing shared libs, you can do this by: LD_LIBRARY_PATH=gcc-c-api gcc -fplugin=./python.so -fplugin-arg-python-command="import sys; print(sys.path)" ~/edge_cases/gimple/attr.c
This hack solved the issue for me.
cc1: error: cannot load plugin /home/vishruti/gcc-python-plugin-0.15/python.so
/home/vishruti/gcc-python-plugin-0.15/python.so: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered: