この質問は、-lmが見つかりませんしかし、クロス G++ リンカーを呼び出すときにエラーが表示されます。
私は提供された文書に従っていますARTIK SDK で Eclipse を使用する「SDK プロジェクトの作成 - Linux」の部分を実行しているときに、次のエラーが発生しました。
18:02:24 **** Incremental Build of configuration Default for project gpio-test ****
make all
Building target: gpio-test
Invoking: Cross G++ Linker
arm-linux-gnueabihf-g++ -L"/opt/sysroots/artik-sysroot/usr/lib" --sysroot=/opt/sysroots/artik-sysroot -o "gpio-test" ./artik_gpio_test.o -lartik-sdk-base
/opt/toolchains/gcc-linaro-5.4.1-2017.01-x86_64_arm-linux-gnueabihf/bin/../lib/gcc/arm-linux-gnueabihf/5.4.1/../../../../arm-linux-gnueabihf/bin/ld: cannot find -lm
collect2: error: ld returned 1 exit status
make: *** [gpio-test] Error 1
18:02:24 Build Finished (took 63ms)
クロス G++ リンカーの呼び出しに問題があります。コードを ARTIK に送信すると、次のエラーが発生します。
Last login: Thu Apr 13 21:10:38 2017 from 192.168.0.11
/root/gpio-test/artik_gpio_test.c;exit
[root@artik ~]# /root/gpio-test/artik_gpio_test.c;exit
/root/gpio-test/artik_gpio_test.c: line 10: enum: command not found
/root/gpio-test/artik_gpio_test.c: line 11: R: command not found
/root/gpio-test/artik_gpio_test.c: line 12: G: command not found
/root/gpio-test/artik_gpio_test.c: line 13: B: command not found
/root/gpio-test/artik_gpio_test.c: line 14: syntax error near unexpected token `}'
/root/gpio-test/artik_gpio_test.c: line 14: `};'
logout
私に何ができる?