아래의 명령으로 library와 object를 build 하려는데, 에러 문구가 나오네요..
libtool --tag=CC --mode=link mipsel-openwrt-linux-uclibc-gcc -g -O -o test test.o ../aplay/libaplay.la
[에러 문구]
PATH를 맞춰줘야 할것 같은데, 어떻게 하면 될까요?
../aplay/.libs/libaplay.so: undefined reference to `snd_pcm_format_description'
../aplay/.libs/libaplay.so: undefined reference to `snd_output_stdio_attach'
../aplay/.libs/libaplay.so: undefined reference to `snd_pcm_sw_params_set_start_threshold'
../aplay/.libs/libaplay.so: undefined reference to `snd_pcm_writei'
========================================================
구글링을 엄청나게 한 끝에 libtool로 link 파일과 거기에 정의한 파일을 읽어오는 파일까지 build 시켰는데요.
막상 실행 파일을 실행 시키니, 다음과 같은 에러가 뜨네요....
이건 멀까요?
[ 5677.898676] do_page_fault() #2: sending SIGSEGV to test for invalid read access from
[ 5677.898689] 0001032c (epc == 555505bc, ra == 00000000)
Segmentation fault
^^, 답 달려고 들어왔는데....ㅎㅎ
1. 위에 없애신 줄들은 당연히 libasound 가 없어서 그런 것이고요.
alsa관련 링크에 이슈가 있는겁니다. .la 파일일 가능성이 있습니다.
2. read쪽 이슈인데 보통 이 경우는 device driver파일에 대한 access permission issue입니다.