industrialNETworXnetx

Lars

Lars

| 04.05.2010 | 11:42 | 2 replies

Software Development with Dev-Cpp?

Hello,

We are using the NXHX500-ETM Evaluation Board from Hilscher. As we have only 1 board and only 1 license of HiTop 5.3 I'd like to know if there is a possibility to develop our software with Dev-Cpp by Blodshed Software.

I know that I have to change my compiler and directories settings in Dev-Cpp to be able to debug my project to use it with the ARM processor. I did that using the following document: http://www.mikrocontroller.net/articles/ARM-DevCpp.

If I try to compile my project or to debug it I always get the following error warning:

Quote:
TLR_Packet.h: No such file or directory.

Where do I find that header file and what does it contain?

 

Best regards

Lars.

Andreas Jacob

Andreas Jacob

Hilscher Gesellschaft fuer Systemautomation mbH

| 04.05.2010 | 11:49

Hi Lars,

the file "TLR_Packet.h" is included in each rcX based example of the delivered NXHX CD.

Please have a look into the folder:

..\Includes\API\
or
..\Includes\TLR\

This file containes the Task Layer Reference Common Definitions which are used.

 

Regards
AJ

Lars

Lars

| 04.05.2010 | 13:12

Hi AJ,

Thanks for your quick answer. That helped me much.

 

Regards

Lars.

Login