Hi, I'm getting an error while using compdb -p ./ list > compile_commands.json:
File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
causing compdb to end with code 1. Any idea what is causing this? Thank you
Hi, I'm getting an error while using
compdb -p ./ list > compile_commands.json:File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)causing compdb to end with code 1. Any idea what is causing this? Thank you