aravind0220 / arduino

Automatically exported from code.google.com/p/arduino
0 stars 0 forks source link

build failure following wiki for windows using cygwin #99

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.follow wiki for building in cygwin  build/windows directory
2. ran ./make.sh
3.

What is the expected output? What do you see instead?

expected? unkown, not done this before

got::=

Setting up directories to build P5...
Copying examples...
Extracting reference...
Extracting avr tools...
Extracting enormous JRE...
launch4j: Compiling resources
launch4j: Linking
launch4j: 
C:\cygwin\home\Brian\arduino\build\windows\launcher\launch4j\bin\ld.exe: 
C:\cygwin\home\Brian\arduino\build\windows\launcher\launch4j\head\guihead.o
: No such file: No such file or directory
launch4j: net.sf.launch4j.ExecException: Exec failed(1): 
[Ljava.lang.String;@186db54

What version of the Arduino software are you using? On what operating
system?  Which Arduino board are you using?

not applicable, yet

Please provide any additional information below.

Original issue reported on code.google.com by brian_st...@msn.com on 29 Aug 2009 at 9:24

GoogleCodeExporter commented 9 years ago
windows vista

Original comment by brian_st...@msn.com on 29 Aug 2009 at 9:25

GoogleCodeExporter commented 9 years ago
manual build of guihead performed
gets past this probelm,
next problem, can not stat arduino.exe

Original comment by brian_st...@msn.com on 30 Aug 2009 at 11:57

GoogleCodeExporter commented 9 years ago
the current make.sh does not attempt to build arduino.exe
and doesnt change into the launcher directory

attached is my modified make.sh
not production quality as it contains a few extraneous echos for my own use

Original comment by brian_st...@msn.com on 30 Aug 2009 at 1:53

Attachments:

GoogleCodeExporter commented 9 years ago
I committed guihead.o and head.o.  It should work now.  You'll need to svn 
update 
and delete build/windows/work.

Original comment by dmel...@gmail.com on 7 Sep 2009 at 4:48