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

compile error #1

Open
dylix3d opened this issue Apr 23, 2021 · 11 comments
Open

compile error #1

dylix3d opened this issue Apr 23, 2021 · 11 comments

Comments

@dylix3d
Copy link

dylix3d commented Apr 23, 2021

arm-none-eabi-objcopy: supported targets: elf32-littlearm elf32-littlearm-fdpic elf32-bigarm elf32-bigarm-fdpic elf32-little elf32-big srec symbolsrec verilog tekhex binary ihex plugin
*** [.pio\build\artillery_ruby\firmware.elf] Error 1
error

@stormz85
Copy link

stormz85 commented May 3, 2021

Hi there !

i have got the same issue ... if anyone @artillery3d can help ?

@mjrama
Copy link

mjrama commented May 9, 2021

Hi all,

I didn't have issues compiling this:

image

@dylix3d
Copy link
Author

dylix3d commented May 9, 2021

Hi all,

I didn't have issues compiling this:

image

How compile? do you download any additional ?

@mjrama
Copy link

mjrama commented May 9, 2021

I downloaded the zip file, and use "platformio run -e artillery_ruby" to compile
I had plataformio and Auto Build Marlin installed in VSCode, but ABL didn't worked with this version of marlin

Maybe you have to upgrade your plataformio version?

P.D: I successfully compiled Original Marlin 2.0.8 for the hornet, I will upload it to my github after installing it on the printer and some testing

@dylix3d
Copy link
Author

dylix3d commented May 10, 2021

I downloaded the zip file, and use "platformio run -e artillery_ruby" to compile
I had plataformio and Auto Build Marlin installed in VSCode, but ABL didn't worked with this version of marlin

Maybe you have to upgrade your plataformio version?

P.D: I successfully compiled Original Marlin 2.0.8 for the hornet, I will upload it to my github after installing it on the printer and some testing

Thank u, it's works! but now... How to flash artillery hornet, because for SD card not works and on software cura stays loading...

@mjrama
Copy link

mjrama commented May 10, 2021

I downloaded the zip file, and use "platformio run -e artillery_ruby" to compile
I had plataformio and Auto Build Marlin installed in VSCode, but ABL didn't worked with this version of marlin
Maybe you have to upgrade your plataformio version?
P.D: I successfully compiled Original Marlin 2.0.8 for the hornet, I will upload it to my github after installing it on the printer and some testing

Thank u, it's works! but now... How to flash artillery hornet, because for SD card not works and on software cura stays loading...

Your welcome, great that it worked! I have the same doubt, I tried with the SD card and through USB, but I couldn't upgrade either. I created a ticket to Artillery's support asking how to install the firmware. I will update here as soon as I have an answer.

@Triton2020
Copy link

any Updates how to install Firmware on the Hornet ?

@mjrama
Copy link

mjrama commented Jun 24, 2021

I can compile this without problems and without changing anything, so if you are having problems is not artillery's fault. (I don't work for them)
If you are trying to build it with marlin auto build, the only change that I found that you have to do is changing "env:ARTILLERY_RUBY" to "env:artillery_ruby" in Marlin/src/pins/pins.h file (line 629)

If this still doesn't work, you can go to my github (https://github.com/mjrama/Marlin) and use my version of marlin for the ruby board (currently 2.0.8, but I will update it in the near future). I will also add support for the ruby to the official marlin repo.

My github also has a PDF with instructions of how I updated the firmware on the board.

@mjrama
Copy link

mjrama commented Jun 25, 2021

Just a question for the ones having issues.
You are downloading the source from the "release tab" (https://github.com/artillery3d/hornet-firmware/releases) or you are cloning the repository? I was able to compile both without issues, but I'm trying to find why are you having problems compiling. It is clearly to me that there is a dependency that I have that you don't.

Maybe you have to upgrade your plataformio version?

@cpramono
Copy link

I can compile this without problems and without changing anything, so if you are having problems is not artillery's fault. (I don't work for them)
If you are trying to build it with marlin auto build, the only change that I found that you have to do is changing "env:ARTILLERY_RUBY" to "env:artillery_ruby" in Marlin/src/pins/pins.h file (line 629)

If this still doesn't work, you can go to my github (https://github.com/mjrama/Marlin) and use my version of marlin for the ruby board (currently 2.0.8, but I will update it in the near future). I will also add support for the ruby to the official marlin repo.

My github also has a PDF with instructions of how I updated the firmware on the board.

You saved me from my headache, you are the man!

@mjrama
Copy link

mjrama commented Jul 23, 2021

I can compile this without problems and without changing anything, so if you are having problems is not artillery's fault. (I don't work for them)
If you are trying to build it with marlin auto build, the only change that I found that you have to do is changing "env:ARTILLERY_RUBY" to "env:artillery_ruby" in Marlin/src/pins/pins.h file (line 629)
If this still doesn't work, you can go to my github (https://github.com/mjrama/Marlin) and use my version of marlin for the ruby board (currently 2.0.8, but I will update it in the near future). I will also add support for the ruby to the official marlin repo.
My github also has a PDF with instructions of how I updated the firmware on the board.

You saved me from my headache, you are the man!

Your welcome, happy to be able to help someone. Did you use artillery's firmware or mine?

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

5 participants