Success build with trunk openwrt toolchain #5
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello.
I've successfully build with source openwrt toolchain (from barrier breaker).
Just an option for you :)
(openwrt is from http://git.openwrt.org/openwrt.git)
Then set target system as Broadcom BCM47xx/53xx wirh ARM, the compiler to the latest 4.8.x linaro and uclibc to 0.9.33.2
After building just make a symlink from staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-4.8-linaro_uClibc-0.9.33.2_eabi of openwrt into toolchain of your project.
Have a question to you:
I've tried to build and run latest kernel (3.14.18), but it stucks just after loading (after CFE runs loaded image from 0x00008000 nothing else happens).
Do you have any customization to the sources of 2.6.36, specific to the M1D?
(Just try to guess the reason of the stuck and resolve it).