hi everyone 

I am build a HAL component which to communicate with my own FPGA card by using 
Ethernet (RTnet). 


Those code used to communicated with FAGA card has been put into HAL component.


I want to use socket in the hal component ,so the header file ioctl.h is 
necessary . But in the .c file I include the ioctl.h like follow :


#include <sys/ioctl.h>




Then I try to compile the .c file by use halcompile --compile XXXX.c and the 
error is like as follow:



usr/include/i386-linux-gnu/sys/ioctl.h:22:22:fatal error:features.h no such 
file!
compilation terminated.




It seems that the header file "features.h" in the header file "ioctl.h" is not 
found.


file "features.h" is here:



what's wrong with it? Could anyone tell me the solution?? thanks so much!!




In addition I am trying to use the RTnet to communicate with the FPGA,Write a 
HAL component by using RTnet.
Did anyone interest with it? Perhaps we can have a discuss.


best recards
paul

Attachment: [email protected]
Description: Binary data

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Emc-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to