[Buildroot] [Bug 8651] libMonoPosixHelper.so wrong link reference in buildroot image

bugzilla at busybox.net bugzilla at busybox.net
Tue Feb 16 14:38:16 UTC 2016


https://bugs.busybox.net/show_bug.cgi?id=8651

--- Comment #8 from Markus Egle <Markus.Egle at Qiagen.com> ---
Created attachment 6331
  --> https://bugs.busybox.net/attachment.cgi?id=6331&action=edit
Archive with SimpleSerialPortOpen.exe

            SerialPort sp = new SerialPort("/dev/ttyS0", 19200);
            try
            {
                sp.Open();
            }
            catch (Exception ex)
            {
                Console.WriteLine(ex.Message);
            }


creates the error that libMonoPosixHelper.so couldn't be found.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the buildroot mailing list