esp-open-sdk icon indicating copy to clipboard operation
esp-open-sdk copied to clipboard

xtensa-lx106-elf-gcc: fatal error: no input files compilation terminated.

Open BlayW opened this issue 6 years ago • 1 comments

Attempting to compile xtensa-lx106-elf-gcc,

I'm using the code given in terminal after finishing the build, "xtensa-lx106-elf-gcc -I/Volumes/case-sensitive/esp-open-sdk/sdk/include -L/Volumes/case-sensitive/esp-open-sdk/sdk/lib"

when i run this i get fatal error: no input files compilation terminated.

what am i missing here?

BlayW avatar Jan 09 '18 13:01 BlayW

You're missing the c source file that you'd like to compile, and other options, like -c -o or -S. The command line you're given is not a full command line, but only the essential part dependent on where on your system you've installed the compiler.

jcmvbkbc avatar Jan 24 '18 13:01 jcmvbkbc