compiling kernel modules

Here is information about customize your C series firmware..:!:This forum is NOT FOR DUMMY USERS questions or problems but DEVELOPER.
Post Reply

arris69
Official SamyGO Developer
Posts: 1700
Joined: Fri Oct 02, 2009 8:52 am
Location: Austria/Vienna (no Kangaroos here)
Contact:

Re: compiling kernel modules

Post by arris69 »

cybercsk2 wrote:Hello,

has anybody had success compiling kernel/modules for LE40C750 or related ARM devices? When I try to compile the linux kernel from Samsung's open source package I get:

Code: Select all

~/linux# make image
  HOSTCC  scripts/basic/fixdep
scripts/basic/fixdep: 1: Syntax error: word unexpected (expecting ")")
make[2]: *** [scripts/basic/fixdep] Fehler 2
make[1]: *** [scripts_basic] Fehler 2
make: *** Keine Regel, um ?image? zu erstellen.  Schluss.
Any hints?
1. seem your system miss some devel packages (HOSTCC has nothing to with the crosscompiler, it try to compile some helper apps for your build host)
2. there is no target image its named Image zImage uImage or bzImage
3. set also the ARCH like : make ARCH=arm Image
4. you can also set the crosscompiler via variable but this is a different kettle of fish..

My goal is to run other third party webcams for skype widget. For this I need to compile the kernel modules for my webcam.
save your time, it won't work. the skype app don't communicate with the cam over a linux driver but over sockets, data is feed by exeDSP over userspace,
and this part is very cam specific. you better forget abut to use a 3-party cam.

Kind reagrds
hth
arris
easy2011
Posts: 5
Joined: Thu Aug 18, 2011 8:48 pm

Re: compiling kernel modules

Post by easy2011 »

for the toolchain. your must have a 32-bit linux to kompile the toolchain. With 64-bit linux have problems with the compiler.

mfg
easy2011

Post Reply

Return to “[C] Firmware”