vxworks
Can a TLB (Load Word) exception be caused by incorrect compiler options usage?
I am getting a TLB (Load Word or Instruction Fetch) exception in VxWorks. When I analyze further I understood that the memory address which is being referred doesn\'t point to a valid memory location.[详细]
2023-03-17 11:35 分类:问答Setting baud rate of serial port fails on vxworks
I am writing a vxworks task involving sending data thru serial port. Opening the serial port is successful. But when I am trying to set the baud rate of the port using ioctl() system call,[详细]
2023-03-16 17:26 分类:问答Serial port access in vxworks not working
I am in a need to send data thru serial port in vxworks. I am using the following code. But it is not working.can anyone point out what went wrong?[详细]
2023-03-16 06:32 分类:问答Does the VxWorks sockLib support the SO_RCVTIMEO option that can be used by setsockopt to set the timeout of a recv call like in winsock?
Does the VxWorks sockLib suppor开发者_如何学运维t the SO_RCVTIMEO option that can be used by setsockopt to set the timeout of a recv call like in winsock?[详细]
2023-03-16 05:11 分类:问答Googletest on VxWorks 6.6 + / Wind River 3.0
Has anyone successfully ported googleTest to a real time process in WindRiver 3.0 / VxWorks 6.6 ? I am able to get gtest to build, but I get a few errors when linking. I can modify these specific sec[详细]
2023-03-10 13:32 分类:问答Linux/vxworks signals
I came across the following in a vxworks manual and was wondering why this is the case. What types of things do signals do that make them undesirable?[详细]
2023-03-04 18:18 分类:问答how to use VxWorks etherOutputHookAdd
I\'m stumped trying to get etherOutputHookAdd() to work. Its counterpart, etherInputHookAdd(), seems to work fine. The OS version in question is VxWorks 5.4 .[详细]
2023-03-04 11:40 分类:问答How to compute shared memory anchor address in VxWorks 6.3
I\'ve inherited 3 SBS (now GE Fanuc) C2k single board computers connected over a CompactPCI backplane, and need to get shared memory up and running between them.My understanding is that in previous ye[详细]
2023-03-01 17:30 分类:问答CopyFile() on VxWorks
What is simple API for copy file(s)开发者_StackOverflow on VxWorks (look like a CopyFile() on Windows API)?I assume you are talking about working in the command shell, so the commands may look like:[详细]
2023-02-21 00:17 分类:问答Preprocessor Definitions To Identify Debug/Release Mode in VxWorks
Which preprocessor definitions let you identify the build version of a project in VxWorks? I\'m looking for something on the lines of _DEBUG (Debug mode)/ _NDEBUG (Release mode) which are used in VC开[详细]
2023-02-20 05:39 分类:问答