Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For the sake of understanding, we have looked at some errors that may occur during the make-process of simple .sc source and how to fix the errors with the Makefile modification. For compile-related problems, it is important to understand what type of problem it is.

When a problem related to compilation occurs, the following items are the items to be checked:

  1. Is the correct library being used for the compiler?
  2. Are there any errors in the Makefile? (Path, specification, type, variable name use, etc.)
  3. Are the compile bits different between libraries or objects?
  4. Are you correctly linking the required vendor's library?
  5. Are you specifying the required system library?
  6. Do you specify a library for compatibility between C/C++?