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
However, there are a lot of undefined references to plp_alloc_l1, mchan_memcpy_asyncsvm_free_and_destroy_model (seems like a whole libsvm.h is missing) .
I am coming to this in reference to the paper on seizure detection implemented with pulpissimo and would like to compare it with my work. I would appreciate if you could help with this. Thanks in advance :)
The text was updated successfully, but these errors were encountered:
I tried to use pulp-sdk to run the seizure detection application but encountered the same issues again.
Here are the steps I followed:
Clone pulp-sdk repo, source pulp-open.sh and built gvsoc.
Clone pulpissimo repo, built the questasim platform from latest IP versions and set the vsim path.
Execute seizure detection using "make clean all run pulpFpu=1 pulpDiv=1 -f Makefile.seq" (for single core).
I'm seeing a lot of undefined references to plp_alloc_l1, l1free etc. Could you kindly review this workflow and let us know if there is anything we might be overlooking? Thanks in advance!
Hi @luca-valente @micprog ,
I am trying to build the seizure detection application for pulpissimo on cv32e40p .
Though there were several issues, and things didn't work by just running the makefile. I have modified the Makefile.seq as seen below
However, there are a lot of undefined references to
plp_alloc_l1
,mchan_memcpy_async
svm_free_and_destroy_model
(seems like a whole libsvm.h is missing) .I am coming to this in reference to the paper on seizure detection implemented with pulpissimo and would like to compare it with my work. I would appreciate if you could help with this. Thanks in advance :)
The text was updated successfully, but these errors were encountered: