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

RF24 make error #10

Closed
Altera520 opened this issue Mar 8, 2019 · 0 comments
Closed

RF24 make error #10

Altera520 opened this issue Mar 8, 2019 · 0 comments
Labels
bug Something isn't working major High importance

Comments

@Altera520
Copy link
Contributor

Dockerfile에서 RF24라이브러리를 make할 때 error발생

RUN git clone https://github.com/nRF24/RF24.git
RUN cd RF24 && make && sudo make install

결과는 아래와 동일하며, thumb-1이 발생

[Running configure]
[SECTION] Detecting arm compilation environment.
  [OK] arm-linux-gnueabihf-gcc detected.
  [OK] arm-linux-gnueabihf-g++ detected.
[SECTION] Detecting target machine.
[OK] machine detected: SoC=BCM2835, Type=unknown, CPU=armv7l.
[SECTION] Detecting DRIVER
  [OK] DRIVER detected:RPi.
[SECTION] Detecting OS.
  [INFO] OS detected:LINUX.
[SECTION] Preparing configuration.
[SECTION] Saving configuration.
[OK] Finished.
arm-linux-gnueabihf-g++ -fPIC -march=armv6zk -mtune=arm1176jzf-s -mfpu=vfp -mfloat-abi=hard -Ofast -Wall -pthread  -c RF24.cpp
In file included from /usr/include/stdio.h:935:0,
                 from utility/RPi/RF24_arch_config.h:8,
                 from utility/includes.h:7,
                 from RF24_config.h:43,
                 from RF24.cpp:10:
/usr/include/arm-linux-gnueabihf/bits/stdio.h: In function 'int vprintf(const char*, __gnuc_va_list)':
/usr/include/arm-linux-gnueabihf/bits/stdio.h:36:56: sorry, unimplemented: Thumb-1 hard-float VFP ABI
 vprintf (const char *__restrict __fmt, _G_va_list __arg)
                                                        ^
Makefile:42: recipe for target 'RF24.o' failed
@Altera520 Altera520 added bug Something isn't working major High importance labels Mar 8, 2019
@Altera520 Altera520 added this to To Do in Issue & pull req via automation Mar 8, 2019
Altera520 added a commit that referenced this issue Mar 8, 2019
Issue & pull req automation moved this from To Do to Done Mar 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working major High importance
Projects
Development

No branches or pull requests

1 participant