Hi all
I am new to XDAIS algorithm complaint in windows, i am having following quaris
1. How to create a "*.l64* " library in ccs
Running test 'XDAIS Rule 15'
Verifying that the extension for library ".\Debug\Addition_lib.lib" is ".l64P"
Error: it isn't. The extension is .lib
2 I wanted to run a simple addition program(.lib) in xdias complaint. i wrote a program as follows
#include<stdio.h>
#pragma CODE_SECTION (ADD_TI_add_test , ".test:ADD_TI_add_test _BUF")
int ADD_TI_add_test(void)
{
int a=10,b=20;
int c;
c=a+b;
return c;
}
so please help me to run the programe under xdais complaint
Thanks®ards
sureshkumar