LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware > Linux - Embedded & Single-board computer
User Name
Password
Linux - Embedded & Single-board computer This forum is for the discussion of Linux on both embedded devices and single-board computers (such as the Raspberry Pi, BeagleBoard and PandaBoard). Discussions involving Arduino, plug computers and other micro-controller like devices are also welcome.

Notices


Reply
  Search this Thread
Old 08-20-2012, 01:26 AM   #1
akrkhandelwal
LQ Newbie
 
Registered: Oct 2009
Posts: 1

Rep: Reputation: 0
Need help with failed kernel compile messages.


Code:
ankur@baloo:/data/Projects/BirdDetector/01_Software/AppLinuxKernel/trunk/OpenEmbedded/linux-2.6-xlnx-HEAD/linux-2.6-xlnx$ make ARCH=microblaze
  CHK     include/linux/version.h
  CHK     include/generated/utsrelease.h
  CALL    scripts/checksyscalls.sh
<stdin>:1554:2: warning: #warning syscall sendmmsg not implemented
  CHK     include/generated/compile.h
  GEN     usr/initramfs_data.cpio
  AS      usr/initramfs_data.o
  LD      usr/built-in.o
  LD      vmlinux.o
  MODPOST vmlinux.o
WARNING: modpost: Found 1 section mismatch(es).
To see full details build your kernel with:
'make CONFIG_DEBUG_SECTION_MISMATCH=y'
  GEN     .version
  CHK     include/generated/compile.h
  UPD     include/generated/compile.h
  CC      init/version.o
  LD      init/built-in.o
  LD      .tmp_vmlinux1
  KSYM    .tmp_kallsyms1.S
  AS      .tmp_kallsyms1.o
  LD      .tmp_vmlinux2
  KSYM    .tmp_kallsyms2.S
  AS      .tmp_kallsyms2.o
  LD      vmlinux
  SYSMAP  System.map
  SYSMAP  .tmp_System.map
  OBJCOPY arch/microblaze/boot/linux.bin
/bin/sh: -c: line 0: syntax error near unexpected token `;'
/bin/sh: -c: line 0: `set -e;  ; echo 'cmd_arch/microblaze/boot/linux.bin := ' > arch/microblaze/boot/.linux.bin.cmd'
make[1]: *** [arch/microblaze/boot/linux.bin] Error 1
make: *** [linux.bin] Error 2
ankur@baloo:/data/Projects/BirdDetector/01_Software/AppLinuxKernel/trunk/OpenEmbedded/linux-2.6-xlnx-HEAD/linux-2.6-xlnx$ 
ankur@baloo:/data/Projects/BirdDetector/01_Software/AppLinuxKernel/trunk/OpenEmbedded/linux-2.6-xlnx-HEAD/linux-2.6-xlnx$ 
ankur@baloo:/data/Projects/BirdDetector/01_Software/AppLinuxKernel/trunk/OpenEmbedded/linux-2.6-xlnx-HEAD/linux-2.6-xlnx$ 
ankur@baloo:/data/Projects/BirdDetector/01_Software/AppLinuxKernel/trunk/OpenEmbedded/linux-2.6-xlnx-HEAD/linux-2.6-xlnx$ make
  CHK     include/linux/version.h
  CHK     include/generated/utsrelease.h
  CALL    scripts/checksyscalls.sh
<stdin>:1554:2: warning: #warning syscall sendmmsg not implemented
  CHK     include/generated/compile.h
/bin/sh: -c: line 0: syntax error near unexpected token `;'
/bin/sh: -c: line 0: `set -e;  ; echo 'cmd_arch/microblaze/boot/linux.bin := ' > arch/microblaze/boot/.linux.bin.cmd'
make[1]: *** [arch/microblaze/boot/linux.bin] Error 1
make: *** [linux.bin] Error 2

Last edited by onebuck; 08-20-2012 at 08:03 AM. Reason: vbcode tags to clean post
 
Old 08-20-2012, 02:00 AM   #2
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,077

Rep: Reputation: Disabled
Hello, welcome to LQ.

As a visitor since at least Oct 2009 you should know that:

1) "urgent" as a title is irrelevant: it is not urgent for us and says nothing about your problem
2) code and output of commands are easier to read if ending with [/code] and beginning with [code] tags
3) Slackware has no microblaze port (yet), so this forum may not be the best to get useful answers

That said, how can we help you solve your problem if you give us only output of a failed kernel cross compilation to investigate?

At the very least we would need to know what are the system on which you compile, the kernel version, the config file.

And maybe knowing what you are trying to achieve could be interesting as well.

Last edited by Didier Spaier; 08-20-2012 at 02:10 AM.
 
1 members found this post helpful.
Old 08-20-2012, 02:32 AM   #3
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
I do not see the relevance of this post for the Slackware forum.

Please ask a moderator to move your topic to for instance the Linux-embedded forum (http://www.linuxquestions.org/questi...x-embedded-78/). And ask a proper question instead of just posting compilation output!

Eric
 
Old 08-20-2012, 08:10 AM   #4
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,927
Blog Entries: 45

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Moderator Response

Hi,

@akrkhandelwal

You really have not provided enough information for us to really help to diagnose the problem(s). Your 'make' line has been truncated. How did you setup the '.config'? What are you truly trying to do?

FYI: I suggest that you look at 'How to Ask Questions the Smart Way' so in the future your queries provide information that will aid us in diagnosis of the problem or query.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Kernel compile and upgrade failed yuchankit Slackware 9 06-06-2009 03:04 AM
Kernel 2.4.7 Compile error messages~ help me? leeysa Linux - Software 2 03-09-2005 08:22 PM
eth0 failed to start after kernel compile andy18 Linux - Networking 3 09-09-2003 09:32 AM
Warnings and error messages during kernel compile rdaves@earthlink.net Linux - Software 2 09-19-2001 07:45 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware > Linux - Embedded & Single-board computer

All times are GMT -5. The time now is 10:05 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration