- Posts: 253
Cannot compile 2270+ build in Windows.
- WheresWaldo
- Topic Author
- Offline
Less
More
14 May 2014 18:26 - 14 May 2014 18:28 #23231
by WheresWaldo
Cannot compile 2270+ build in Windows. was created by WheresWaldo
I just opened a bug report in PB's BitBucket repository. When trying to compile the latest changes in deviation, even after a "make distclean" You get the following two errors and the process stops dead:
This happens if you just do a make, or make release or make a specific target. Anyone else seeing this? Is there any way to display messages for debugging this? I am assuming it is a change to the makefile but I can't see that it has been changed in a long time (or at least that section hasn't).
+ Building 'devo8.elf'
ROM: 0x08004000 - 0x0802c840 = 162.06kB
RAM: 0x20000000 - 0x20004e68 = 19.60kB
+ Copying template files for devo8
xargs: xgettext: No such file or directory
+ Checking string list length for devo8
xargs: xgettext: No such file or directory
This happens if you just do a make, or make release or make a specific target. Anyone else seeing this? Is there any way to display messages for debugging this? I am assuming it is a change to the makefile but I can't see that it has been changed in a long time (or at least that section hasn't).
Last edit: 14 May 2014 18:28 by WheresWaldo.
Please Log in or Create an account to join the conversation.
- FDR
- Offline
14 May 2014 19:19 #23232
by FDR
Replied by FDR on topic Cannot compile 2270+ build in Windows.
I can't build either, but I've got different error:
$ make
+ Compiling 'target/devo8/backlight.c'
arm-none-eabi-gcc.exe: error: nano.specs: No such file or directory
make: *** [objs/devo8/backlight.o] Error 1
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
Less
More
- Posts: 4402
14 May 2014 20:03 #23234
by PhracturedBlue
Replied by PhracturedBlue on topic Cannot compile 2270+ build in Windows.
FDR's problem seems to be that he isn't using the latest GCC. Compiling trunk requires grabbing the latest gcc from:
launchpad.net/gcc-arm-embedded
WheresWaldo's issues stem from xgettext not being in your path. I believe it should be part of a standard mingw installation. I find it in: C:\MinGW\bin\xgettext.exe
launchpad.net/gcc-arm-embedded
WheresWaldo's issues stem from xgettext not being in your path. I believe it should be part of a standard mingw installation. I find it in: C:\MinGW\bin\xgettext.exe
Please Log in or Create an account to join the conversation.
- WheresWaldo
- Topic Author
- Offline
Less
More
- Posts: 253
15 May 2014 00:01 #23243
by WheresWaldo
Replied by WheresWaldo on topic Cannot compile 2270+ build in Windows.
Yep, my MinGW/Bin folder was corrupt and missing a lot of files, so I restored a backup and I am up and running.
Please Log in or Create an account to join the conversation.
- FDR
- Offline
27 May 2014 04:34 #23657
by FDR
Replied by FDR on topic Cannot compile 2270+ build in Windows.
Solved: my path pointed to the old one...
Please Log in or Create an account to join the conversation.
- hank0817
- Offline
Less
More
- Posts: 1
20 Mar 2015 05:28 #29918
by hank0817
I had same error message,how to fix it?
Replied by hank0817 on topic Cannot compile 2270+ build in Windows.
FDR wrote: Solved: my path pointed to the old one...
I had same error message,how to fix it?
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
Less
More
- Posts: 4402
20 Mar 2015 13:38 #29929
by PhracturedBlue
Replied by PhracturedBlue on topic Cannot compile 2270+ build in Windows.
Hank, which issue do you have? There are multiple issues listed in this thread. Is the problem not finidng gcc? Have you properly setup the build environment?
Please Log in or Create an account to join the conversation.
Time to create page: 0.040 seconds
- Home
- Forum
- Development
- Development
- Cannot compile 2270+ build in Windows.