Open shariethernet opened 1 month ago
Hi @shariethernet , I think you want to use the pulp-sdk to run the seizure detection application, not the pulp-runtime.
Hi @luca-valente,
Thank you for your response.
I tried to use pulp-sdk to run the seizure detection application but encountered the same issues again.
Here are the steps I followed:
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 :)