[En-Nut-Discussion] make runs amok on Win2k

Harald Kipp harald.kipp at egnite.de
Mon Nov 24 12:37:36 CET 2003


Dave,

As far as I can say, a similar problem appeared on XP, not on W2K.
But, as usual, any service pack may make the difference.

In the meantime, I changed the Makefiles and replaced the loop
by explicit statements

$(MAKE) -C os
$(MAKE) -C fs
$(MAKE) -C dev
$(MAKE) -C net
$(MAKE) -C pro
$(MAKE) -C crt

The for loop is a shell command and requires sh.exe, which is included
in the Win32 AVRGCC.

Harald




More information about the En-Nut-Discussion mailing list