arduino / openwrt-packages-yun

67 stars 51 forks source link

Yun-gcc package is missing many headers #18

Closed noblepepper closed 10 years ago

noblepepper commented 10 years ago

The user has to compile the openwrt-yun image and devel/yun-gccpackage from source then search for headers to be able to compile much beyond hello.c

If you find missing headers, please list them here.

noblepepper commented 10 years ago

string.h

noblepepper commented 10 years ago

need all headers in build_dir/toolchain-mips_r2_gcc-4.6-linaro_uClibc-0.9.33.2/uClibc-dev/include/ need staging_dir/target-mips_r2_uClibc-0.9.33.2/usr/include/usb.h

noblepepper commented 10 years ago

I have a new package ready with headers needed for using uClibc and stdc++, I will make a pull request shortly.

noblepepper commented 10 years ago

Now have all headers needed to compile most programs, you can check out some instructions on my blog at http://noblepepper.com/wp/blog/2014/10/22/gcc-g-on-an-arduino-yun/ too.

ffissore commented 10 years ago

Package yun-gcc version 4.6.2-2 has been released