A pure cross compiler environment for QNAP NAS, support x86-32 and x86-64.
- edit
bin/makefile. - put
src_xxx.tgzinto/srcif you need to build from some source.zip. - run
build_cc.sh.
./build_cc.sh all makefile
or
./build_cc.sh x86_64 makefile
or
./build_cc.sh x86 makefile
- Will make the target which specified in the
all:label, for instance:all: Python-3.6.1 - The compiled binary will store in
/build/x86or/build/x86_64