Dears,
Im trying to compile C project using nvc compiler and getting error:
/usr/bin/ld: cannot find qc: No such file or directory
Can you help me to setup Toolchain settings ?
Hi artsiom.staliarou and welcome!
This error means that you have “qc” on the link line, but it doesn’t exist. My best guess is that you have a typo someplace. Is “qc” a library and should be passed as “-lqc”? Is it an object file and should be “qc.o”?
I might be able to help, but I’ll need more details.
-Mat