Did you do the platform selection correctly? It seems that maketool does not understand the platformyou give. (examples of the correct platforms are: WINSCW, AMRV5, GCCE, THUMB)
Type: Posts; User: kriipine; Keyword(s):
Did you do the platform selection correctly? It seems that maketool does not understand the platformyou give. (examples of the correct platforms are: WINSCW, AMRV5, GCCE, THUMB)
Hi,
What kind of command you give when this error occures?
Have you tried to compile the project from CW?
Please read SDK release notes. There you can find needed Perl version.
Have you installed Perl to your PC?
Hi,
The most reliable and up to date information you can get if you mail directly to sales.codewarrior@nokia.com. They will help you to solve your version problem.
Hi,
The mmp import should work without any problems.
Have you checked that path to your workspace does not contain spaces?
Hi,
As petrib allready mentioned difference between CW OEM and PRO is the Stop mode debugging which is used with development board during the new phone development. If you are just doing...
Have you succeeded to import any example applications?
what IDE and what version of the IDE you are using?
Hi,
CodeWarrior 3.1 and later supports Symbian OS 7.0 and later versions and you are using nS60_v1_2_for_MW SDK which is based on Symbian OS 6.1. This might cause some problems but I'm not sure if...
Hi,
If you want to use on-devoce debugging you need special ROM image to your N70 and that might be almost impossible to get. The TRK.sisx packet does not work on pre S60 3.0 environments due to...
Please could you inform what application you compiled when this linke error appeared so we can reproduce it.
Hi,
When you are compiling the project with GCCE compiler Carbide automatically tries to generate .sis installation packet which you can then install to your phone. Before .sis packet can be done...
Hi,
For Java development there is Carbide.J tool. Please see following link:
http://www.forum.nokia.com/main/0,6566,1_84,00.html
Hi,
Please see following thread:
http://discussion.forum.nokia.com/forum/showthread.php?t=79246
And you need to use CodeWarrior Pro edition to be able to start on-target debugging session.
Hi,
If you can not find it from the Installed folder of your phone you do not have it. Your phone supports TRK but it is not included in the Rom image of your phone by default. You need to install...
Hi,
First you have to check that you have it on the device side. First open the installed folder from your phones application menu. If you find TRK application from that folder then just select...
Hi,
Did you compile your application again with GCCE compiler included in the Carbide IDE? When you compile the project with GCCE compiler the .sis packet should be generated automatically. For...
Hi,
The problem is that resource compilation was not done or it failed. Resource compilation generates .rsg header files which are needed during the application compilation. I think that you need...
Hi,
There is no way to get any event data from the phone directly to your PC without On-Target debugging tool. You can try to generate logging messages to your application code to generate event...
Hi,
Do you mean in actual phone?
If you want to capture events or from your phone or debug your application on the phone then you need to use something else than Carbide C++ Express. With...
Hi,
The main issue here is that resource files are included in bld.inf file . When you use CW IDE .mmp import it ignores bld.inf totally and uses only .mmp files to open the project to IDE. That...
Hi,
There will be three different Carbide C++ editions:
Carbide C++ Express
Carbide C++ Developer
Carbide C++ Professional
Developer corresponds the CW 3.1 Pro and Professional corresponds...
Hi,
Here is the list of phones whihc supports On-traget debugging at the moment:
3250, E60, E61, E70, N71, N80, N91, E62, N93. CodeWarrior itself does not restrict the debugging the restriction...
Hi,
You can use CodeWarrior 3.1 (or CW 3.1.1 which you can upgrade for free) Pro or OEM editions for the On-target debugging. Supported phones are those which are based on S60 3.0 or later...
Please could you specify more closely what you want to know.