We have an exciting announcement about badges coming in May 2025. Until then, we will temporarily stop issuing new badges for course completions and certifications. However, all completions will be recorded and fulfilled after May 2025.
General

General

How to avoid following error: Error: UDF compiles successfully on Windows. Fails to compile on Linux with follow error message: make[1]: *** No rule to make target `UDF.c’, needed by `udf_names.c’. make[1]: *** No rule to make target `UDF.c’, needed by `udf_names.c’. make[1]: Target `default’ not remade because of errors.

    • FAQFAQ
      Participant

      This error comes due to wrong syntax. Sometimes comments are tagged using //. Switching to /* and */ can resolve the issue.