ddavis2speedray / googletest

Automatically exported from code.google.com/p/googletest
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

source code compiling can't be successful in vxworks-6.3 #253

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I want to compile gtest and gmock source code in vxworks-6.3 operating 
system
2. Now gtest and gmock can not support to be compiled in vxworks-6.3
3. There are some kernel functions can't be found definition in vxworks-6.3 
environment

What version of the product are you using? On what operating system?
A: Gtest on vxworks-6.3

Please provide any additional information below, such as a code snippet.
A: the steps for compilation. New a RTP project, select static library 
project type, add all gtest source codes. Define GTEST_OS_VXWORKS mocro 
just like GTEST_OS_LINUX in gtest_port.h.
Compile all files:

Original issue reported on code.google.com by whcg....@gmail.com on 7 Feb 2010 at 2:19

Attachments:

GoogleCodeExporter commented 9 years ago
You're welcome to submit a patch, as we don't have access to vxworks. :-)

Original comment by w...@google.com on 7 Feb 2010 at 5:52

GoogleCodeExporter commented 9 years ago

Original comment by w...@google.com on 7 Feb 2010 at 5:53

GoogleCodeExporter commented 9 years ago
Closed for lack for user response.

Original comment by w...@google.com on 6 Mar 2010 at 6:08

GoogleCodeExporter commented 9 years ago
VxWorks is strange in that it doesn't support fork(), as everything is supposed 
to run in one 'process'

As such, a patch may require significant change

Original comment by ano...@gmail.com on 19 Apr 2011 at 7:40