Hello I have my sv with breakdancer and I would like to do a local assembly with tigra, but I can not even compile it. I download it from the github version, since I don't have an ubuntu machine neither root access. So I am following the file named INSTALL.md, it is the same as in breakdancer, so when I do make inside of build directory it tells me this:
"tigra-sv/src/exe/tigra-sv/main.cpp:45:18: error: sam.h: No such file or directory"`
Well I solve it by writing hardcode the location of this file in the file named main.cpp. Then, I type make again, and this error doesn't show up, but another one saying this:
main.cpp:(.text+0x8c20): undefined reference to `bgzf_tell'
I can't figure out what to do after googling it.
could you help me please?
Thanks!