wmake troubles

Greetings to all,

I’ve just started to use OpenAT and I’m to the point where I’m trying to build a sample project ‘Hello_World’. I’m using Visual C++ 2005 Express so I’m sure that some things won’t go as smoothly as the Tools Manual and Tutorial states.

The problem is that I get error messages when trying to build the project–both by VC 2k5 and Cygwin and I don’t understand what it means:

Start of Results*******

------ Skipped Build: Project: Hello_World_rte, Configuration: Release Win32 ------
Project not selected to build for this solution configuration
------ Build started: Project: Hello_World, Configuration: Wismo Target Win32 ------
Performing Makefile project actions


Software Generation Toolkit

SGT_VER = v1.2.11
SGT_DIR = /cygdrive/C/OpenAT/Tools/SGT/v1.2.11
Scripts path for SGT :
/cygdrive/C/OpenAT/Tools/SGT/v1.2.11/script_sgt

Type help_sgt for a list of SGT commands


Check environment settings…

Launch a full library or binary process

  3 [main] make 52440 fork_copy: linked dll data/bss pass 0 failed, 0x66D000..0x66D020, done 0, windows pid 52548, Win32 error 487

make: /cygdrive/C/OpenAT/V304/TgtGen/WmGen/mak/gen.mak:53: fork: Resource temporarily unavailable
181399 [main] make 52440 fork_copy: linked dll data/bss pass 0 failed, 0x66D000…0x66D020, done 0, windows pid 52580, Win32 error 487
make: /cygdrive/C/OpenAT/V304/TgtGen/WmGen/mak/binary.mak:130: fork: Resource temporarily unavailable
198726 [main] make 52440 fork_copy: linked dll data/bss pass 0 failed, 0x66D000…0x66D020, done 0, windows pid 52592, Win32 error 487
make: /cygdrive/C/OpenAT/V304/TgtGen/WmGen/mak/binary.mak:130: fork: Resource temporarily unavailable
361683 [main] make 52440 fork_copy: linked dll data/bss pass 0 failed, 0x66D000…0x66D020, done 0, windows pid 52608, Win32 error 487
make: /cygdrive/C/OpenAT/Tools/SGT/v1.2.11/mak/makebin.mak:94: fork: Resource temporarily unavailable
382247 [main] make 52440 fork_copy: linked dll data/bss pass 0 failed, 0x66D000…0x66D020, done 0, windows pid 52624, Win32 error 487
make: /cygdrive/C/OpenAT/Tools/SGT/v1.2.11/mak/makebin.mak:157: fork: Resource temporarily unavailable
514238 [main] make 52440 fork_copy: linked dll data/bss pass 0 failed, 0x66D000…0x66D020, done 0, windows pid 52636, Win32 error 487
make: vfork: Resource temporarily unavailable
561975 [main] make 52440 fork_copy: linked dll data/bss pass 0 failed, 0x66D000…0x66D020, done 0, windows pid 52652, Win32 error 487
make: vfork: Resource temporarily unavailable
make: *** No rule to make target `hello_world.o’. Stop.


Find errors occurred when using SGT

Analyze errors in Log files

WARNING : gcc_Hello_World_B_status.log is incomplete. Check manually if any errors exist

Analyze errors in tmp files if they exists.


Libraries available in out directory :


End process.

Build log was saved at “file://c:\wave\arm\out\BuildLog.htm”
Hello_World - 0 error(s), 0 warning(s)
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 1 skipped ==========

End of Results*****

I’m using OpenAT 3.04 and Firmware 352a09gm

Perhaps someone out there has had the same problem (I hope) and as willing to help a newbie out.

Thanks

1.create a new project_name by OpenAT wizard
2.open project_name folder in cygwin
3.type wm_scs2vcproj project_name.scs
4.open project_name by MSVC 2005 Express

best regards