This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: link error (no patch just a hitn maybe)


Jani Monoses wrote:
Hi
I had unresolved symbol errors when linking an app (new_net template on edb7xxx)
in mutex.cxx in the posix compat package.
Including these two files made it go away I'm just not sure it's the right
fix and if it it how come nobody has seen this.

Jani.

diff -u -r1.4 mutex.cxx
--- compat/posix/current/src/mutex.cxx 10 Dec 2002 02:28:21 -0000 1.4
+++ compat/posix/current/src/mutex.cxx 12 Feb 2003 16:17:18 -0000
@@ -67,6 +67,9 @@
#include <cyg/kernel/thread.inl> // thread inlines
+#include <cyg/kernel/sched.hxx>
+
+#include <cyg/kernel/sched.inl>
It's indeed odd if we haven't seen this before ourselves. Was this the default config? What symbols weren't defined?

Jifl
--
eCosCentric http://www.eCosCentric.com/ The eCos and RedBoot experts
--[ "You can complain because roses have thorns, or you ]--
--[ can rejoice because thorns have roses." -Lincoln ]-- Opinions==mine


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]