Activity for OldETC

  • OldETC OldETC posted a comment on ticket #21

    further research: refer to "libelf by Example", a pdf file talking about the format of ELF binary files. It appears that the ELF header has a string table i.e. strtab built in. So when the files are built by the make command, the string table is created (there are three tables in the file with strtab being the last.) Something is messing up the g++ compiler. When the loader access the file, it attempts to read the string tables to identify each library file''s content and locate the procedures. With...

  • OldETC OldETC posted a comment on ticket #21

    I begain experiencing these errors just recently. I attempted to rebuild raspicam and got the errors as well: /************/ -- Build files have been written to: /home/pi/cloud/raspicam/raspicam-0.1.6/build pi@Ppi1:~/cloud/raspicam/raspicam-0.1.6/build $ make Scanning dependencies of target raspicam_cv [ 5%] Building CXX object src/CMakeFiles/raspicam_cv.dir/raspicam_cv.cpp.o [ 11%] Building CXX object src/CMakeFiles/raspicam_cv.dir/raspicam_still_cv.cpp.o [ 17%] Linking CXX shared library libraspicam_cv.so...

1