Skip to content
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

dspal_tester make error #8

Closed
nanfly opened this issue Apr 24, 2016 · 5 comments
Closed

dspal_tester make error #8

nanfly opened this issue Apr 24, 2016 · 5 comments

Comments

@nanfly
Copy link

nanfly commented Apr 24, 2016

When: following the instruction [(https://github.com/ATLFlight/dspal)]

What:

nanfly@nanfly-T440p:~/dspal/test/dspal_tester$ ls
adsp_proc  cmake_hexagon   common            include
apps_proc  CMakeLists.txt  dspal_tester.idl  Makefile
nanfly@nanfly-T440p:~/dspal/test/dspal_tester$ make
make: *** No rule to make target `cmake_hexagon/toolchain/Toolchain-qurt.cmake, needed by `dspal_tester'.  Stop.

Why: Don't know. Can anyone help?

I am using the latest pull and can make the HelloWorld program with no problem.

Thanks in advance.

@mcharleb
Copy link
Contributor

mcharleb commented Jun 2, 2016

@nanfly Is there anything in your cmake_hexagon/toolchain directory?

@raunaqbhirangi
Copy link

I had the same error. My cmake_hexagon directory was empty when I cloned. I downloaded the contents separately and put them there. It compiled fine after that.

@mcharleb
Copy link
Contributor

mcharleb commented Jun 6, 2016

@nandfly @raunaqbhirangi After git clone of dspal, run:

cd dspal   
git submodule update --init --recursive

That will populate any submodules used.

@khoindq
Copy link

khoindq commented Jun 8, 2016

Hi @raunaqbhirangi could you run make load function without error after make succesful?

@raunaqbhirangi
Copy link

@khoinguyen258 Yes I could.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants