Answer the question
In order to leave comments, you need to log in
Building a toolchain for sdhc wifi. The compiler does not compile + who has any progress on the topic?
Continuing the topic of hacking wifi sdhc cards, I wanted to build linux and put it on a torrent for the people, with ready-made tools for downloading these flash drives. To do this, I decided to assemble a toolchain in it. Here ( a specific topic) is an excellent manual, but as usual there is one ambush.
Everything went smoothly, until the compiler itself was assembled, specifically up to this line:
make all-gcc all-target-libgcc && make install-gcc install-target-libgcc
make all-target-libgcc
....
checking for armv5l-unknown-linux-uclibceabi-strip... armv5l-unknown-linux-uclibceabi-strip
checking whether ln -s works... yes
checking for armv5l-unknown-linux-uclibceabi-gcc... /home/dlinyj/sdhc_wifi/gcc-build/./gcc/xgcc -B/home/dlinyj/sdhc_wifi/gcc-build/./gcc/ -B/home/dlinyj/sdhc_wifi/toolchain/armv5l-unknown-linux-uclibceabi/bin/ -B/home/dlinyj/sdhc_wifi/toolchain/armv5l-unknown-linux-uclibceabi/lib/ -isystem /home/dlinyj/sdhc_wifi/toolchain/armv5l-unknown-linux-uclibceabi/include -isystem /home/dlinyj/sdhc_wifi/toolchain/armv5l-unknown-linux-uclibceabi/sys-include
checking for suffix of object files... configure: error: in `/home/dlinyj/sdhc_wifi/gcc-build/armv5l-unknown-linux-uclibceabi/libgcc':
configure: error: cannot compute suffix of object files: cannot compile
See `config.log' for more details.
make: *** [configure-target-libgcc] Error 1
[email protected] ~/sdhc_wifi/gcc-build $ find . -name config.log
./armv5l-unknown-linux-uclibceabi/libgcc/config.log
| #define PACKAGE_URL "http://www.gnu.org/software/libgcc/"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:3605: error: in `/home/dlinyj/sdhc_wifi/gcc-build/armv5l-unknown-linux-uclibceabi/libgcc':
configure:3608: error: cannot compute suffix of object files: cannot compile
See `config.log' for more details.
Answer the question
In order to leave comments, you need to log in
maybe the topic will be www.mikrocontroller.net/topic/303547#3265644 the
Germans are also racking their brains.
And the Japanese has already assembled his core github.com/Kazu-zamasu/PQIAirCard_Script/tree/master
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question