Problem enabling UCOS_TIME lib in predef.h NNDK 2.7.0

Discussion to talk about software related topics only.
Post Reply
zoanie
Posts: 13
Joined: Mon Apr 11, 2011 10:42 pm
Location: Thousand Oaks, CA

Problem enabling UCOS_TIME lib in predef.h NNDK 2.7.0

Post 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
adamstg
Posts: 6
Joined: Fri Mar 06, 2015 8:16 am

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

Post 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.
Post Reply