JS2014
JS2014

Reputation: 31

Eiffel C Compiler Error

I am using the Effiel studio to code and I noticed at the ErrorList down the menu, there is an error message showing : "Error code: C Compiler Error

Error: External C/C++ compilation failed. What to do: Check the external C/C++ compilation for details."

Does anyone good at Eiffel know what that means and how to debug it ?

Upvotes: 3

Views: 1276

Answers (1)

Alexander Kogtenkov
Alexander Kogtenkov

Reputation: 5810

In the output pane of EiffelStudio there is a selector for different output sources, including C compilation. Switching to it will give you the complete C compiler output that can be used to figure out what is wrong.

Upvotes: -1

Related Questions