Hi all,

I'm installing RTEMS with freeBSD for a zc706 board. At waf execution I'm 
experimenting an error at epoch01/test_main.c.

../../testsuite/epoch01/test_main.c:568:37: error: macro 
"RTEMS_SCHEDULER_EDF_SMP" passed 2 arguments, but takes just 1
RTEMS_SCHEDULER_EDF_SMP(a, CPU_COUNT);

In fact I checked using grep the macro RTEMS_SCHEDULER_EDF_SMP, and in effect, 
it only has only one argument (seen at 
./rtems-git/cpukit/include/rtems/scheduler.h:122:  #define 
RTEMS_SCHEDULER_EDF_SMP( name ) )

Then, followed this error I had this one:

../../testsuite/epoch01/test_main.c:600:3: error: 
'_Configuration_Scheduler_EDF_SMP_p' undeclared here (not in a function); did 
you mean '_Configuration_Scheduler_EDF_SMP_o'?
   RTEMS_SCHEDULER_TABLE_EDF_SMP(p, rtems_build_name(' ', ' ', ' ', 'p')),

Any ideas what is happened here? Can anyone confirm me if there is a local or a 
generalized problem?

Regards,

________________________________
[cid:image001.gif@01D5D2AF.2B127F80]

Fernando Domínguez Pousa
Ingeniero de Software
Software Engineer

GMV
Isaac Newton, 11
P.T.M. Tres Cantos
E-28760 Madrid
Tel. +34 91 807 21 00
Fax +34 91 807 21 99
www.gmv.com <http://www.gmv.com/>
[cid:image002.png@01D5D2AF.2B127F80]<http://www.facebook.com/infoGMV>

[cid:image003.png@01D5D2AF.2B127F80]<http://www.twitter.com/infoGMV_es>

[cid:image004.png@01D5D2AF.2B127F80]<https://plus.google.com/+Gmvcompany>

[cid:image005.png@01D5D2AF.2B127F80]<http://www.youtube.com/infoGMV>

[cid:image006.png@01D5D2AF.2B127F80]<https://www.linkedin.com/company/gmv>

[cid:image007.png@01D5D2AF.2B127F80]<http://www.gmv.com/en/RSS>


[cid:image008.png@01D5D2AF.2B127F80]<http://www.gmv.com/blog_gmv/language/en/>








P Please consider the environment before printing this e-mail.
_______________________________________________
users mailing list
users@rtems.org
http://lists.rtems.org/mailman/listinfo/users

Reply via email to