Windows GUI for trunk building - page 64 - General Discussion and Assistance - CHDK Forum

Windows GUI for trunk building

  • 771 Replies
  • 319706 Views
*

Offline lyzby

  • **
  • 52
Re: Windows GUI for trunk building
« Reply #630 on: 18 / February / 2012, 12:17:12 »
Advertisements
@whim "... can you provide a scenario to make it crash?"

First-time user.  I downloaded and unzipped v340.  It opened fine with r300.  I enabled the internet, it downloaded r1677, and immediately crashed with the message shown.  I downloaded and installed the v342 upgrade--same thing.  I downloaded and installed the v343 upgrade--again the same.

I then downloaded v340 again and put it in a new folder.  I didn't enable the internet, but archived, unzipped, and moved r1632 to the trunk folder (some posts above indicated that all was well there).  I selected that branch and compiled and everything works just fine.

Now back in the initial folder when I execute any of the three executables, I just get "Initializing" and then that goes away and nothing at all happens.

I have, in any case, gotten the program to work with r1632--thank you for your efforts.  If no one else is reporting this problem, perhaps we can just wait for another release and I can try again.

*

Offline Pier

  • ***
  • 128
Re: Windows GUI for trunk building
« Reply #631 on: 18 / February / 2012, 12:59:46 »
@lyzby,
Quote
Now back in the initial folder when I execute any of the three executables, I just get "Initializing" and then that goes away and nothing at all happens.
This happens on my side when there is no trunk in trunk folder.There must be TRUNKxxxx  with content - Not Empty Folder.Proven many times....

*

Offline lyzby

  • **
  • 52
Re: Windows GUI for trunk building
« Reply #632 on: 18 / February / 2012, 16:19:51 »
I made a copy of the working chdk-shell and enabled the internet.  It downloaded r1679.  I ran v340 and it failed as before, with the "subscript" message.  I copied in v343 and it ran just fine.  So I guess I am good going forward.

Thanks much for your trouble.

Re: Windows GUI for trunk building
« Reply #633 on: 27 / February / 2012, 21:02:47 »
Hi,
I tried updating to 343, by first updating to 340 then 343.  Now I get this message when compiling
arm-elf-gcc.exe: Wl,--start-group: No such file or directory
arm-elf-gcc.exe: Wl,--end-group: No such file or directory
C:\JonH\CHDK\gcc4\bin\gmake.exe[1]: *** [main.elf] Error 1
gmake: *** [all-recursive] Error 1


I also get an error on startup:

ptpCamGui_Obfuscated.au3
not-found - maybe download problems ?
...

What did I do?
« Last Edit: 27 / February / 2012, 21:59:40 by hiker_jon »

Re: Windows GUI for trunk building
« Reply #634 on: 28 / February / 2012, 12:14:32 »
Hi,
I should have mentioned that I get the error with 3.43 when compiling an old build 1456.  I have reverted back to 3.39 which compiles the old build.

Both 3.43 and 3.39 get the ptpCamGui_Obfuscated.au3 not found error when starting up.
Jon

*

Offline whim

  • ******
  • 2046
  • A495/590/620/630 ixus70/115/220/230/300/870 S95
Re: Windows GUI for trunk building
« Reply #635 on: 28 / February / 2012, 14:27:47 »
@hiker_john

Thanks, will look into it ASAP

wim

*

Offline rudi

  • ***
  • 129
  • A590IS_101B, SX260HS_100B
Re: Windows GUI for trunk building
« Reply #636 on: 24 / March / 2012, 10:09:09 »
Hi whim,
something is wrong on generation localbuildconf.inc.
Since rev. 1763 we have the new OPT_DE_VERSION option, but localbuildconf.inc have an OPT_DEFAULT_LANG entry before that. In this case isn't show the option text in "compile options" dialog and the checkbox value is also wrong.
Attached is unchanged localbuildconf.inc after "Reset Build Options". Notice also multiple OPT_DEFAULT_LANG entries.

rudi

*

Offline whim

  • ******
  • 2046
  • A495/590/620/630 ixus70/115/220/230/300/870 S95
Re: Windows GUI for trunk building
« Reply #637 on: 28 / March / 2012, 21:41:22 »
Hi rudi,

First of all: Sorry for late reply, was offline for a couple of days.
Yes, I noticed the OPT_DEFAULT_LANG duplication - it has been added it to the 'to do' list

PS Have you noticed that some of the newer Canon ixus (ex. ixus510hs / elph530hs) now use microSD ?
Wonder how that will affect CHDK's DISKBOOT.BIN operation (AFAIK microSD does not have write-protect switch)

cheers,

wim

*

Offline dvip

  • ****
  • 451
Re: Windows GUI for trunk building
« Reply #638 on: 28 / March / 2012, 22:47:05 »
Hi wim,

With Shell v.3.43 and build 1772
I am getting an error and no zip files in the bin folder. Here is what I get:


========== C:\CHDK\TRUNK\TRUNK1772\BIN\LOGS\ERR-A590-101B.TXT ==========

cp: cannot create regular file `..//CHDK/DATA/logo.dat': No such file or directory
C:\chdk\gcc451\bin\gmake.exe[1]: *** [all] Error 1
gmake: *** [all-recursive] Error 1




*

Offline whim

  • ******
  • 2046
  • A495/590/620/630 ixus70/115/220/230/300/870 S95
Re: Windows GUI for trunk building
« Reply #639 on: 29 / March / 2012, 06:52:29 »
Hi dvip !

Although there's still many things out of whack in CHDK-Shell, this one definitely is an error in trunk 1772.

Try changing (in /CHDK/Makefile)
Quote
   cp $(topdir)/CHDK/$(LOGO) $(topdir)/CHDK/DATA/$(LOGO)
to
Quote
   mkdir -p  $(topdir)CHDK/DATA
   cp $(topdir)CHDK/$(LOGO) $(topdir)CHDK/DATA/$(LOGO)

Actually, this is 2 errors:
1) no '/' needed after $(topdir)
2) trying to write to a non-existant dir /CHDK/DATA

hope that helps,

wim

 

Related Topics


SimplePortal © 2008-2014, SimplePortal