hi,
i run the bluetooth point to point example successfully in winscw type in
emulator.when i tried to make for the target by selecting THUMUREL and make the
project it is giving the linker error as follows.
Link Error : Dll 'BTPOINTTOPOINT[10005B8B].APP' has initialised data.
Link Error : Command failed with result = 0
Link Error : Link failed
what could be the problem.please help me out to solve this problem
You have writable data outside a class. Try to find yourapplication.map file and inside it section .data, .bss you might be able figure out what data are causing the problems.