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
Tried to build in Jetson Nano on Ubuntu 18.04 and this error showed up:
g++: error: /usr/local/lib/paddle-lite/libpaddle_api_light_bundled.a: No such file or directory
I have paddle-lite for Armv8 installed, but there's only a single file inside the lib directory which is libpaddle_light_api_shared.so. As i know, the one with libpaddle_api_light_bundled.a is the x86 version
The text was updated successfully, but these errors were encountered:
Okay, I've managed to run it. I tried using paddle-lite 2.8, the older version which apparently still having the libpaddle_api_light_bundled.a and it worked. But still, I think this issue should be resolved regarding to the newer version of paddle-lite.
Tried to build in Jetson Nano on Ubuntu 18.04 and this error showed up:
g++: error: /usr/local/lib/paddle-lite/libpaddle_api_light_bundled.a: No such file or directory
I have paddle-lite for Armv8 installed, but there's only a single file inside the lib directory which is
libpaddle_light_api_shared.so
. As i know, the one withlibpaddle_api_light_bundled.a
is the x86 versionThe text was updated successfully, but these errors were encountered: