Re: [Alsa-user] compile test examples

2015-07-15 Thread Ran Shalit
On Wed, Jul 15, 2015 at 12:50 PM, Ran Shalit wrote: > Hello, > > I cross-compile alsa-project for arm target. > It seems to work find. > I then wanted to compile test examples: > make pcm > CC pcm.o > CCLD pcm > But It seems to create just object .o, not executable > I see that

[Alsa-user] compile test examples

2015-07-15 Thread Ran Shalit
Hello, I cross-compile alsa-project for arm target. It seems to work find. I then wanted to compile test examples: make pcm CC pcm.o CCLD pcm But It seems to create just object .o, not executable I see that there is additional pcm script file in the test folder. Does anyone know