Skip to main content
YSevi.11
Associate
July 19, 2023
Question

Makefile project "make[1]: Makefile:192: pipe: No such file or directory" Warnings

  • July 19, 2023
  • 3 replies
  • 4058 views
    This topic has been closed for replies.

    3 replies

    Pavel A.
    July 19, 2023

    Contact the author on github?

    Note that the project directory path contains non ascii characters - reliable recipe for trouble.

    YSevi.11
    YSevi.11Author
    Associate
    July 20, 2023

    I wrote the author but didnt got any  response. I made the same compile at non ascii charactered pc but still same response. I dont think it happens unicode problem.

    YSevi.11
    YSevi.11Author
    Associate
    July 20, 2023

    Here are the outputs I get by a computer that doesn't have unicode characters. Semms to have the same problem.

    11:18:51 **** Incremental Build of configuration Default for project olacak ****
    make -j16 all
    make: Makefile:189: pipe: No such file or directory
    make: Makefile:202: pipe: No such file or directory
    make: Makefile:204: pipe: No such file or directory
    make: Makefile:206: pipe: No such file or directory
    make BOARD=pro DEBUG=0 OPT=-Os PROTO=Src/pcanpro_protocol.c BOARD_FLAGS='-DPCAN_PRO=1 -DINCLUDE_LIN_INTERFACE=1' elf hex bin
    make BOARD=pro_fd DEBUG=0 OPT=-Os PROTO=Src/pcanpro_fd_protocol.c BOARD_FLAGS='-DPCAN_PRO_FD=1 -DINCLUDE_LIN_INTERFACE=1' elf hex bin
    make BOARD=fd DEBUG=0 OPT=-Os PROTO=Src/pcanpro_fd_protocol.c BOARD_FLAGS='-DPCAN_FD=1 -DINCLUDE_LIN_INTERFACE=0' elf hex bin
    make[1]: Entering directory 'C:/Users/Furkan/Downloads/pcan_pro_x-master (1)/pcan_pro_x-master'
    make[1]: Makefile:189: pipe: No such file or directory
    make[1]: Entering directory 'C:/Users/Furkan/Downloads/pcan_pro_x-master (1)/pcan_pro_x-master'
    make[1]: Entering directory 'C:/Users/Furkan/Downloads/pcan_pro_x-master (1)/pcan_pro_x-master'
    make[1]: Makefile:202: pipe: No such file or directory
    make[1]: Makefile:189: pipe: No such file or directory
    make[1]: Makefile:189: pipe: No such file or directory
    make[1]: Makefile:204: pipe: No such file or directory
    make[1]: Makefile:202: pipe: No such file or directory
    make[1]: Makefile:202: pipe: No such file or directory
    make[1]: Makefile:204: pipe: No such file or directory
    make[1]: Makefile:206: pipe: No such file or directory
    make[1]: Makefile:204: pipe: No such file or directory
    make[1]: Makefile:206: pipe: No such file or directory
    make[1]: Makefile:206: pipe: No such file or directory
    make[1]: Nothing to be done for 'elf'.
    make[1]: Nothing to be done for 'elf'.
    make[1]: Nothing to be done for 'elf'.
    make[1]: Nothing to be done for 'hex'.
    make[1]: Nothing to be done for 'hex'.
    make[1]: Nothing to be done for 'hex'.
    make[1]: Nothing to be done for 'bin'.
    make[1]: Leaving directory 'C:/Users/Furkan/Downloads/pcan_pro_x-master (1)/pcan_pro_x-master'
    make[1]: Nothing to be done for 'bin'.
    make[1]: Leaving directory 'C:/Users/Furkan/Downloads/pcan_pro_x-master (1)/pcan_pro_x-master'
    make[1]: Nothing to be done for 'bin'.
    make[1]: Leaving directory 'C:/Users/Furkan/Downloads/pcan_pro_x-master (1)/pcan_pro_x-master'

    11:18:51 Build Finished. 0 errors, 16 warnings. (took 216ms)

    Pavel A.
    July 22, 2023