[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [rtl] Segmentation fault



mai wrote:
> 
> Hi,
> I wrote a simple program just printf" hello world" and complied it in the rtlinux version 2.3,then I want to run it in the miniRTL version 2.2,it display that:
> "Segmentation fault"
> 
> Is it the different version that make it failure to run?
> Thanks,
> mai

If it's a simple userpace 'hello world', the most likely cause of SEGV
is an incompatible glibc between the host system and the target system

Regards, Stuart