본문 바로가기

애러

"dereferencing pointer to incomplete type" build error - root cause of build error "dereferencing pointer to incomplete type" This error occur that can't find struct. 1. didn't describe struct.2. struct use upper line before describe struct.ex) line 10 : use struct line 30 : describe struct3. miss #include file "dereferencing pointer to incomplete type"빌드애러가 났을때 원인 1. struct 를 정의하지 않았다.2. struct 를 정의하는 라인보다 위에서 사용했다.ex) line 10 : struct 사용line 30 : .. 더보기
[gdb] handle gdb error "single stepping until exit ... from function which has no line number information" I meet gdb error.GDB print this error instead of print current line of source code.GDB 를 사용하는 중 소스코드가 안보이고 아래와 같은 애러가 발생하였습니다. single stepping until exit ... from function which has no line number information so I introduce a cool solution to you.이것에 대한 해법을 적어보도록 하겠습니다. I already add '-g' option on my Makefile. and I add '-ggdb -O0' option regarding googleing result. but main cause is GDB versio.. 더보기
nwc 에서 파트별 음량 조절이 안될때 조치방법 nwc 에서 각 파트별 음량을 조절해야 할 때가 있습니다. 그때는 각 파트에서 F2 를 눌러서 아래 창을 open 한 후midi tab 에서 Channel Volume 을 조절하면 됩니다. 127 (max) ~ 0 까지 값을 입력할 수 있습니다. 하지만 그래도 파트간의 볼륨이 변하지 않는 경우가 있습니다. 바로 위에 Channel 이 각 파트마다 모두 같을 경우 입니다.이 Channel 을 1, 2, 3, 4.. 순으로 파트마다 각각 배정해서 저장해 주면, 파트간 볼륨 값이 잘 적용됩니다. 더보기