Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - compiler options for mips device driver: (3 Items)
   
compiler options for mips device driver  
We are working on graphic device driver on MIPS platform. I'm new for QNX 
and Momentics. Any one has some ideas about compiler options for mips 
device driver?
Thanks
Mei
Re: compiler options for mips device driver  
Mei,

I'm not sure what you are really asking. From a compiler option standpoint, there should be nothing special about 
building a graphics driver for a particular platform (like MIPS). Drivers can be built within IDE projects, but many 
folks still use the command line tools and makefiles. What problems are you having specifically?

Paul
Re: compiler options for mips device driver  
Paul,
Thanks. I have figured this out by specifying the MIPS architecture in the project, and it automatically use the 
corresponding compiler options for MIPS.

Mei