Actions
Issue #1812
closederror while getting toolchain for i9300
Status:
Closed
Priority:
Normal
Assignee:
Category:
Build system
Target version:
Start date:
06/16/2017
Due date:
% Done:
0%
Estimated time:
Resolution:
invalid
Device:
Galaxy S 3 (I9300)
Grant:
Type of work:
Description
Hi there,
when trying to build replicant-6, I got this error :
when getting build toolchain :
./vendor/replicant/build-toolchain
...
checking for C compiler default output file name...
configure: error: in `/home/debian/replicant/replicant-6.0/toolchain/gcc/arm/arm-linux-androideabi/build/gcc/gcc':
configure: error: C compiler cannot create executables
See `config.log' for more details.
Makefile:3928: recipe for target 'configure-gcc' failed
make[1]: *** [configure-gcc] Error 1
make[1]: Leaving directory '/home/debian/replicant/replicant-6.0/toolchain/gcc/arm/arm-linux-androideabi/build/gcc'
Makefile:846: recipe for target 'all' failed
make: *** [all] Error 2
Updated by Fil Lupin almost 8 years ago
My mistake probably: I had to get back to first step because building failed and I use command
./vendor/replicant/build-toolchain
instead of
. build/envsetup.sh
lunch replicant_i9300-userdebug
This ticket can be closed.
Updated by Wolfgang Wiedmeyer almost 8 years ago
- Status changed from New to Closed
- Assignee set to Wolfgang Wiedmeyer
- Resolution set to invalid
Actions