vxworks
Same sources but compiled binary different
Hi I develop C/C++ for VxWorks on WinXP using ccarm compiler. And I would like to add a hot fix for on t开发者_如何转开发op of a released delivery which was build long time ago. Sources are kept on Cl[详细]
2023-02-16 01:46 分类:问答vxWorks 6.8 mapping physical to virtual memory
This is my first question here :). I been trying for while now to map physical memory to virtual memory in vxWorks 6.8 with no success,[详细]
2023-02-13 23:45 分类:问答Function running confuse on VxWorks
We\'re trying to use VxWorks\' UDP multicast. Using the command line (->), we call the initialization function with some parameters and the multicast runs successfully.[详细]
2023-02-13 11:27 分类:问答Error using Boost C++ Libraries with VxWorks
I am attempting to use the boost header-only Property Tree library with VxWorks 6.6 in kernel mode, and I am getting an undefined symbol for std::runtime开发者_如何学Go_error::~runtime_error when I lo[详细]
2023-02-11 10:51 分类:问答What task is supposed to be created in this example?
For an ordinary binary semaphore, a task attempting to synchronize to an external event creates an empty[详细]
2023-02-03 03:20 分类:问答How do global variables contribute to the size of the executable?
Does having global variables increase the size of the executable? If yes how? Does it increase only the data section size or also the text section size?[详细]
2023-01-28 03:00 分类:问答What are the Compiler Options & Other mechanism for reducing the static library size?
What are the Compiler Options & O开发者_高级运维ther mechanism for reducing the static library size?[详细]
2023-01-25 13:40 分类:问答sendto not working on VxWorks
I asked this question before and had no resolution (still having the problem). I am stumped because the function returned without error an开发者_运维知识库d NO DATA was sent! This code works on Linux[详细]
2023-01-20 10:00 分类:问答Thread class memory allocation oddity on an embedded platform
I am running into a strange issue I\'ve been able to track down somewhat but I still can\'t see the cause. Maybe someone here can shed some light?[详细]
2023-01-10 10:49 分类:问答How to configure PCI-to-PCI bridge device in VxWorks?
I\'m working with board support package (BSP) in VxWorks that uses pciAutoConfig() to configure the PCI bus.When I add an Ethernet controller card to the bus the pci display routines do not show the c[详细]
2023-01-09 16:21 分类:问答