Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [buildroot 0001694]: Missing argument in makefile
@ 2007-12-11  4:58 bugs at busybox.net
  0 siblings, 0 replies; 3+ messages in thread
From: bugs at busybox.net @ 2007-12-11  4:58 UTC (permalink / raw)
  To: buildroot


The following issue has been SUBMITTED. 
====================================================================== 
http://busybox.net/bugs/view.php?id=1694 
====================================================================== 
Reported By:                martinmeba
Assigned To:                buildroot
====================================================================== 
Project:                    buildroot
Issue ID:                   1694
Category:                   Architecture Specific
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             12-10-2007 20:58 PST
Last Modified:              12-10-2007 20:58 PST
====================================================================== 
Summary:                    Missing argument in makefile
Description: 
Error when executing make
SVN revision for buildroot: 20636

modinfo.c: In function ?main?:
modinfo.c:338: warning: ?infosize? may be used uninitialized in this
function
/usr/bin/gcc  -g -O2 -Wunused -Wall   -o modinfo  modinfo.o zlibsupport.o 

/usr/bin/gcc  -g -O2 -Wunused -Wall   -o insmod.static -static insmod.o  
make[1]: Leaving directory
`/home/martin/buildroot/toolchain_build_arm_nofpu/module-init-tools-3.2.2'
touch -c
/home/martin/buildroot/toolchain_build_arm_nofpu/module-init-tools-3.2.2/depmod
/usr/bin/install -D
/home/martin/buildroot/toolchain_build_arm_nofpu/module-init-tools-3.2.2/depmod
/home/martin/buildroot/build_arm/staging_dir/bin/arm-linux-depmod26
cp -dpf 
/home/martin/buildroot/project_build_arm/uclibc/linux-2.6.22.10/.config
cp: missing destination file operand after
`/home/martin/buildroot/project_build_arm/uclibc/linux-2.6.22.10/.config'
Try `cp --help' for more information.
make: ***
[/home/martin/buildroot/project_build_arm/uclibc/linux-2.6.22.10/.configured]
Error 1

I followed the instructions to set the system up.  Is there no second
argument because I didn't configure something correctly or is this a bug?
====================================================================== 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
12-10-07 20:58  martinmeba     New Issue                                    
12-10-07 20:58  martinmeba     Status                   new => assigned     
12-10-07 20:58  martinmeba     Assigned To               => buildroot       
======================================================================

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [buildroot 0001694]: Missing argument in makefile
@ 2007-12-11  6:20 bugs at busybox.net
  0 siblings, 0 replies; 3+ messages in thread
From: bugs at busybox.net @ 2007-12-11  6:20 UTC (permalink / raw)
  To: buildroot


A NOTE has been added to this issue. 
====================================================================== 
http://busybox.net/bugs/view.php?id=1694 
====================================================================== 
Reported By:                martinmeba
Assigned To:                buildroot
====================================================================== 
Project:                    buildroot
Issue ID:                   1694
Category:                   Architecture Specific
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             12-10-2007 20:58 PST
Last Modified:              12-10-2007 22:20 PST
====================================================================== 
Summary:                    Missing argument in makefile
Description: 
Error when executing make
SVN revision for buildroot: 20636

modinfo.c: In function ?main?:
modinfo.c:338: warning: ?infosize? may be used uninitialized in this
function
/usr/bin/gcc  -g -O2 -Wunused -Wall   -o modinfo  modinfo.o zlibsupport.o 

/usr/bin/gcc  -g -O2 -Wunused -Wall   -o insmod.static -static insmod.o  
make[1]: Leaving directory
`/home/martin/buildroot/toolchain_build_arm_nofpu/module-init-tools-3.2.2'
touch -c
/home/martin/buildroot/toolchain_build_arm_nofpu/module-init-tools-3.2.2/depmod
/usr/bin/install -D
/home/martin/buildroot/toolchain_build_arm_nofpu/module-init-tools-3.2.2/depmod
/home/martin/buildroot/build_arm/staging_dir/bin/arm-linux-depmod26
cp -dpf 
/home/martin/buildroot/project_build_arm/uclibc/linux-2.6.22.10/.config
cp: missing destination file operand after
`/home/martin/buildroot/project_build_arm/uclibc/linux-2.6.22.10/.config'
Try `cp --help' for more information.
make: ***
[/home/martin/buildroot/project_build_arm/uclibc/linux-2.6.22.10/.configured]
Error 1

I followed the instructions to set the system up.  Is there no second
argument because I didn't configure something correctly or is this a bug?
====================================================================== 

---------------------------------------------------------------------- 
 hmoffatt - 12-10-07 22:20  
---------------------------------------------------------------------- 
It's because you failed to set BR2_PACKAGE_LINUX_KCONFIG to the location of
your kernel configuration file. 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
12-10-07 20:58  martinmeba     New Issue                                    
12-10-07 20:58  martinmeba     Status                   new => assigned     
12-10-07 20:58  martinmeba     Assigned To               => buildroot       
12-10-07 22:20  hmoffatt       Note Added: 0003074                          
======================================================================

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [buildroot 0001694]: Missing argument in makefile
@ 2007-12-13 12:26 bugs at busybox.net
  0 siblings, 0 replies; 3+ messages in thread
From: bugs at busybox.net @ 2007-12-13 12:26 UTC (permalink / raw)
  To: buildroot


The following issue has been CLOSED 
====================================================================== 
http://busybox.net/bugs/view.php?id=1694 
====================================================================== 
Reported By:                martinmeba
Assigned To:                buildroot
====================================================================== 
Project:                    buildroot
Issue ID:                   1694
Category:                   Architecture Specific
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     closed
Resolution:                 open
Fixed in Version:           
====================================================================== 
Date Submitted:             12-10-2007 20:58 PST
Last Modified:              12-13-2007 04:26 PST
====================================================================== 
Summary:                    Missing argument in makefile
Description: 
Error when executing make
SVN revision for buildroot: 20636

modinfo.c: In function ?main?:
modinfo.c:338: warning: ?infosize? may be used uninitialized in this
function
/usr/bin/gcc  -g -O2 -Wunused -Wall   -o modinfo  modinfo.o zlibsupport.o 

/usr/bin/gcc  -g -O2 -Wunused -Wall   -o insmod.static -static insmod.o  
make[1]: Leaving directory
`/home/martin/buildroot/toolchain_build_arm_nofpu/module-init-tools-3.2.2'
touch -c
/home/martin/buildroot/toolchain_build_arm_nofpu/module-init-tools-3.2.2/depmod
/usr/bin/install -D
/home/martin/buildroot/toolchain_build_arm_nofpu/module-init-tools-3.2.2/depmod
/home/martin/buildroot/build_arm/staging_dir/bin/arm-linux-depmod26
cp -dpf 
/home/martin/buildroot/project_build_arm/uclibc/linux-2.6.22.10/.config
cp: missing destination file operand after
`/home/martin/buildroot/project_build_arm/uclibc/linux-2.6.22.10/.config'
Try `cp --help' for more information.
make: ***
[/home/martin/buildroot/project_build_arm/uclibc/linux-2.6.22.10/.configured]
Error 1

I followed the instructions to set the system up.  Is there no second
argument because I didn't configure something correctly or is this a bug?
====================================================================== 

---------------------------------------------------------------------- 
 hmoffatt - 12-10-07 22:20  
---------------------------------------------------------------------- 
It's because you failed to set BR2_PACKAGE_LINUX_KCONFIG to the location of
your kernel configuration file. 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
12-10-07 20:58  martinmeba     New Issue                                    
12-10-07 20:58  martinmeba     Status                   new => assigned     
12-10-07 20:58  martinmeba     Assigned To               => buildroot       
12-10-07 22:20  hmoffatt       Note Added: 0003074                          
12-13-07 04:26  vanokuten      Status                   assigned => closed  
======================================================================

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-12-13 12:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-11  6:20 [Buildroot] [buildroot 0001694]: Missing argument in makefile bugs at busybox.net
  -- strict thread matches above, loose matches on Subject: below --
2007-12-13 12:26 bugs at busybox.net
2007-12-11  4:58 bugs at busybox.net

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox