Liste des Groupes | Revenir à ca embedded |
On 2025-03-18, David Brown <david.brown@hesbynett.no> wrote:As I said in another post - no, "make" can run in any way that is convenient. Windows command prompt, Powershell (which I seldom use), msys2 bash, started from a "tools" menu in an IDE - whatever.
msys2 is totally different. The binaries are all native WindowsAre the make recipes are run using a normal Unix shell (bash? ash?
binaries, and they all work within the same Windows environment as
everything else. There are no problems using Windows-style paths
(though of course it is best to use relative paths and forward slashes
in your makefiles, #include directives, etc., for cross-platform
compatibility). You can use the msys2 programs directly from the normal
Windows command window, or Powershell, or in batch files, or directly
from other Windows programs.
bourne?) with exported environment variables as expected when running
'make' on Unix?
The gnu make functions [e.g $(shell <whatever>)] all work as epected?Yes.
Or are there certain gnu make features you have to avoid for makefilesThere is nothing that I have avoided.
to work under msys2?
Les messages affichés proviennent d'usenet.