Dear experts,
    Greetings!! I have the following host machine: 32-Bit Dell computer with 
32-Bit Ubuntu 12.04 LTS. I was successfully use the GPB for native system, 
compile and execute some applications without any problems. I want to cross 
compile GPM for an ARM platform. I tried the following:
1. ./configure --prefix=/home/walker/sandeep/tempo
2. make
3. make check (2 out of 5 tests failed).
4. make install
5. make distclean
6. ./configure --host=arm CC=armv7l-timesys-linux-gnueabi-gcc 
CXX=armv7l-timesys-linux-gnueabi-g++ --with-protoc=protoc 
--prefix=/home/walker/sandeep/tempo
7. make
8. make check (5 out of 5 tests failed)
9. make install
 
The above steps generated the following: libprotoc.a, libprotoc.la, 
libprotobuf-lite.a, libprotobuf-lite.la, libprotobuf.la, l-liteibprotobuf.a, 
libprotoc.so.7.0.0, libprotoc.so.7, libprotoc.so, libprotoc.so, 
libprotobuf-lite.so.7.0.0, libprotobuf-lite.so.7, libprotobuf-lite.so, 
libprotobuf.so.7.0.0,  libprotobufso.7, , libprotobuf.so.
 
I have the following questions:
1. The tests failure in step 3 and 8 are a concern? How do I solve this?
2. Can you help me with a makefile on how I can compile .proto, .cc files with 
the cross compilation to the target, linking with the generated libraries and 
generating the executables?
3.From the above lists of generated libraries, which all libraries should I 
copy to the target? Under which path in the target should I copy the libraries?
 
Your help will be of great life saviour for me.
Thanks & regards
Sandeep.

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to protobuf@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to