Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [embed-cdt-dev] PATH

This typically means that make cannot apply one of its rules to a file name.
That can be caused by special symbols or spaces in the file name.

Regards,
AF

25.11.2020 19:49, Hatice Kilicer пишет:
Thank you so much your answer,I solved it.But now I taking new error .
.dep/err.o.d:1: * target pattern contains no '%'. Stop.
what is this mean?

Alexander Fedorov <alexander.fedorov@xxxxxxxxxx>, 25 Kas 2020 Çar, 19:38 tarihinde şunu yazdı:
Hi

"PATH" is the name of system environment variable, please have a look here for example https://en.wikipedia.org/wiki/PATH_(variable)

The message means that you need to add a directory that contains "make" executable to the "PATH" variable.

Regards,
AF

25.11.2020 19:23, Hatice Kilicer пишет:
Hi,
when I built my project I see:
Cannot program "make":Unknown reason
Error:Pogrm "make" not found in PATH
What is this PATH?What should I do?

_______________________________________________
embed-cdt-dev mailing list
embed-cdt-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/embed-cdt-dev

_______________________________________________
embed-cdt-dev mailing list
embed-cdt-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/embed-cdt-dev

_______________________________________________
embed-cdt-dev mailing list
embed-cdt-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/embed-cdt-dev


Back to the top