2020-12-21
| ||
19:28 | • New ticket [57876735db] './kitcreator --host=mipsel-linux-uclibc' fails. artifact: 7427eadc36 user: anonymous | |
Ticket Hash: | 57876735db0ff2542085c72ad02d79818ffb00cb | |||
Title: | './kitcreator --host=mipsel-linux-uclibc' fails | |||
Status: | Open | Type: | Code Defect | |
Severity: | Important | Priority: | ||
Subsystem: | Resolution: | |||
Last Modified: | 2020-12-21 19:28:10 | |||
Version Found In: | 0.12.0 | |||
Description: | ||||
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. |