{standard input}: Assembler messages: Error: can't read from {standard input}: Bad file descriptor

I'm trying to use Clion with existing Cmake project.

It is possible to build it using pure cmake:

cd build

cmake ../

make

But when I use "build button" on IDE - I obtain this error message:

{standard input}: Assembler messages:
{standard input}: Error: can't read from {standard input}: Bad file descriptor

How do I can debug this?

Thanks!

0

Hi Alexander.

Sorry for the delay. CLion should print the command it uses in the messages window. Could you please send us this command? Also please try executing this command outside of CLion and see if the errors are still present? 

0

请先登录再写评论。