Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - Compiler Differences: (1 Item)
   
Compiler Differences  
I have build the same device driver under Momentics on a PC platform (4.5.0) and also using the compiler on the target 
system.  Both compilers appear to be 4.2.4.

The driver built under Momentics works as expected.  The one built on the target system hangs on a second devctl() call 
to read data off a pci bus.  The first read works fine.  The second call (exactly the same) to devctl() never returns 
and execution never reaches io_devctl() in the driver.  If I kill the driver the application's call to devctl() returns 
with a -1.
Any help would be appreciated.
Bob