ATLFlight / ATLFlightDocs

Documentation on using the Snapdragon Flight platform.
69 stars 41 forks source link

dspal_tester make error #8

Closed nanfly closed 8 years ago

nanfly commented 8 years ago

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 commented 8 years ago

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

raunaqbhirangi commented 8 years ago

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 commented 8 years ago

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

cd dspal   
git submodule update --init --recursive

That will populate any submodules used.

khoindq commented 8 years ago

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

raunaqbhirangi commented 8 years ago

@khoinguyen258 Yes I could.