본문 바로가기
Development Solutions/Linux

[Solved] error adding sysmbols when compiling ccdv: Bad value (ccdv 컴파일시 error adding sysmbols: Bad value)

by studio ODOC 2022. 8. 23.
반응형

[Linux Ubuntu]

error adding sysmbols when compiling ccdv: Bad value

ccdv 컴파일시 error adding sysmbols: Bad value

 

 

ccdv는 컴파일할 때의 과정을 보다 가시성을 높여서 보여준다! 이를 컴파일하는 도중 에러가 발생하여 정리함.

 

 

ccdv: error adding symbols: Bad value

collect2: error: ld returned 1 exit status

 

발생하여 문제점을 찾아본 결과, 컴파일 할 때 옵션 값을 잘못주었을때 발생하였던 것이었다.

예를 들어 -o 옵션의 다음으로는 아웃풋 이름 argument가 위치해야하는데 다른 옵션 정보 등이 들어오면 발생함!

 

(ccdv shows the process of compiling with greater visibility! An error occurred while compiling it, so it was cleaned up.





ccdv: error adding symbols: Bad value

collect2: error: ld returned 1 exit status



As a result of looking for a problem that occurred, it occurred when the option value was incorrectly given when compiling.

For example, the -o option should be followed by the output name argument, which occurs when other option information comes in!)

반응형