Page 1 of 1

Problem enabling UCOS_TIME lib in predef.h NNDK 2.7.0

Posted: Mon May 04, 2015 10:38 am
by zoanie
Hello,

I would like to add the task utilization library functions available when the predef.h definition 'UCOS_TIME' is enabled. However rebuilding the NNDK 2.7.0 system files is unsuccessful and returns the very cryptic error:

make: *** [ucosmcfc.o] Error 1

Thanks,

Carlos

Re: Problem enabling UCOS_TIME lib in predef.h NNDK 2.7.0

Posted: Mon Aug 01, 2016 10:16 am
by adamstg
hello,

i had similar issues.
i was trying to set this #define UCOS_TIME (1)
in constants.h

then i found this thread and tried to put the #define UCOS_TIME (1) in predef.h and it this seems to have done it

I am using is Version NNDK 2.7.1 , see NBEclipse -> help -> About NBEclipse for your version number.