Ticket #3 (closed bug: fixed)
Missing iconv.c ?
| Reported by: | vcaron | Owned by: | ppronchery |
|---|---|---|---|
| Priority: | minor | Component: | Libc |
| Keywords: | Cc: |
Description
Latest build error on my laptop:
make[1]: *** No rule to make target `iconv.c', needed by `iconv.lo'. Stop. make[1]: Leaving directory `/home/zerodeux/src/openmoko/runningbear/trunk/System/Sources/libc/src'
Forgot to "svn add" source:/trunk/System/Sources/libc/src/iconv.c ?
Change History
Note: See
TracTickets for help on using
tickets.

Indeed, I have just added the missing files: libc/src/iconv.c, libc/src/sys/ipc.c and libc/src/sys/shm.c. Thanks!