Everything but the final step to .sis
| Sun, 2006-01-29 11:39 | |
|
Hello, I've just updated my SDK from edition 1 to 2 and I'm trying to reconstruct my earlier ways of operation. As of now, everything works but the final step of creating an ARMI UREL .sis. As it seems, one rather important file the .pkg file would call for, Application.app, can't be found in the location it is supposed to be in, namely, ...\data\z\system\apps\Application. The file is generated without any error message and it resides in ...\release\armi\urel\ . How is it supposed to be copied into the first directory for Makesis to be picked up and what might be the reason for not being copied in my case? If it matters, I don't use any IDE, just plain old command line. Thanks, Gábor Bye, |
|






Forum posts: 1233
You should change your .pkg file to get it from this location instead.
Forum posts: 112
Thanks,
 Gábor
Bye,
Gábor
Forum posts: 1233
I didn't mean that you should make the path absolute, just that the file is now generated to \epoc32\release\armi\urel\ instead of \epoc32\data\z\system\apps\
\epoc32\release\<platform>\<urel|udeb> is the standard place all current SDK uses for generating its output, therefore you should rather change your pkg, then try to copy your .app-file to a nonstandard location just because you don't want to change your .pkg...
If you then choose to point out this location with a relative path or an absolute path in your .pkg is entirely up to you.
EDITNOTE: I havn't used any SDK wich ouputs to \epoc32\data\z\system\apps\, but I have mainly used 7.0 and above. From your post it sounded like your old SDK generated its output there though
Forum posts: 112
Bye,
Gábor