• Oleg Dzhimiev's avatar
    1. Built in glibc 2.28 and gcc 8.2.0: · 25813b22
    Oleg Dzhimiev authored
      mkfifo/fopen/fread/fwrite kind of worked with glibc 2.26 and gcc 7.2.0.
      With 2.28 named-pipe reading with fread would read the pipe only once for
      some reason - probably because it stopped being a 'blocking' call
      To fix - switched to open/read/poll combination - so none of glibc functions
      is used.
    
    2. camogm_fifo_reader - test program - use with *_writer or just 'echo'
    3. camogm_fifo_writer - test program
    25813b22
Name
Last commit
Last update
eclipse_project_setup Loading commit data...
src Loading commit data...
.gitignore Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
VERSION Loading commit data...
run_bitbake.sh Loading commit data...