Im using Arduino due board in AGX jetson. I can't able to find a board manager for ARM64 processor. I tried this link board manager.its not works for me
Hi @muthukumar_47.
Please provide a detailed description of what you mean by "not works" in a reply on this forum thread, including:
- What did you do?
- What were the results you expected from doing that thing?
- What were the results you observed that did not match your expectations?
Make sure to include the full and exact text of any error or warning messages you might have encountered.
Im using jetson AGX Orin
Im trying to compile Micro ros code in Arduino due board
For AGX default Arduino due board manager is not working so I used perk1234 board manager which supports for Arm64.after install that board manager I can't able to compile the code.
I'm going to ask you to provide the full verbose output from a compilation.
This procedure is not intended to solve the problem. The purpose is to gather more information.
Please do this:
- Select File > Preferences... (or Arduino IDE > Settings... for macOS users) from the Arduino IDE menus.
The "Preferences" dialog will open. - Check the box next to "Show verbose output during: ☐ compile" in the "Preferences" dialog.
- Click the "OK" button.
The "Preferences" dialog will close. - Select Sketch > Verify/Compile from the Arduino IDE menus.
- Wait for the compilation to fail.
- You will see a "Compilation error: ..." notification at the bottom right corner of the Arduino IDE window. Click the "COPY ERROR MESSAGES" button on that notification.
- Open a forum reply here by clicking the "Reply" button.
- Click the
<CODE/>
icon on the post composer toolbar.
This will add the forum's code block markup (```
) to your reply to make sure the error messages are correctly formatted.
- Press the Ctrl+V keyboard shortcut (Command+V for macOS users).
This will paste the compilation output into the code block. - Move the cursor outside of the code block markup before you add any additional text to your reply.
- Click the "Reply" button to post the output.
In case the output is longer than the forum software will allow to be added to a post, you can instead save it to a .txt
file and then attach that file to a reply here.
Click here for attachment instructions
- Open any text editor program.
- Paste the copied output into the text editor.
- Save the file in
.txt
format. - Open a forum reply here by clicking the "Reply" button.
- Click the "Upload" icon () on the post composer toolbar:
The "Open" dialog will open. - Select the
.txt
file you saved from the "Open" dialog. - Click the "Open" button.
The dialog will close. - Click the "Reply" button to publish the post.
Alternatively, instead of using the "Upload" icon on the post composer toolbar as described in steps (5) - (7) above, you can simply drag and drop the .txt
file onto the post composer field to attach it.
Arduino: 1.8.19 (Linux), Board: "Arduino Due (Programming Port)"
/home/agx-isaac/arduino-1.8.19/arduino-builder -dump-prefs -logger=machine -hardware /home/agx-isaac/arduino-1.8.19/hardware -hardware /home/agx-isaac/.arduino15/packages -tools /home/agx-isaac/arduino-1.8.19/tools-builder -tools /home/agx-isaac/arduino-1.8.19/hardware/tools/avr -tools /home/agx-isaac/.arduino15/packages -built-in-libraries /home/agx-isaac/arduino-1.8.19/libraries -libraries /home/agx-isaac/Arduino/libraries -fqbn=per1234:sam:arduino_due_x_dbg -ide-version=10819 -build-path /tmp/arduino_build_370120 -warnings=none -build-cache /tmp/arduino_cache_974421 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.arm-none-eabi-gcc.path=/home/agx-isaac/.arduino15/packages/arduino/tools/arm-none-eabi-gcc/7-2017q4 -prefs=runtime.tools.arm-none-eabi-gcc-7-2017q4.path=/home/agx-isaac/.arduino15/packages/arduino/tools/arm-none-eabi-gcc/7-2017q4 -prefs=runtime.tools.bossac.path=/home/agx-isaac/.arduino15/packages/arduino/tools/bossac/1.7.0-arduino3 -prefs=runtime.tools.bossac-1.7.0-arduino3.path=/home/agx-isaac/.arduino15/packages/arduino/tools/bossac/1.7.0-arduino3 -verbose /home/agx-isaac/Arduino/libraries/micro_ros_arduino-humble/examples/micro-ros_publisher/micro-ros_publisher.ino
/home/agx-isaac/arduino-1.8.19/arduino-builder -compile -logger=machine -hardware /home/agx-isaac/arduino-1.8.19/hardware -hardware /home/agx-isaac/.arduino15/packages -tools /home/agx-isaac/arduino-1.8.19/tools-builder -tools /home/agx-isaac/arduino-1.8.19/hardware/tools/avr -tools /home/agx-isaac/.arduino15/packages -built-in-libraries /home/agx-isaac/arduino-1.8.19/libraries -libraries /home/agx-isaac/Arduino/libraries -fqbn=per1234:sam:arduino_due_x_dbg -ide-version=10819 -build-path /tmp/arduino_build_370120 -warnings=none -build-cache /tmp/arduino_cache_974421 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.arm-none-eabi-gcc.path=/home/agx-isaac/.arduino15/packages/arduino/tools/arm-none-eabi-gcc/7-2017q4 -prefs=runtime.tools.arm-none-eabi-gcc-7-2017q4.path=/home/agx-isaac/.arduino15/packages/arduino/tools/arm-none-eabi-gcc/7-2017q4 -prefs=runtime.tools.bossac.path=/home/agx-isaac/.arduino15/packages/arduino/tools/bossac/1.7.0-arduino3 -prefs=runtime.tools.bossac-1.7.0-arduino3.path=/home/agx-isaac/.arduino15/packages/arduino/tools/bossac/1.7.0-arduino3 -verbose /home/agx-isaac/Arduino/libraries/micro_ros_arduino-humble/examples/micro-ros_publisher/micro-ros_publisher.ino
Using board 'arduino_due_x_dbg' from platform in folder: /home/agx-isaac/.arduino15/packages/per1234/hardware/sam/1.6.11-arm64
Using core 'arduino' from platform in folder: /home/agx-isaac/.arduino15/packages/per1234/hardware/sam/1.6.11-arm64
Detecting libraries used...
/bin/arm-none-eabi-g++ -c -g -Os -w -std=gnu++11 -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -w -x c++ -E -CC -mcpu=cortex-m3 -mthumb -DF_CPU=84000000L -DARDUINO=10819 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -D__SAM3X8E__ -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON "-DUSB_MANUFACTURER=\"Arduino LLC\"" "-DUSB_PRODUCT=\"Arduino Due\"" -I/home/agx-isaac/.arduino15/packages/per1234/hardware/sam/1.6.11-arm64/system/libsam -I/home/agx-isaac/.arduino15/packages/per1234/hardware/sam/1.6.11-arm64/system/CMSIS/CMSIS/Include/ -I/home/agx-isaac/.arduino15/packages/per1234/hardware/sam/1.6.11-arm64/system/CMSIS/Device/ATMEL/ -I/home/agx-isaac/.arduino15/packages/per1234/hardware/sam/1.6.11-arm64/cores/arduino -I/home/agx-isaac/.arduino15/packages/per1234/hardware/sam/1.6.11-arm64/variants/arduino_due_x /tmp/arduino_build_370120/sketch/micro-ros_publisher.ino.cpp -o /dev/null
fork/exec /bin/arm-none-eabi-g++: no such file or directory
Error compiling for board Arduino Due (Programming Port).