kayws426 / embox

Automatically exported from code.google.com/p/embox
0 stars 1 forks source link

Error building with strerror function #72

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Есть такой косяк, причина в порядке 
линковки библиотек

Original comment by Eldar.Abusalimov on 9 Apr 2010 at 12:56