Hi, > > I build a new kernel with the Xenomai + COmedi trunk and also added > > XENO_DRIVERS_COMEDI_FAKE AND LOOP but it seems that the Segmentation > > Fault is still an open problem. So after compiling my kernel I manually > > copied the libs (libcomedi.so, librtdm.so....) in my target's /lib > > directory, and wanted to run ./comedi_config (i.e.) and the problem > > persists. > > What shall I do , am I missing something , am I doing wrong with the > kernel build steps??
If I understand correctly your tests: -> launching comedi_config with the "attach" arguments (./comedi_config comedi0 comedi_fake) makes this program crash. -> Even launching comedi_config without any argument (./comedi_config or ./comedi_config -h) does not work. -> If the attach procedure worked (which is not supposed to be the case as comedi_config crashed), cmd_read crashed without any trace. Is it right ? If comedi_config (launched with no argument) ends with a segfault, the problem might not be related with comedi (the code may not be executed). Could you launch comedi_config with the tool strace ? Regards. Alexis. _______________________________________________ Xenomai-help mailing list [email protected] https://mail.gna.org/listinfo/xenomai-help
