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
I am stuck on building .elf files, the error message are
/home/netdb/SDK/2018.3/gnu/aarch64/lin/aarch64-linux/bin/../lib/gcc/aarch64-linux-gnu/7.3.1/../../../../aarch64-linux-gnu/bin/ld: warning: libsds_lib.so, needed by ../../SD_Card/lib
/libxlnxdnn.so, not found (try using -rpath or -rpath-link)
/tmp/cclaaKKU.o: In function `main':
resnet50_ex.cpp:(.text+0x890): undefined reference to `sds_alloc_non_cacheable'
resnet50_ex.cpp:(.text+0x9cc): undefined reference to `sds_alloc_non_cacheable'
resnet50_ex.cpp:(.text+0x9d8): undefined reference to `sds_alloc_non_cacheable'
resnet50_ex.cpp:(.text+0xac0): undefined reference to `sds_alloc_non_cacheable'
resnet50_ex.cpp:(.text+0xacc): undefined reference to `sds_alloc_non_cacheable'
resnet50_ex.cpp:(.text+0xc58): undefined reference to `sds_clock_counter'
resnet50_ex.cpp:(.text+0xd44): undefined reference to `sds_clock_counter'
resnet50_ex.cpp:(.text+0xd58): undefined reference to `sds_clock_frequency'
resnet50_ex.cpp:(.text+0x1020): undefined reference to `sds_free'
resnet50_ex.cpp:(.text+0x1068): undefined reference to `sds_free'
resnet50_ex.cpp:(.text+0x10b0): undefined reference to `sds_free'
resnet50_ex.cpp:(.text+0x10f8): undefined reference to `sds_free'
resnet50_ex.cpp:(.text+0x1140): undefined reference to `sds_free'
../../SD_Card/lib/libxlnxdnn.so: undefined reference to `sysport_open'
../../SD_Card/lib/libxlnxdnn.so: undefined reference to `zero_copy_open'
../../SD_Card/lib/libxlnxdnn.so: undefined reference to `sysport_close'
../../SD_Card/lib/libxlnxdnn.so: undefined reference to `axi_lite_send'
../../SD_Card/lib/libxlnxdnn.so: undefined reference to `xlnkCounterMap'
../../SD_Card/lib/libxlnxdnn.so: undefined reference to `xlnkOpen'
../../SD_Card/lib/libxlnxdnn.so: undefined reference to `accel_close'
../../SD_Card/lib/libxlnxdnn.so: undefined reference to `pfm_hook_shutdown'
../../SD_Card/lib/libxlnxdnn.so: undefined reference to `axi_lite_open'
../../SD_Card/lib/libxstack.so: undefined reference to `sds_wait'
../../SD_Card/lib/libxlnxdnn.so: undefined reference to `zero_copy_send_ref_i'
../../SD_Card/lib/libxlnxdnn.so: undefined reference to `xlnkDecrementRef'
../../SD_Card/lib/libxlnxdnn.so: undefined reference to `cf_send_ref_i'
../../SD_Card/lib/libxlnxdnn.so: undefined reference to `sds_insert_req'
../../SD_Card/lib/libxlnxdnn.so: undefined reference to `accel_open'
../../SD_Card/lib/libxstack.so: undefined reference to `sds_alloc_cacheable'
../../SD_Card/lib/libxlnxdnn.so: undefined reference to `cf_send_i'
../../SD_Card/lib/libxlnxdnn.so: undefined reference to `sds_trace_setup'
../../SD_Card/lib/libxlnxdnn.so: undefined reference to `cf_context_init'
../../SD_Card/lib/libxlnxdnn.so: undefined reference to `cf_wait'
../../SD_Card/lib/libxlnxdnn.so: undefined reference to `zero_copy_close'
../../SD_Card/lib/libxlnxdnn.so: undefined reference to `pfm_hook_init'
../../SD_Card/lib/libxstack.so: undefined reference to `sds_try_wait'
../../SD_Card/lib/libxlnxdnn.so: undefined reference to `axi_lite_close'
../../SD_Card/lib/libxlnxdnn.so: undefined reference to `xlnkClose'
../../SD_Card/lib/libxlnxdnn.so: undefined reference to `sds_trace_cleanup'
I am stuck on building .elf files, the error message are
My make file contents are
The content of example.mk
Include Libraries
I have check that in the dircecoty ARM_INC := /home/netdb/SDx/2018.3/target/aarch64-linux/include/ , and the required libraries are included
The text was updated successfully, but these errors were encountered: