This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

CAN RTX51

Hi

I'm trying to use the rtx can functions. However i get a lot of the "REFERNCE MADE TO UNRESOLVED EXTERNAL" type warnings.

My guess is that the RTXICAN.lib file doesn't get properly linked.

I have added the file to the keil\c51\LIB directory but that doesn't seem to do much.

So basicly I would like to know what I am doing wrong here.

Thanks in advance

Frank Roberts

Parents
  • We are using CAN and RTX51 for years. The issue is the order of the files in the project. In one of our projects it looks like this:

    1. Startup.A51
    2. Rtxbcan.lib
    3. RtxConf.A51
    4. BcanConf.A51

    and then the rest of the project files.
    We are using uV2.

    regards

    Dejan

Reply
  • We are using CAN and RTX51 for years. The issue is the order of the files in the project. In one of our projects it looks like this:

    1. Startup.A51
    2. Rtxbcan.lib
    3. RtxConf.A51
    4. BcanConf.A51

    and then the rest of the project files.
    We are using uV2.

    regards

    Dejan

Children