vxworks Questions

6

Solved

I am new to VxWorks and I am developing a software using C++ in VxWorks platform. I want to know whether VxWorks compiler supports C++ 11 standard. The reason I am asking this question is because t...
Leonteen asked 30/3, 2016 at 13:9

3

Is it possible to debug a VxWorks task without the Workbench with GDB or another free debugger? Looking online it is only reported an old command for gdb (target vxworks ID) that does not work anym...
Massasoit asked 28/1, 2016 at 9:17

6

While understanding each by itself (or maybe not), it looks like I'm far from understanding the practical differences between the two. Per my understanding, a BSP is a package of drivers and config...
Aeonian asked 5/8, 2012 at 18:36

2

3 different messages are being sent to the same port at different rates: Message  size (bytes)  Sent everytransmit speed High        &n...
Isiah asked 13/2, 2016 at 19:31

5

Solved

How do I receive layer 2 packets in POSIXy C++? The packets only have src and dst MAC address, type/length, and custom formatted data. They're not TCP or UDP or IP or IGMP or ARP or whatever - they...
Biddie asked 19/8, 2010 at 22:32

5

When we doing taskSpawn a task is creating in vxworks. What is actually a task. Is there any relation with thread. In my understanding vxworks is thread based Operating system. Can some one pleas...
Plague asked 12/10, 2011 at 16:11

5

What are all the differences between pipes and message queues? Please explain both from vxworks & unix perspectives. I think pipes are unidirectional but message queues aren't. But don't pip...
Lastex asked 18/3, 2010 at 14:42

1

VxWorks provides a version of strerror_r that only takes two parameters. STATUS strerror_r ( int errcode, /* error number */ char *buffer /* string buffer */ ) cURL mentions MAXERRSTR_SIZE. ...
Annulation asked 4/4, 2014 at 7:33

2

Solved

So I decided to grab my tools and analyze a router firmware. It went pretty okay up to the point where I had to find segments manually. I wouldn't bother you with it and i really don't want to ask ...
Enact asked 19/3, 2014 at 20:46

3

Solved

We're programming on a proprietary embedded platform sitting atop of VxWorks 5.5. In our toolbox, we have a condition variable, that is implemented using a VxWorks binary semaphore. Now, POSIX pr...
Eulalie asked 30/9, 2013 at 13:58

1

Solved

Difference between flat memory model and protected memory model? VxWorks supports flat memory model, Does Linux also supports flat memory model?
Procrustean asked 24/8, 2013 at 11:1

2

Solved

I'm doing a project in C language that runs on a target with vxWorks operating system. I would like to run my code on PC also for two reasons: The HW of the target is not available yet, and i wan...
Stonewall asked 30/4, 2013 at 13:40

1

Solved

Not sure it is related to VxWorks or to rlogin, but anyway. I read one should never use the exit command to quit a VxWorks rsh shell, but only the logout command. However I can't seem to find an e...
Bartell asked 15/5, 2013 at 15:1

3

In vxworks, should every task be spawned with VX_FP_TASK option? The VX_FP_TASK option is required if your task uses any floating point operations. But how does one predict the future - i mean, ho...
Vilma asked 12/2, 2010 at 8:35

1

Solved

I worked on VxWorks 5.5 long time back and it was the best experience working on world's best real time OS. Since then I never got a chance to work on it again. But, a question keeps popping to me,...
Lomond asked 10/1, 2012 at 8:28

4

Solved

Would like to know how the scheduler gets called so that it can switch tasks. As in even if its preemptive scheduling or round robin scheduling - the scheduler should come in to picture to do any k...
Neona asked 8/6, 2010 at 6:29

1

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? I'm running on a PowerPC processor on top of VxWork...
Honora asked 2/8, 2010 at 22:30

2

Solved

Can I use a desktop PC to run VxWorks as the operating system? In other words, can a standard PC be used as a target processor? I'm not talking about hosting Workbench and a VxSim on the same machi...
Chuddar asked 24/2, 2010 at 23:13

2

Solved

In the vxWorks RTOS, there is a shell that allows you to issue command to your embedded system. The documentation refers to kernel shell, host shell and target shell. What is the difference between...
Alpaca asked 17/9, 2008 at 3:41

1

Solved

When using vxWorks as a development platform, we can't write our application with the standard main() function. Why can't we have a main function?
Monteverdi asked 19/9, 2008 at 0:53
1

© 2022 - 2024 — McMap. All rights reserved.