Ticket #95 (closed defect: worksforme)
Can not cross compile using nmake
| Reported by: | Bill Jeffreys <wjeffreys@…> | Owned by: | elmex |
|---|---|---|---|
| Priority: | blocker | Milestone: | 0.8.1 |
| Component: | build system | Version: | 0.8 |
| Keywords: | Cc: |
Description
I am trying to cross compile for WindowsCE running on a ARMV4i. I am using Microsoft eMbedded Visual C++ 4.0. Since CMake will not generate project files for this IDE I am trying to use the generated "nmake Makefile". The file ws4d_eprfile.c would compile because of the missing header "process.h" - which does not exist in eMbedded Visual C++ 4.0 (see CompileError?.txt). Then I commented out the include of "process.h" and tried again. This time it compiled but would not link (see LinkError?.txt). Has anyone ever tried to use ws4d-gsoap in this environment?
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

