[protobuf] Re: Issue 670 in protobuf: Not Able to compile protobuf for mips platform

2014-12-28 Thread protobuf
Comment #8 on issue 670 by osu...@gmail.com: Not Able to compile protobuf for mips platform https://code.google.com/p/protobuf/issues/detail?id=670 After more digging it appears to build to MIPS32 (2.4.1, 2.5.0, 2.6.1): ./configure -host=mips32 CXX=mips-linux-gnu-g++ CXXFLAGS="-D__MIPSEL__

[protobuf] Re: Issue 670 in protobuf: Not Able to compile protobuf for mips platform

2014-12-28 Thread protobuf
Comment #7 on issue 670 by osu...@gmail.com: Not Able to compile protobuf for mips platform https://code.google.com/p/protobuf/issues/detail?id=670 Note that protobuf 2.4.1 seems to cross-compile fine to MIPS 2.5.0 and 2.6.1 both fail for me as well with the reported error I used gcc 4.4 to

[protobuf] Re: Issue 670 in protobuf: Not Able to compile protobuf for mips platform

2014-09-11 Thread protobuf
Comment #6 on issue 670 by pet...@mips.com: Not Able to compile protobuf for mips platform https://code.google.com/p/protobuf/issues/detail?id=670 Error: opcode not supported on this processor: mips1 (mips1) `sync' What platform would you like to use it on? Can you take a recent MIPS cross

Re: [protobuf] Re: Issue 670 in protobuf: Not Able to compile protobuf for mips platform

2014-09-11 Thread 'Feng Xiao' via Protocol Buffers
Sorry that I can't help you on this. The mips header is copied from chromium and we protobuf developers don't actually have mips machines to test it ourselves. +pet...@mips.com to help take a look. On Thu, Sep 11, 2014 at 2:56 AM, wrote: > > Comment #5 on issue 670 by inigonir...@gmail.com: Not

[protobuf] Re: Issue 670 in protobuf: Not Able to compile protobuf for mips platform

2014-09-11 Thread protobuf
Comment #5 on issue 670 by inigonir...@gmail.com: Not Able to compile protobuf for mips platform https://code.google.com/p/protobuf/issues/detail?id=670 After I manually define the __MIPSEL__ in the compilation then the above .h file is getting included in the compilation and I am getting t

[protobuf] Re: Issue 670 in protobuf: Not Able to compile protobuf for mips platform

2014-09-10 Thread protobuf
Comment #4 on issue 670 by xiaof...@google.com: Not Able to compile protobuf for mips platform https://code.google.com/p/protobuf/issues/detail?id=670 Can you check whether your compilation has hit this header file? https://github.com/google/protobuf/blob/master/src/google/protobuf/stubs/atom

[protobuf] Re: Issue 670 in protobuf: Not Able to compile protobuf for mips platform

2014-09-09 Thread protobuf
Comment #3 on issue 670 by inigonir...@gmail.com: Not Able to compile protobuf for mips platform https://code.google.com/p/protobuf/issues/detail?id=670 Thanks for the reply. I was using 2.5.0 and as per your reply, now I downloaded the 2.6.0 protobuf and I am seeing the same above issue is

[protobuf] Re: Issue 670 in protobuf: Not Able to compile protobuf for mips platform

2014-09-09 Thread protobuf
Comment #2 on issue 670 by inigonir...@gmail.com: Not Able to compile protobuf for mips platform https://code.google.com/p/protobuf/issues/detail?id=670 Thanks for the reply. I am using 2.5.0. is it available for download? -- You received this message because this project is configured to se

[protobuf] Re: Issue 670 in protobuf: Not Able to compile protobuf for mips platform

2014-09-09 Thread protobuf
Comment #1 on issue 670 by xiaof...@google.com: Not Able to compile protobuf for mips platform https://code.google.com/p/protobuf/issues/detail?id=670 What's the version you are using? I believe we just added mips support in the latest 2.6.0 release. -- You received this message because t