<!-- Some styling for better description lists --><style type='text/css'>dt { font-weight: bold;float: left;display:inline;margin-right: 1em} dd { display:block; margin-left: 2em}</style> ***: makomk has quit IRC (Ping timeout: 256 seconds) <br> TFKyle has quit IRC (Quit: :q!) TrSqr: current media_tree built with media_build on kernel 4.4. can't use cx23885 module: <br> sudo modprobe cx23885 <br> <u>modprobe</u>: ERROR: could not insert 'cx23885': Exec format error <br> syslog says: [ 406.191360] frame_vector: exports duplicate symbol frame_vector_create (owned by kernel) devinheitmueller: <u>TrSqr</u>: that’s a relatively new function. Perhaps you updated the kernel you are building against without doing a clean checkout of media_build? If the function is declared in compat.h as an inline, you would get a duplicate symbol. TrSqr: devinheitmueller, tried to delete the whole media_build and clone it again from git, just to make sure there wasn't any leftovers <br> also tried kernels 4.3, 4.4 and 4.5-rc3 but the same thing devinheitmueller: It’s likely to happen with all kernels >= 4.3, since that’s when the function was introduced. <br> Grep for frame_vector_create. Do you see it declared in compat.h? TrSqr: ah, so going back to something older than that would let me concentrate on what I was doing :) <br> let me see devinheitmueller: compat.h gets generated based on the kernel you are building with, creating versions of functions that aren’t defined in older kernels. If it were incorrectly creating the function even though your kernel provides it, that could explain the behavior. TrSqr: olli@dl160:~/src/media_build$ grep frame_vector_create ./v4l/compat.h <br> struct frame_vector *frame_vector_create(unsigned int nr_frames); devinheitmueller: I’m not in front of a media_build tree, but would suggest you try commenting that out and see if it helps. <br> (do a make clean and then make) TrSqr: ok, will try. thanks! ***: awalls has left <br> XDS2010 has quit IRC (*.net *.split) <br> PeperPots has quit IRC (*.net *.split) <br> Jay2k1 has left "Textual IRC Client: www.textualapp.com"