Difference between revisions of "Talk:WebOS Internals PDK"

From WebOS Internals
Jump to navigation Jump to search
(deleted my prior comments as they were not being acted upon)
 
(4 intermediate revisions by 2 users not shown)
Line 9: Line 9:
 
: updated list of requirements and the multi-item apt-get [[User:Rboatright|rboatright]] 19:31, 29 January 2010 (UTC)
 
: updated list of requirements and the multi-item apt-get [[User:Rboatright|rboatright]] 19:31, 29 January 2010 (UTC)
  
On my system make stage freezes at:
+
'make setup' ends in:
"checking if the linker (/srv/preware/cross-compile/toolchain/arm-2007q3/arm-none-linux-gnueabi/bin/ld) is GNU ld..."
+
''Error:
It's Ubuntu 9.04 amd64.
+
there is no such archive
Any idea?
+
make: *** [rootfs/i686/.unpacked] Error 2''
 
+
Ubuntu 10.04 (lucid) amd64. everything worked fine until this (VBoxCloning, aka step: "VBoxManage clonehd rootfs/i686/extract/nova-cust-image-sdk1457.vmdk rootfs/i686/extract/nova-cust-image-sdk1457.raw --format RAW") --[[User:Ajay|Ajay]] 02:21, 10 August 2011 (UTC)
I still have the mmap errors in my VirtualBoxed Ubuntu, running on the newest ArchLinux...
 
 
 
I think the make-stage step should be updated to reflect a) it will not run since the libraries have been reorganized and are in folders deeper than the make file will search for, and b) there are so many that you are better off just making the libraries you intend to use by running make-stage on the individual libraries mk file.
 

Latest revision as of 03:21, 10 August 2011

ubuntu 9.04 does not have the correct repositories to do "sudo apt-get install qemu-arm-static" Where can I find this so I can install it or is there another work around to this step?--Elpollodiablo1 16:49, 7 January 2010 (UTC)

Updated the article to include the fix which will work without this package --Destinal 17:00, 7 January 2010 (UTC)
I get a permission error so I tried with sudo but did work. It does not seem like the file mmap_min_addr.conf exists i that directory. should I create it and put that line into it? thanks --Elpollodiablo1 17:19, 7 January 2010 (UTC)

I had a missing wget at the make toolchain stage. A quick "sudo apt-get install wget" fixed that.

updated list of requirements and the multi-item apt-get rboatright 19:31, 29 January 2010 (UTC)

'make setup' ends in: Error: there is no such archive make: *** [rootfs/i686/.unpacked] Error 2 Ubuntu 10.04 (lucid) amd64. everything worked fine until this (VBoxCloning, aka step: "VBoxManage clonehd rootfs/i686/extract/nova-cust-image-sdk1457.vmdk rootfs/i686/extract/nova-cust-image-sdk1457.raw --format RAW") --Ajay 02:21, 10 August 2011 (UTC)