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
Problem enabling UCOS_TIME lib in predef.h NNDK 2.7.0
Re: Problem enabling UCOS_TIME lib in predef.h NNDK 2.7.0
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.
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.