Allora...innanzitutto un pubblico grazie a
@roleo X TUTTI QUELLI CHE VOGLIONO COMPILARE - PERSINO SU WINDOWS 10: FUNZIONA!!
La compilazione di ieri si e' fermata nuovamente sul kernel ma comunque a quel punto il compilatore e le librerie erano gia' nella directory
staging_dir.
Con questo alias
alias gcc='/home/user/rol/openwrt_agtef_gpl/staging_dir/toolchain-arm_cortex-a9+neon_gcc-4.8-linaro_uClibc-0.9.33.2_eabi/bin/arm-openwrt-linux-uclibcgnueabi-gcc'
e con questo export
export STAGING_DIR=/home/user/rol/openwrt_agtef_gpl/staging_dirsono riuscito ad avere un compilatore "di fortuna" che effettivamente FUNZIONA infatti come test ho compilato
alcuni programmi e li ho testati con successo sul dga4130. E' un ottimo risultato.
E ora vorrei togliermi alcuni dubbi...
@roleosiccome il make mi si e' fermato cosi'
make[5]: Entering directory '/home/user/rol/openwrt_agtef_gpl/build_dir/target-arm_cortex-a9+neon_uClibc-0.9.33.2_eabi/linux-brcm63xx-tch/linux-3.4.11'
scripts/kconfig/conf --silentoldconfig Kconfig
*
* Restart config...
*
*
* Linux/arm 3.4.11 Kernel Configuration
*
Patch physical to virtual translations at runtime (ARM_PATCH_PHYS_VIRT) [N/y/?] n
Physical address of main memory (PHYS_OFFSET) [] (NEW) 010000
io ci ho messo 010000 e sono andato ingenuamente avanti lasciando il resto a default
e speravo che comunque arrivasse ad un punto che mi consentisse di lanciare make install
invece si e' fermato qua
mkdir -p /home/user/rol/openwrt_agtef_gpl/dl
echo "Checking out files from the git repository..."; mkdir -p /home/user/rol/openwrt_agtef_gpl/tmp/dl && cd /home/user/rol/openwrt_agtef_gpl/tmp/dl && rm -rf uci-2016-07-04.1 && [ \! -d uci-2016-07-04.1 ] && git clone git://nbd.name/uci.git uci-2016-07-04.1 --recursive && (cd uci-2016-07-04.1 && git checkout e1bf4356e1b513e158e1b5049147087ed6342cfd && git submodule update) && echo "Packing checkout..." && rm -rf uci-2016-07-04.1/.git && tar czf /home/user/rol/openwrt_agtef_gpl/tmp/dl/uci-2016-07-04.1.tar.gz uci-2016-07-04.1 && mv /home/user/rol/openwrt_agtef_gpl/tmp/dl/uci-2016-07-04.1.tar.gz /home/user/rol/openwrt_agtef_gpl/dl/ && rm -rf uci-2016-07-04.1;
Checking out files from the git repository...
Cloning into 'uci-2016-07-04.1'...
remote: Counting objects: 2046, done.
remote: Compressing objects: 100% (673/673), done.
remote: Total 2046 (delta 1348), reused 2046 (delta 1348)
Receiving objects: 100% (2046/2046), 335.00 KiB | 0 bytes/s, done.
Resolving deltas: 100% (1348/1348), done.
Checking connectivity... done.
fatal: reference is not a tree: e1bf4356e1b513e158e1b5049147087ed6342cfd
Makefile:90: recipe for target '/home/user/rol/openwrt_agtef_gpl/dl/uci-2016-07-04.1.tar.gz' failed
make[3]: *** [/home/user/rol/openwrt_agtef_gpl/dl/uci-2016-07-04.1.tar.gz] Error 128
make[3]: Leaving directory '/home/user/rol/openwrt_agtef_gpl/package/system/uci'
package/Makefile:192: recipe for target 'package/system/uci/compile' failed
make[2]: *** [package/system/uci/compile] Error 2
make[2]: Leaving directory '/home/user/rol/openwrt_agtef_gpl'
package/Makefile:189: recipe for target '/home/user/rol/openwrt_agtef_gpl/staging_dir/target-arm_cortex-a9+neon_uClibc-0.9.33.2_eabi/stamp/.package_compile' failed
make[1]: *** [/home/user/rol/openwrt_agtef_gpl/staging_dir/target-arm_cortex-a9+neon_uClibc-0.9.33.2_eabi/stamp/.package_compile] Error 2
make[1]: Leaving directory '/home/user/rol/openwrt_agtef_gpl'
/home/user/rol/openwrt_agtef_gpl/include/toplevel.mk:181: recipe for target 'world' failed
make: *** [world] Error 2
DOMANDA... secondo te e' possibile portare avanti in qualche modo il make in modo da poter fare il make install e installare la toolchain?
o mi devo accontentare di quello che ho (che cmq compila)