Re: Problem building Duet firmware January 09, 2014 09:34AM |
Registered: 9 years ago Posts: 119 |
Quote
dc42
Quote
3D-ES
My firmware seems to be running stable now, even if the binary contents is different!
RRP have now updated the libraries in github with the changes they were using. I can now build binaries that match the released ones, save for a few strings near the end which have the build path embedded within them.
Re: Problem building Duet firmware January 09, 2014 09:44AM |
Registered: 9 years ago Posts: 62 |
Re: Problem building Duet firmware January 09, 2014 10:33AM |
Registered: 9 years ago Posts: 14,639 |
Quote
TMD_RS436
I am still getting loads of differences when I compare the two, but I am compiling on Windows 7, so maybe that's the reason.
Paul
Re: Problem building Duet firmware January 10, 2014 10:46AM |
Registered: 9 years ago Posts: 157 |
Quote
victors
I have given up for the day trying to rebuild the code. I have done it in Linux Mint 15, Windows 7 and directly in Arduino 1.5.5. It is like operating a random number generator.
In Linux it moaned about "no rule for clean". And then suddenly that went away, but it ended up with a range of errors.
I eventually got the thing to build without any warnings or errors in Windows 7. Then I rebuilt and ended up with around 7 errors. It just keeps on growing. After several rebuilds it sits at 937 errors and 133 warnings. Now I got 805 errors. It is a moving target, so I must be doing something seriously wrong.
Will try again tomorrow.
Re: Problem building Duet firmware January 23, 2014 05:23PM |
Registered: 9 years ago Posts: 5 |
Re: Problem building Duet firmware February 11, 2014 09:32AM |
Registered: 9 years ago Posts: 578 |
Description Resource Path Location Type make: *** [GCodes.cpp.o] Error 1 C/C++ Problem make: *** [Libraries/Lwip/lwip/src/sam/netif/ethernetif.c.o] Error 1 C/C++ Problem make: *** No rule to make target `clean'. C/C++ Problem
Re: Problem building Duet firmware February 11, 2014 10:05AM |
Registered: 9 years ago Posts: 14,639 |
Re: Problem building Duet firmware February 11, 2014 10:10AM |
Registered: 9 years ago Posts: 157 |
Re: Problem building Duet firmware February 11, 2014 10:48AM |
Registered: 9 years ago Posts: 578 |
15:18:02 **** Incremental Build of configuration Release for project RepRapFirmware **** make all Building target: RepRapFirmware Printing size: "/Users/rayhicks/Desktop/Arduino.app/Contents/Resources/Java/hardware/tools/g++_arm_none_eabi/bin/arm-none-eabi-size" -A "/Users/rayhicks/Documents/workspace/RepRapFirmware/Release/RepRapFirmware.elf" /Users/rayhicks/Documents/workspace/RepRapFirmware/Release/RepRapFirmware.elf : section size addr .text 158216 524288 .ARM.exidx 520 682504 .relocate 1504 537329664 .bss 37372 537331168 .ARM.attributes 37 0 .comment 4274 0 .debug_line 126098 0 .debug_info 396315 0 .debug_abbrev 60642 0 .debug_aranges 10864 0 .debug_ranges 27008 0 .debug_frame 31796 0 .debug_loc 127567 0 .debug_pubnames 24570 0 .debug_str 72857 0 Total 1079640 Finished building target: RepRapFirmware 15:18:03 Build Finished (took 221ms)
Re: Problem building Duet firmware February 11, 2014 10:57AM |
Registered: 9 years ago Posts: 14,639 |
Re: Problem building Duet firmware February 11, 2014 11:46AM |
Registered: 9 years ago Posts: 578 |
Re: Problem building Duet firmware February 11, 2014 12:07PM |
Registered: 9 years ago Posts: 209 |
Re: Problem building Duet firmware February 11, 2014 12:46PM |
Registered: 9 years ago Posts: 14,639 |
Re: Problem building Duet firmware February 14, 2014 06:20PM |
Registered: 9 years ago Posts: 209 |
Quote
bobtidey
One issue with building the firmware is that one seems to have to use Arduino 1.5.4 otherwise the temperature readings gets screwed up. That was certainly the case for me.
I found this thread in an Arduino forum which probably explains this.
1.5.5 analog problem
There is a patch available for 1.5.5 so I might give that a go.
Re: Problem building Duet firmware March 30, 2014 07:54PM |
Registered: 10 years ago Posts: 177 |
Re: Problem building Duet firmware October 21, 2014 05:31AM |
Registered: 11 years ago Posts: 1,611 |