- Posts: 3333
Emulator build failed
- vlad_vy
- Topic Author
- Offline
...
+ Compiling 'protocol/spi/nrf24l01.c'
protocol/spi/nrf24l01.c:306:30: error: "__ARM_ARCH_ISA_THUMB" is not defined [-Werror=undef]
cc1.exe: some warnings being treated as errors
make: *** [objs/emu_devo8-w32/nrf24l01.o] Error 1
Please Log in or Create an account to join the conversation.
- vlad_vy
- Topic Author
- Offline
- Posts: 3333
'protocol/spi/nrf24l01.c'
-#if ( defined (__GNUC__) && (__ARM_ARCH_ISA_THUMB==2) )
+#if ( defined (__GNUC__) && defined (__ARM_ARCH_ISA_THUMB) && (__ARM_ARCH_ISA_THUMB == 2) )
Please Log in or Create an account to join the conversation.
- victzh
- Offline
- Posts: 1386
Please Log in or Create an account to join the conversation.
- vlad_vy
- Topic Author
- Offline
- Posts: 3333
...
print() on closed filehandle $fh at ../utils/font/bdf_to_font.pl line 232.
print() on closed filehandle $fh at ../utils/font/bdf_to_font.pl line 233.
print() on closed filehandle $fh at ../utils/font/bdf_to_font.pl line 234.
...
Please Log in or Create an account to join the conversation.
- FDR
- Offline
I'll take a look when I'll get home.
Without that mod the 12e filesystem only contained the models directory...
I've got my 12E just before Xmas, but only now started to care about it, because I had no time for that.
Yesterday I loaded deviation on it, but realised, that the filesystem is missing the language directory.
It behaved strangely on the main page config, so I wanted to try that in the emulator, when I saw that it misses almost the whole filesystem.
I built with my changes, and I could start the emulator, however the screen was too small, which you've already corrected, but the buttons used are wrong too, so it is still not usable...
Vlad, do you have a 12E too?
Please Log in or Create an account to join the conversation.
- vlad_vy
- Topic Author
- Offline
- Posts: 3333
Please Log in or Create an account to join the conversation.
- FDR
- Offline
I'll try that too...
Please Log in or Create an account to join the conversation.
- vlad_vy
- Topic Author
- Offline
- Posts: 3333
Please Log in or Create an account to join the conversation.
- vlad_vy
- Topic Author
- Offline
- Posts: 3333
Please Log in or Create an account to join the conversation.
- FDR
- Offline
Merged.vlad_vy wrote: No, but emulator buttons fixed also. See my next pull request.
Please Log in or Create an account to join the conversation.
- FDR
- Offline
Merged too...vlad_vy wrote: Pull request with fix has been sent.
Please Log in or Create an account to join the conversation.
- Home
- Forum
- News, Announcements and Feedback
- Feedback & Questions
- Emulator build failed