[Tinyos-help] A Problem about TinyECC

liangjing liangjingjing826 at gmail.com
Wed Dec 20 06:40:42 PST 2006


Hi,
I have compiled the TinyECC(downloaded from tinyos2.0 code) in the
directory opt\tinyos-1.x\apps\TinyECC.
But it promps the following information
In function `ecc_init':
    interface has no command or event named `getTime32'
    interface has no command or event named `getTime32'
In function `gen_PublicKey':
    interface has no command or event named `getTime32'
    interface has no command or event named `getTime32'
In function `ecdsa_init':
    interface has no command or event named `getTime32'
    interface has no command or event named `getTime32'
In function `sign':
    interface has no command or event named `getTime32'
    interface has no command or event named `getTime32'
In function `verify':
    interface has no command or event named `getTime32'
    interface has no command or event named `getTime32'

I found that in testECDSAM.nc
In functions `ecc_init' `gen_PublicKey' `ecdsa_init' `sign' and `verify',
 they all call SysTime.getTime32( )
And the SysTime.nc is in the directory D:\tinyos\cygwin\opt\tinyos-
1.x\tos\interfaces
SysTimeC.nc is in the directory D:\tinyos\cygwin\opt\tinyos-
1.x\tos\platform\mica

Should I include this path in the Makefile in order to resolve the
compilation problem? If not, which has caused the compilation problem?
Thank you.


Best Regards
Jing Liang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20061220/cacae9c1/attachment.html


More information about the Tinyos-help mailing list