Re: rtems_bsd_initialize() in POSIX_Init and qemu-system-i386

2020-10-02 Thread Heinz Junkes
Yes, seems to be a problem with the e1000. with "model=rtl8139” it works perfectly. qemu-system-i386 -m 64 -no-reboot -serial stdio -display none -net nic,model=rtl8139,macaddr=0e:b0:ba:5e:ba:11 -net user,restrict=yes -append "--video=off --console=/dev/com1" -kernel libComTestHarness Viele Gr

Re: rtems_bsd_initialize() in POSIX_Init and qemu-system-i386

2020-10-02 Thread Chris Johns
On 2/10/20 6:13 pm, Heinz Junkes wrote: > Yes, seems to be a problem with the e1000. > with "model=rtl8139” it works perfectly. Could you please raise a ticket? It would be interesting to know if this happens on real hardware. > qemu-system-i386 -m 64 -no-reboot -serial stdio -display none -net

Is -malign-int a usual m68k/ColdFire option?

2020-10-02 Thread Sebastian Huber
Hello, a test suite failure surfaced that we may have an issue with the alignment of basic data structures on ColdFire targets: https://devel.rtems.org/ticket/4013 The chips usually have at least a 32-bit data system bus. I am not sure why RTEMS didn't use the -malign-int for the ColdFire ta

Re: Is -malign-int a usual m68k/ColdFire option?

2020-10-02 Thread Chris Johns
On 2/10/20 6:34 pm, Sebastian Huber wrote: > Hello, > > a test suite failure surfaced that we may have an issue with the alignment of > basic data structures on ColdFire targets: > > https://devel.rtems.org/ticket/4013 > > The chips usually have at least a 32-bit data system bus. These days thi