-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues at installing nvdla/vp #44
Comments
I have the same error. |
Are you installing on ubuntu 14.04 / gcc 4.8.4? |
I fixed the error when I re_installed systemc_2.3.0. |
I tried reinstalling systemc2.3.0. I still face this issue. I ran the following commands: cd <path_nvdla>/vp And I see the following logs: [ 86%] Linking CXX executable aarch64_toplevel Attached verbose logs (VERBOSE=1) as well. I can see that libsystemc.so is being included in linker path. vp_make_fail_logs_verbose.txt |
please use the g++ 4.8.5 and gcc 4.85, |
Sorry to comment after such a long time, I have the same error and can't solve it by reinstalling. I'm using ubuntu18.04 with gcc/g++-4.8.5. I'm wondering if you fixed this error eventually. If so, how did you do that? Should I reinstall everything on ubuntu16.04 or 14.04 instead of 18.04? |
Fix it after reinstalling system-C finally... It appears that the gcc compiler I used to compile system-C and vp are different, which caused the error. |
/home/nicolast0604/vp/hw/outdir/nv_full/cmod/release/lib/libnvdla_cmod.so: undefined reference to `sc_core::sc_vector_base::make_name(char const*, unsigned long)'
collect2: error: ld returned 1 exit status
CMakeFiles/aarch64_toplevel.dir/build.make:106: recipe for target 'aarch64_toplevel' failed
make[2]: *** [aarch64_toplevel] Error 1
CMakeFiles/Makefile2:111: recipe for target 'CMakeFiles/aarch64_toplevel.dir/all' failed
make[1]: *** [CMakeFiles/aarch64_toplevel.dir/all] Error 2
Makefile:149: recipe for target 'all' failed
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: