Hi all
I am working on H264 decoder in ccs simulator, I facing follwing problems
1. when i run the decoder as a executable its working fine, but i created a *l64P library and call the functions from application program its giving follwing errors.
'.text' of input file 'D:\\APPlication\\Trail\\Debug\\APP_pjt.obj'.
The 23-bit relocated address 0x4d86b6 is too large to encode in
the 15-bit field. You may need to add a mask to the assembly
instruction or use other target specific assembly features if you
really only need the lowest 15 bits of this symbol. Please see the
section on Relocation in the Assembly User's Guide.
Previously i eliminated this errors by removing the .asm code . but now i dont know the exact problem?
2.How to share(access) the variables b/w two projects(Dependent projects)
To make the lib as XDAIS complaince i replaced global vars as XXX_XX_var , what should i do for maintaing the common variable b/w application and lib.
Thanks in advance
sureshkumar