- Posts: 2
make source error ” 127 ”
- chengtao
- Topic Author
- Offline
Less
More
17 Dec 2012 10:16 #4051
by chengtao
make source error ” 127 ” was created by chengtao
Hi all
when i try make a firmware , one error is show ,as follow:
make TARGET=emu_devo8 WINDOWS=1
make ../utils/bdf_to_font.pl Command not found .
make ***[filesystem/devo10/12normal.fon] error 127
but i find bdf_to_font.pl is in there .
who can told me what is happen ?
when i try make a firmware , one error is show ,as follow:
make TARGET=emu_devo8 WINDOWS=1
make ../utils/bdf_to_font.pl Command not found .
make ***[filesystem/devo10/12normal.fon] error 127
but i find bdf_to_font.pl is in there .
who can told me what is happen ?
Please Log in or Create an account to join the conversation.
- FDR
- Offline
17 Dec 2012 10:20 #4052
by FDR
Replied by FDR on topic make source error ” 127 ”
Do you have Python installed and it's path added?
3) ensure python is installed. If not install it from here:
www.python.org/download/releases/2.7.3/
3a) Add python to your msys path:
export PATH="/c/<path to python>":$PATH
(e.g. export PATH="/c/Program Files/Python27":$PATH)
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
Less
More
- Posts: 4402
17 Dec 2012 14:13 - 17 Dec 2012 14:13 #4058
by PhracturedBlue
Replied by PhracturedBlue on topic make source error ” 127 ”
In this case it is actually perl you need.
In a standard mingw/msys env, it should already be installed.
You will, of course, need python too.
In a standard mingw/msys env, it should already be installed.
You will, of course, need python too.
Last edit: 17 Dec 2012 14:13 by PhracturedBlue.
Please Log in or Create an account to join the conversation.
- chengtao
- Topic Author
- Offline
Less
More
- Posts: 2
18 Dec 2012 15:07 #4090
by chengtao
Replied by chengtao on topic make source error ” 127 ”
Thanks to FDR and PB,
It's ok now !
because i make a mistake to config PATH for Python2.73
It's ok now !
because i make a mistake to config PATH for Python2.73
Please Log in or Create an account to join the conversation.
Time to create page: 0.034 seconds
- Home
- Forum
- Development
- Development
- make source error ” 127 ”