This is the mail archive of the ecos-discuss@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]

if_dp83902a.c problem


If if_dp83902a.c is used, it will become the error of
"unresolved symbol CYGACC_CALL_IF_DELAY_US" in the stage of a link.
Since hal_if.h is not include.

--- if_dp83902a.c.old       Sun Jun  2 21:49:38 2002
+++ if_dp83902a.c           Sun Jun  2 21:40:50 2002
@@ -67,6 +67,7 @@
 #include <pkgconf/system.h>
 #include <cyg/infra/cyg_type.h>
 #include <cyg/hal/hal_arch.h>
+#include <cyg/hal/hal_if.h>
 #include <cyg/infra/diag.h>
 #include <cyg/hal/drv_api.h>
 #include <cyg/io/eth/eth_drv.h>

-- 
Yoshinori Sato
<qzb04471@nifty.ne.jp>

-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


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