![]() |
These are my notes for going native on openslug with slugos-native --- I am sure I have missed bits out and have excess stdio.h does not appear to be in /usr/include so install libc6-dev and bind-dev the next problem is configuring libthread-db1 //usr/lib/ipkg/info/libthread-db1.postinst: 4: ldconfig: not found libthread-db1.postinst returned 127 so run /sbin/ldconfig by hand test with gcc -o hello hello.c works with a warning testing with bb -b openembedded/packages/nano/nano_1.3.9.bb nano fails gcc does not seem to be looking for libs in /lib bb -b openembedded/packages/nano/nano_1.3.9.bb NOTE: package nano-1.3.9: started NOTE: package nano-1.3.9-r0: task do_fetch: started NOTE: package nano-1.3.9-r0: task do_fetch: completed NOTE: package nano-1.3.9-r0: task do_package: started NOTE: Couldn't find shared library provider for libncurses.so.5 NOTE: Couldn't find shared library provider for libc.so.6 NOTE: Couldn't find shared library provider for libncurses.so.5 NOTE: Couldn't find shared library provider for libc.so.6 sh: ipkg-build: not found NOTE: Task failed: ipkg-build execution failed NOTE: package nano-1.3.9-r0: task do_package: failed ERROR: TaskFailed? event exception, aborting ipkg --force-overwrite install ipkg-utils the ipk seems to work but some of the libs are missing....? download and install binutils 2.1.7 (not ipk but tar.bz2 from gnu) gcc configure --with-low-memory |