Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Ungültiger Maschinenbefehl" #6

Open
TomCat112 opened this issue Jan 6, 2018 · 4 comments
Open

"Ungültiger Maschinenbefehl" #6

TomCat112 opened this issue Jan 6, 2018 · 4 comments

Comments

@TomCat112
Copy link

Hello,
i made the installation like you descripe in the wiki. After all i trie to test it. But with the parameter -D i just get this output:

Registering demod for TFA_1 KlimaLoggPro
Ung?ltiger Maschinenbefehl

What can be the fault?

Thanks for your reply and thank for the great work

Thomas

@baycom
Copy link
Owner

baycom commented Feb 18, 2018

Sound like compiling for the wrong CPU, but maybe it's a real bug. Can you enable the -g debug-option in the makefile, "make clean; make" and run it again in gdb? Then the stack trace of the crash can optained by "thread apply all bt"

@rsneyer
Copy link

rsneyer commented May 5, 2018

I had a similar error trying to get tfrec run on my Raspberry Pi Zero W.
Solution is to adjust the CXX flags in the Makefile:
..
CXXFLAGS=-O3 $(PROFILING) -mfpu=vfp -march=armv6 -mfloat-abi=hard -ftree-vectorize -ffast-math
...

Details about compiler flags for different Raspberry models can be found in the raspbian FAQ or here

Have a great day,
Robert

@baycom
Copy link
Owner

baycom commented May 12, 2018

There is now a adapted Makefile.raspi2, should also work for the Zero

@devZer0
Copy link

devZer0 commented Jan 25, 2019

yes, it works. i'm using it on raspberry. @TomCat112 , can you give a comment on the status so this ticket won't remain open forever ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants