During build microblaze releaze
./build/base/obj/libframework.a(unit.o): In function `unit_mod_disable':
/cygdrive/e/projects/embox/src/embox_trunk/src/framework/unit.c:50:
undefined reference to `strerror'
./build/base/obj/libframework.a(unit.o): In function `unit_mod_enable':
/cygdrive/e/projects/embox/src/embox_trunk/src/framework/unit.c:32:
undefined reference to `strerror'
code
{{{
TRACE("error: %s\n", strerror(-ret));
}}}
The building hasn't included strerror module (lib/string/strerror.c)
Original issue reported on code.google.com by Anton.Bo...@gmail.com on 9 Apr 2010 at 12:52
Original issue reported on code.google.com by
Anton.Bo...@gmail.com
on 9 Apr 2010 at 12:52