Hello,

working with sdcc compiler and created project with multiple c files. Manual compilation with sdcc works and is possible generate hex, however when compiling from IDE getting following error:

Your help is appreciated.

Regards,
Ivo

    ivos

    Please check that your sdcc sdar.exe exists,

    because this plug-in will use sdar.exe bundle your other source files, and then link with your main.o.

    the sdar.exe commandline args is in build\Debug\no_entry_bundled.args.txt


    I just tried it and didn't find any problems, I used MINGW64 SDCC 4.4

    Hello,

    reinstalled sdcc and recreated project. Now compilation works no issues.

    Thank you for your aswer.

    With Kind Regards,
    Ivo

    Write a Reply...