Compiling Allbest - Error - page 2 - General Discussion and Assistance - CHDK Forum

Compiling Allbest - Error

  • 22 Replies
  • 13770 Views
Re: Compiling Allbest - Error
« Reply #10 on: 10 / February / 2008, 14:48:49 »
Advertisements
Deleted
« Last Edit: 22 / April / 2008, 11:29:34 by Barney Fife »
[acseven/admin commented out: please refrain from more direct offensive language to any user. FW complaints to me] I felt it imperative to withdraw my TOTAL participation. Nobody has my permission, nor the right, to reinstate MY posts. Make-do with my quoted text in others' replies only. Bye

*

Offline GrAnd

  • ****
  • 916
  • [A610, S3IS]
    • CHDK
Re: Compiling Allbest - Error
« Reply #11 on: 10 / February / 2008, 16:36:15 »
Interesting. Owner name was displayed on Page 0, Parameter #7. Total shoot count on #1 here too. Neat! (this is on the S3)

Does this mean it could be written to with a simple set_prop 7 NewName ?
PropertyCases and Parameters are two different things.
AFAIK, Parameters are stored somewhere in NVRAM.
CHDK Developer.

Re: Compiling Allbest - Error
« Reply #12 on: 10 / February / 2008, 18:03:02 »
Deleted
« Last Edit: 22 / April / 2008, 11:29:52 by Barney Fife »
[acseven/admin commented out: please refrain from more direct offensive language to any user. FW complaints to me] I felt it imperative to withdraw my TOTAL participation. Nobody has my permission, nor the right, to reinstate MY posts. Make-do with my quoted text in others' replies only. Bye

Re: Compiling Allbest - Error
« Reply #13 on: 11 / February / 2008, 00:46:11 »
Interesting. Owner name was displayed on Page 0, Parameter #7. Total shoot count on #1 here too. Neat! (this is on the S3)

Does this mean it could be written to with a simple set_prop 7 NewName ?

Also for G7 it is parameter #7.


Re: Compiling Allbest - Error
« Reply #14 on: 11 / February / 2008, 00:49:04 »
Interesting. Owner name was displayed on Page 0, Parameter #7. Total shoot count on #1 here too. Neat! (this is on the S3)

Does this mean it could be written to with a simple set_prop 7 NewName ?
PropertyCases and Parameters are two different things.
AFAIK, Parameters are stored somewhere in NVRAM.

Is there any way to set the parameters via CHDK?

*

Offline GrAnd

  • ****
  • 916
  • [A610, S3IS]
    • CHDK
Re: Compiling Allbest - Error
« Reply #15 on: 11 / February / 2008, 02:29:14 »
Is there any way to set the parameters via CHDK?
Theoretically, yes. Because there are two functions to work with parameters:
long get_parameter_data(long id, void *buf, long bufsize);
long set_parameter_data(long id, void *buf, long bufsize);

But nobody tried to call the second one, AFAIK.
CHDK Developer.

Re: Compiling Allbest - Error
« Reply #16 on: 11 / February / 2008, 02:49:36 »
Is there any way to set the parameters via CHDK?
Theoretically, yes. Because there are two functions to work with parameters:
long get_parameter_data(long id, void *buf, long bufsize);
long set_parameter_data(long id, void *buf, long bufsize);

But nobody tried to call the second one, AFAIK.

It's working!

Thank you GrAnd!

*

Offline zeno

  • *****
  • 891
Re: Compiling Allbest - Error
« Reply #17 on: 26 / February / 2008, 13:23:59 »
I'm attempting to compile the latest Allbest source. I have no problems compiling Grand - but that does not appear to support the A570. However, the latest Allbest source zip appears to be in the trunk - the Allbest branch zip file is empty. Then when I try to compile I get the message "No rule to make target 'fir'.

Clearly I've not set up the file tree properly. Can someone help a newbie?
A570, S100, Ixus 127
Author of ASSIST, STICK, WASP, ACID, SDMInst, LICKS, WICKS, MacBoot, UBDB, CFGEdit


*

Offline whim

  • ******
  • 2046
  • A495/590/620/630 ixus70/115/220/230/300/870 S95
Re: Compiling Allbest - Error
« Reply #18 on: 26 / February / 2008, 13:54:05 »
Things to check (assuming Windows)
1. unpack ZIP with subdirs
2. have you added the full path to gcc/bin to your 'path' environment variable ?

example: i have a dir E:\CHDK, with subdir trunkxxx --> contains trunk files
and subdir gcc --> contains development kit.
So I had to add to my PATH  ";E:\CHDK\gcc\bin"

wim

*

Offline zeno

  • *****
  • 891
Re: Compiling Allbest - Error
« Reply #19 on: 26 / February / 2008, 14:11:10 »
There's no problem with running gcc - as I said, I can build using the Grand branch. My problem is that (a) I don't have any files in the Allbest branch (because the zip file appears to be empty) and (b) when I try to compile from the empty Allbest branch (or the trunk) I get the message "No rule to make target 'fir'.

How do I populate the Albest branch so it will compile? I tried copying the files from the trunk (which appear to be Allbest's) into the Allbest branch but that didn't work.
A570, S100, Ixus 127
Author of ASSIST, STICK, WASP, ACID, SDMInst, LICKS, WICKS, MacBoot, UBDB, CFGEdit

 

Related Topics