|
From: David L. <dav...@sb...> - 2013-11-06 20:39:02
|
Your error occurs if the Wind River project was configured either with '--enable-build=production' or else without any '--enable-build'' configure option since the default build type is 'production'. To fix this for both Wind River Linux versions 4 and 5, reconfigure your platform project with the 'debug' build option: configure --enable-build=debug ... (your other configure options) Then rebuild the filesystem: make fs Hope this helps, Dave |