Artifact ID: | 7427eadc36d4765f5081cf6a8b05bb8d9a88bc9e |
---|---|
Ticket: | 57876735db0ff2542085c72ad02d79818ffb00cb
'./kitcreator --host=mipsel-linux-uclibc' fails |
User & Date: | anonymous on 2020-12-21 19:28:10 |
- Change comment to:
After following this recipe in the packaged README file:
5. Cross-compile a Tclkit:
a. Bootstrap (optional, you can use an existing Tclkit):
i. $ ./kitcreator
ii. $ mv tclkit-8.4.19 tclkit-local
iii. $ TCLKIT="`pwd`/tclkit-local"
iv. $ export TCLKIT
b. Cross-compile:
i. $ CC=mipsel-linux-uclibc-gcc
ii. $ CXX=false
iii. $ AR=mipsel-linux-uclibc-ar
iv. $ RANLIB=mipsel-linux-uclibc-ranlib
v. $ export CC CXX AR RANLIB
vi. $ ./kitcreator --host=mipsel-linux-uclibc
this error is given:
./kitcreator: line 317: /tclConfig.sh: No such file or directory
The bootstrap tclkit was built from version 8.5.7. - Change foundin to "0.12.0"
- Change login to "anonymous"
- Change private_contact to "4935ab53bb655f358c9074a11f6a9e76da83ccbc"
- Change severity to "Important"
- Change status to "Open"
- Change title to "'./kitcreator --host=mipsel-linux-uclibc' fails"
- Change type to "Code Defect"