I can not compile the bootloader

Understanding the language, error messages, etc.

I can not compile the bootloader

Postby jackB » Wed Jul 23, 2014 7:40 pm

I can not compile the bootloader with the makefile :(
it reports the following errors:
Error.png
Error.png (22.74 KiB) Viewed 7102 times
jackB
 
Posts: 4
Joined: Wed Jul 23, 2014 7:31 pm

Re: I can not compile the bootloader

Postby Myndale » Thu Aug 07, 2014 11:16 am

Hi,

first of all make sure you're in the correct Gamebuino folder. The output that you've posted shows you're in a folder called PocketBOY, have you renamed it?

Next, it looks like your build process is failing because you have the Borland make utility in your path. The Gamebuino folder has a batch file called build.bat with this as the first line:

Code: Select all
set PATH=%PATH%;C:\arduino-1.0.5\hardware\tools\avr\utils\bin


First of all you'll need to change the path to the location of your arduino folder. Next, you should probably move it to the front so that it gets chosen before everything else, i.e.:

Code: Select all
set PATH=C:\arduino-1.0.5\hardware\tools\avr\utils\bin;%PATH%


Let me know if you continue to have any problems.
Myndale
 
Posts: 507
Joined: Sat Mar 01, 2014 1:25 am

Re: I can not compile the bootloader

Postby treflip » Thu Aug 07, 2014 2:07 pm

I also can't compile the bootloader using the makefile. I posted it here but didn't get an answer. :(

I did like you said and changed the directories in the bat file and makefile but I still get the following error:

Code: Select all
 makefile:51 *** missing separator. Stop.


the line 51 contains: .PHONY: all

not sure what separator it's looking for... :{

Thanks!
treflip
 
Posts: 83
Joined: Fri May 30, 2014 4:50 pm
Location: Florida

Re: I can not compile the bootloader

Postby jackB » Sat Aug 09, 2014 12:50 pm

I solved the problem
Thanks
jackB
 
Posts: 4
Joined: Wed Jul 23, 2014 7:31 pm

Re: I can not compile the bootloader

Postby rodot » Sat Aug 09, 2014 12:58 pm

Could you please tell us how, just in case someone has the same problem?
User avatar
rodot
Site Admin
 
Posts: 1290
Joined: Mon Nov 19, 2012 11:54 pm
Location: France

Re: I can not compile the bootloader

Postby spunky » Thu Mar 03, 2016 11:34 am

bootloader error.png
bootloader error.png (45.67 KiB) Viewed 6744 times
HHi all can some one send me working bootloader source files with empty path so i just put in my path and compile,or tell me how to do it,ive tryed all above but it says somthing about avrdude overlaping or somthing
spunky
 
Posts: 10
Joined: Thu Mar 03, 2016 3:03 am

Re: I can not compile the bootloader

Postby spunky » Thu Mar 03, 2016 11:49 am

bootloader error.png
bootloader error.png (103.26 KiB) Viewed 6744 times
then i change a few things but says it cant find the file etc,that is correct path i copy path from exsplora window whe3n in the exact folder it should find the file it wants
spunky
 
Posts: 10
Joined: Thu Mar 03, 2016 3:03 am

Re: I can not compile the bootloader

Postby spunky » Thu Mar 03, 2016 1:39 pm

@jackb how did you solver bootloader issue
spunky
 
Posts: 10
Joined: Thu Mar 03, 2016 3:03 am

Re: I can not compile the bootloader

Postby Sorunome » Sun Mar 13, 2016 5:13 pm

Somebody else on github had the same explanation, so i'll just link that thread as I provided a solution to not being able to compile the bootloader there: https://github.com/Rodot/Gamebuino/issues/18
User avatar
Sorunome
 
Posts: 629
Joined: Sun Mar 01, 2015 1:58 pm


Return to Programming Questions

Who is online

Users browsing this forum: No registered users and 62 guests

cron