Difference between revisions of "Talk:WebOS Internals PDK"

From WebOS Internals
Jump to navigation Jump to search
Line 15: Line 15:
  
 
I still have the mmap errors in my VirtualBoxed Ubuntu, running on the newest ArchLinux...
 
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.
 

Revision as of 06:40, 22 May 2010

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)

On my system make stage freezes at: "checking if the linker (/srv/preware/cross-compile/toolchain/arm-2007q3/arm-none-linux-gnueabi/bin/ld) is GNU ld..." It's Ubuntu 9.04 amd64. Any idea?

I still have the mmap errors in my VirtualBoxed Ubuntu, running on the newest ArchLinux...