VxWorks is a proprietary and customizable real-time operating system (RTOS). VxWorks is designed for distributed computing on most central processing units (CPU) with embedded systems.
1
vote
1answer
27 views
VxWorks Interpreter - Creating structs
I'm new to development in VxWorks (using 6.8) and I've run into a situation where I need to pass the address of a struct to a function. Is it possible to create a struct from the interpreter shell? I ...
4
votes
3answers
67 views
When does the socket creation fails in C?
I have to perform testing of socket related requirements for the software. As part of testing, I have to create a case for socket creation failure. My question is how do I make the C language socket() ...
0
votes
0answers
29 views
Porting Mongoose Web Server to VxWorks
I need a web server in my VxWorks application to show a web page supporting RPC (ex. JSON-RPC). I think Mongoose Web Server (https://code.google.com/p/mongoose/) would be the perfect candidate for ...
1
vote
1answer
43 views
Difference between exit and logout
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 ...
1
vote
1answer
29 views
Use communication channel in Wind River VxWorks Simulator
I have a host PC and a target hardware. On the host PC, I have .NET application and on the target I have a real time process, the target and the host communicates using Ethernet channel.
What I want ...
0
votes
3answers
37 views
is it possible to create 2 different semaphore for guarding same resource in VxWorks?
Please can anybody help me on this issue.
Is it possible for 2 different tasks to create 2 different semaphore for gaurding same critical resource in VxWorks?
0
votes
0answers
37 views
Dld error: requires dynamic linking
I've created two projects in workbench 3.0:
RTP project
Shared library project
In the RTP project Properties-->Build Properties-->Build Macros I've set the "LIBPATH" macro to the location of my ...
1
vote
0answers
32 views
Wide-characters support on VxWorks downloadable kernel module
I'm working on porting a project from Linux to VxWorks DKM.
But I face a problem: On linux, wide characters and wide char functions ( like wcslen() or mbrtowc() ) are used in some parts of this ...
8
votes
1answer
88 views
Simulating target on PC
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 want ...
1
vote
1answer
62 views
how to print a string not disordered in vxworks multitask environment?
void print_task(void)
{
for(;;)
{
taskLock();
printf("this is task %d\n", taskIdSelf());
taskUnlock();
taskDelay(0);
}
}
void print_test(void)
{
...
0
votes
1answer
50 views
vxworks unusual scheduling observation
I am seeing something unusual in my system. One of my application tasks 'xxxx' is "pending" for a semaphore. Its priority is 94, below is the tt.
This task is pending:
(de009e8) 329220 vxTaskEntry ...
1
vote
0answers
44 views
How can I get the type and version of file system I use in VxWorks
I need to know which type of file system every partition on my VxWorks system is formatted with. I need a type of file system and a version, of it (if possible).
May be there is some kind of command, ...
0
votes
1answer
51 views
How to compare two files in vxworks shell?
I have two files with the same size available on my target. I am just thinking, if they are really the same? How to check that in vxWorks shell? My files:
-> ls "/a0",1
Listing Directory /a0:
...
1
vote
1answer
112 views
Is it possible to port recent SQLite to VxWorks 6.8?
I am struggling while trying to port recent SQLite sources to VxWorks 6.8. The architecture is PPC.
I made a separate topic (Crash around pthreads while integrating SQLite into RTP application on ...
1
vote
1answer
59 views
Member Function Pointers in VxWorks
I'm writing C++ for a VxWorks application. Since VxWorks is C-based, functions that take functions pointers as arguments are not compatible with C++'s member function pointers.
I have a class ...
2
votes
1answer
85 views
Crash around pthreads while integrating SQLite into RTP application on VxWorks
I am trying to integrate SQLite library into RTP application on VxWorks. I built SQlite and link against it statically. I run simple test that works well on other systems. The test is realy primitive ...
0
votes
1answer
91 views
How to check the footprint of a running task in vxworks?
I would like to know of any commands or utilities there are to check the runtime footprint of application in vxworks (target board).
And I'd also like to know how to find the CPU usage of target ...
0
votes
2answers
119 views
vxworks compile success but “ld” command fail
I use IDE windriver workbench compile successful(DKM project)! But "ld" command will be fail.
show that:
Warning: module 0x1e2f0b8 holds reference to undefined symbol __GOTT_BASE__.
Warning: module ...
1
vote
0answers
64 views
VxWorks tftpLib. Linker error
I try to create application for VxWorks which will simply take file using tftp.
But linker doesn't know what tftpInit() function is.
These are errores example:
dld: warning: Undefined symbol ...
0
votes
1answer
152 views
VxWorks PCI driver - compilation error
I am trying to write a PCI device driver in VXworks. Even though the source file is in place for the pciConfigLib, after compilation, it throws error stating " undefined function reference".
Any help ...
0
votes
1answer
92 views
Best way to modify memory in VxWorks
I'm writing a test script in python that will manipulate memory in the system.
I know the m command (modify memory) exists; however, it seems extremely clunky. Our test suite does not handle input ...
3
votes
1answer
151 views
VxWorks with Eclipse - missing header files
I want to compile a library for VxWorks 6.8 using Cmake and Eclipse 3.7 Indigo CDT (with VxWorks Pentium and Power-PC compilers set). The cmake steps work fine and I get ready-to-use Eclipse project.
...
0
votes
1answer
158 views
Tornado shell command to find current system date in vxworks 5.5
I am using tornado 2.2 in Vxworks PPC board for running my C program. What is the Tornado shell command to get current sytem time. Google is not giving any answer for it, its only giving details about ...
0
votes
1answer
69 views
VxWorks boot hang (starting at 0x100000)
I'm trying to boot VxWorks 6.3 on a Wind River SBC83XX PowerQUICC II Pro. I'm using Wind River Workbench as my IDE. I configured the kernel, built it, and attempted to run it, but it hangs on Starting ...
1
vote
1answer
137 views
How to implement C timer in Vxworks
I have implemented timer functionality to find the performance of my task in windows and linux. But linux implementation is not working in Vxworks PPC 750 board. gettimeofday is not available in ...
0
votes
2answers
107 views
VxWorks booting problems(starting at 0x308000…)
I want to install vxworks on target pc, but when i boot vxworks operating system, it suspended at [starting at 0x308000...], and no other responses on the screen. Please help me to diagnose where was ...
1
vote
1answer
66 views
VxWorks 6.6 performance
Im trying to to find vxworks 6.6 characteristics.
I want to know what is the execution time for:
Context switch
Inter-Process Communication - using queues
I found some interesting work on this ...
0
votes
0answers
44 views
How to detect the irq once in vxWorks?
I need to detect ppc's IRQ3 input. And it will be fixed to low-level(for machine1) or high-level(for machine2). So if I use it as an interrupt, that means the interrupt will be always provided! Am I ...
0
votes
1answer
64 views
Linker generates different code (objdump)
I have a makefile that generates a shared library. Calling make from different shells (VxWorks wrenv and Cygwin) results in different libs. Thy VxWorks version is working the Cygwin version not. The ...
0
votes
0answers
79 views
Creating an El-Torito Bootable CD for VxWorks UEFI in Ubuntu [closed]
I've seen a lot of information on the web on how to create an El-Torito bootable CD, but I'm still at a loss. My basic understanding of the process is this:
Create a filetree image and mount it as a ...
0
votes
0answers
32 views
What are the consequences of doing a blocking call in `tExcTask`?
Let say I add a job excJobAdd(myFunc, ...) which will get scheduled in the excTask. In the function I do a blocking call:
int myFunc(...) {
...
semTake(...)
...
}
Assuming I never come out of ...
1
vote
0answers
138 views
vxWorks sendto crashes program, but doesn't return error
I am trying to send a buffer repeatedly with sendto using UDP transfer. It works sometimes, however other times it crashes the program and I cannot interrupt it. I do this nBuf times while doing ...
0
votes
2answers
292 views
C++ semaphore (read/write)
I had a question about reader/writer threads and I didn't want to over-complicate things so I came here for some advice.
I have an array that will ultimately be read by 4 threads and written to by ...
0
votes
1answer
179 views
Task scheduling
My system composed of seven task.
I created some demo RTP in order to examine my system as follows:
int main()
{
taskSpawn("/task1" , 107 , VX_NO_STACK_FILL , 2000 , (FUNCPTR)task1, ...
0
votes
1answer
109 views
how to suspend for 200 ticks while delay 400 ticks in vxworks
I'm trying to code a program in vxworks. When a task total delay is 400 ticks, it was suspended at the 100th tick for 20 ticks, then resume to delay.
My main code is like the following:
void ...
1
vote
3answers
185 views
VxWorks signals
I have a question regarding previous question asked in VxWorks forum.
My goal is when the high priority function generates a signal the low priority function will handle it immidiately(the high ...
0
votes
0answers
64 views
windriver dcc compiler on win 7 x64: fork failed: no child process
I am trying to compile a project that targets vxworks 6.5 using dcc compiler. It works ok on XP but on win 7 x64 I get this message on 40% of the cpp files.
any idea why ? is there a version for win ...
2
votes
1answer
337 views
GCC cross-compiler for VxWorks can't compile C++
I'm trying to port a Linux library to run on VxWorks. I have successfully built binutils and gcc to target i486-wrs-vxworks and I can successfully build a simple C program. However, when I try to ...
0
votes
0answers
59 views
HOW to Extract the files from in a cisf ftl100 image file?
I get the vxworks image file in a rom.the file is cisf ftl100.
HOW to Extract the files from in a cisf ftl100 image file in windows or linux ?
1
vote
0answers
101 views
ENOSYS error for pthread_create in Vxworks RTP project
Below is the simple code I used to test thread functionality in RTP project of Vxworks
#define NUM_THREADS 2
void *PrintHello(void *threadid)
{
long tid = 0;
tid = (long)threadid;
...
0
votes
2answers
111 views
Access to the counter for one tick
I want to know if there is a possibility to get the value of the counter which is used for the TickCounter interrupt.
Purpose:
I want to know the current Tick and the value of this register.
So ...
1
vote
1answer
69 views
VxWorks Terminal Continuous Read Variable
In a VxWorks, I need to read the contents changes in a memory address, and I think I could read this using some sort of Unix syntax like.
In Unix, I'd use
tail -f < outputfile
So in VxWorks, I ...
0
votes
0answers
61 views
how to resolve 'crt0.o' requires dynamic linking on VxWorks
I am trying to build for VxWorks simpentium target.
all files compile with no errors or warning, but when the linker kicks in I get this message
/target/usr/lib/simpentium/SIMPENTIUM/common/crt0.o' ...
1
vote
0answers
57 views
VxWorks: windRiver 3.2: Failed to Connect to Target
I am constantly getting this error, I tried restarting my target board as well as my Windriver 3.2 tool but that doesn't help.
Any input to resolve this would be appreciated.
0
votes
0answers
45 views
VxWorks: warning: function taskHookInit() not declared
I am trying to use task hooks in my program.
#include "vxWorks.h"
#include "taskHookLib.h"
entryFn()
{
...
taskHookInit();
...
}
When I compile it, I get the error :
warning: function ...
2
votes
1answer
443 views
How to verify a network device has an IP address in VxWorks
I am trying to verify the Ethernet devices on a device are working correctly. I'm running the command:
ifconfig("interfaceName dhcp")
for each ethernet interface.
What I would also like to do is ...
0
votes
0answers
84 views
JSON library for VxWorks [closed]
I'm trying to create a dynamic webpage based on an embedded webserver in VxWorks.
I'm thinking about using JSON for the communication between client and server, and I've discovered several options ...
0
votes
1answer
45 views
identifier “taskRtpLock” is undefined
I have included taskLib.h and I am calling taskRtpLock()
Default Build Spec: SIMLINUXdiab
Active Build Spec: SIMLINUXdiab
Error: identifier "taskRtpLock" is undefined
0
votes
0answers
117 views
VxWorks Gratuitous ARP and ARP cache
What happens when an gratuitous ARP is received in VxWorks?
I want to know if my TCP/IP stack will send out TCP_SYN directly upon reception of the gratuitous ARP if I have requested a non-blocking ...
1
vote
1answer
60 views
How to open a VxWorks project using PROFILE_BOOTAPP Configuration profile
I am trying to create a custom boot loader in vxworks. When I try to open a project with configuration profile "PROFILE_BOOTAPP". There is no such option. Has anyone faced a similar situation??

