• More on: Help me: how to determine constant value at link time?
    Of course I know header file. But my problem is that: I have a lot of C files, who share one Header file, and I made a library. But when I use the library in different projects, I need to modify the parameters...
  • constant value is changing
    I have declared variable as, const float a = 5.5; In my project after compilation the program size is, data = 17.0 xdata = 4421 code = 38520 I am using 8031 with 64KB external EPROM...
  • How determine library sizes?
    Hello, In LST files you can find totals about module memory usage, in M51 you can do the same for complete application but, how can I determine the memory usage (code and data)when I build a library...
  • How to determine a pointer type?
    If I have declare a generic pointer [char *test] in C; How do I determine the pointer type in runtime? By checking the first byte of the pointer or is there any other functions doing this? Thanks...
  • Link time error-Help needed
    I am getting a link time error *** ERROR L121: IMPROPER FIXUP MODULE: keypad.obj (KEYPAD) SEGMENT: ?PR?SCAN_KEYS?KEYPAD OFFSET: 00C4H I dont know what causes this error pls help Nitin