Closed
Bug 495652
Opened 16 years ago
Closed 13 years ago
Unable to compile and link some command line utilities on WinCE
Categories
(NSS :: Tools, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: hiro, Unassigned)
References
Details
Attachments
(1 file)
28.22 KB,
patch
|
Details | Diff | Splinter Review |
WinCE does not have some functions (ex. perror, unlink, etc.) so we need to implement these functions.
Reporter | ||
Comment 1•16 years ago
|
||
This is a work-in-progress patch and includes the same fix for bug 483653.
The patch create a new library for missing functions on WinCE and link it, the library name is wince. This is the same concept what I have done the patch for bug 483653.
And this patch add -FIwinceutil.h option to CFLAGS.
Comment 2•13 years ago
|
||
hiro: thank you for the patch. Marked the bug WONTFIX
because we no longer support WinCE.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•