- Posts: 127
Automated voice pack building
- yets
- Offline
Please Log in or Create an account to join the conversation.
- yets
- Offline
- Posts: 127
Please Log in or Create an account to join the conversation.
- Moeder
- Topic Author
- Offline
- Posts: 796
HAS_EXTENDED_AUDIO 1
HAS_MUSIC_CONFIG 1
HAS_STANDARD_GUI 0
What protocol changes do you want to make?
Please Log in or Create an account to join the conversation.
- yets
- Offline
- Posts: 127
I have copied modified code for the Bayang_nrl2401 to include some aux channels for Silverware. It is currently under a pull request (as of yesterday) but I don't know how long it will take to get to the nightlies
Please Log in or Create an account to join the conversation.
- yets
- Offline
- Posts: 127
Please Log in or Create an account to join the conversation.
- Moeder
- Topic Author
- Offline
- Posts: 796
git checkout voice_diet2
git submodule update --init (in case you didn't already)
cd src
Edit target defs, after that
make - j2 devo7e (or other number than 2,depending on cpu cores)
If this does not work, post error messages.
Please Log in or Create an account to join the conversation.
- yets
- Offline
- Posts: 127
Please Log in or Create an account to join the conversation.
- yets
- Offline
- Posts: 127
$ make -j2 devo7e
env: perl: Invalid argument
+ Compiling 'target/tx/devo/devo7e/channels.c'
/usr/bin/sh: arm-none-eabi-gcc: command not found
make[1]: *** [objs/devo7e/channels.o] Error 127
make: *** [devo7e] Error 2
Please Log in or Create an account to join the conversation.
- Moeder
- Topic Author
- Offline
- Posts: 796
Nevertheless, I will post a build for you tonight based on current master.
Please Log in or Create an account to join the conversation.
- yets
- Offline
- Posts: 127
Last night I tried to download just the diet_branch2 through git as source but it would still build master and no target Def's changes. So I'm really not sure what I'm doing wrong
Please Log in or Create an account to join the conversation.
- Moeder
- Topic Author
- Offline
- Posts: 796
docker start -i deviation_build
Please Log in or Create an account to join the conversation.
- yets
- Offline
- Posts: 127
yets wrote: To the best of my abilities I have followed your instructions, even deleting it all and starting the process over a few times. I navigate through to source in bash and I get all the errors. I even downloaded arm-none-rabi-gcc.
Last night I tried to download just the diet_branch2 through git as source but it would still build master and no target Def's changes. So I'm really not sure what I'm doing wrong
Looks like I was making a mistake with the folder directives when building container, I was typing /c/users/name/git rather than ~/git. Now changes are incorporated from local repo. However, now Docker will not build as I have a new error;
Updating build.py
Building zip_devo7e
Preparing for ARM build
: No such file or directory
make[1]: *** [include/libopencm3/stm32/f0/irq.json.cleanhdr] Error 127
make: *** [distclean] Error 2
GENHDR include/libopencm3/stm32/f1/irq.json
: No such file or directory
make[2]: *** [include/libopencm3/stm32/f1/irq.json.genhdr] Error 127
make[1]: *** [libopencm3/lib/libopencm3_stm32f1.a] Error 2
make: *** [zip_devo7e] Error 2
I will try your new suggestions Moeder. How do I navigate with the shell? cd doesn't work, I am not proficient with command
EDIT: Ok, I managed to navigate to SRC but and attempt to make make - j2 devo7e, however I have the same error as above.
+ Copying template files for devo7e
GENHDR include/libopencm3/stm32/f1/irq.json
: No such file or directory
make[2]: *** [include/libopencm3/stm32/f1/irq.json.genhdr] Error 127
make[1]: *** [libopencm3/lib/libopencm3_stm32f1.a] Error 2
make[1]: *** Waiting for unfinished jobs....
+ Checking string list length for devo7e
filesystem/devo7e
../utils/extract_strings.pl -target devo7e -objdir objs/devo7e
Please install cpplint via 'pip install cpplint' or equivalent
make: *** [devo7e] Error 2
Please Log in or Create an account to join the conversation.
- Moeder
- Topic Author
- Offline
- Posts: 796
git submodule update --init
I had time to make a build for you based on current master without language support but with voice, voice menu, main config menu. Thanks to the recent changes a lot of things can fit in a devo7e build currently
But please don't give up on getting the build environment to work!
File is to big to attach, please download here
Please Log in or Create an account to join the conversation.
- yets
- Offline
- Posts: 127
I'm still attempting get the environment to work,
I just tried
git submodule update --init
and it checked out. However, still getting the same error. Is it a docker problem? Have I corrupted files in it somehow?
Please Log in or Create an account to join the conversation.
- Moeder
- Topic Author
- Offline
- Posts: 796
Edit: please post some screenshots or paste a terminal log of what you are doing, it is a little hard to guess what exactly you are doing.
Please Log in or Create an account to join the conversation.
- yets
- Offline
- Posts: 127
Please Log in or Create an account to join the conversation.
- Moeder
- Topic Author
- Offline
- Posts: 796
Please Log in or Create an account to join the conversation.
- Moeder
- Topic Author
- Offline
- Posts: 796
Please Log in or Create an account to join the conversation.
- vlad_vy
- Offline
- Posts: 3333
Please Log in or Create an account to join the conversation.
- yets
- Offline
- Posts: 127
vlad_vy wrote: No, I use completely local Windows environment, without git and Docker.
Do you have guide to build then?
Please Log in or Create an account to join the conversation.
- Home
- Forum
- Development
- Development
- Automated voice pack building