You Are Here:

Community: Developer Discussion Boards

#1 Old Carbidec++ not working with vista - 2007-09-25, 12:11

Join Date: Feb 2005
Posts: 68
arunpirku
Offline
Regular Contributor
Hi

I am using carbide 1.2 c++ (trial version) in windows vista. Since carbide is not for vista, i did migration proceedure stated in (link)
http://wiki.forum.nokia.com/index.ph...Vista_%28tm%29

After this the carbide got instaled and started correctly.

But, i imported a project from bld.inf and upon building the build doesn't happen.
It shows the following error

===Build Command = /c abld build WINSCW UDEB -v===
C:\Windows\system32\cmd.exe /c abld build WINSCW UDEB -v
Bareword "GCCE" not allowed while "strict subs" in use at \Symbian\9.2\S60_3rd_FP1_5\EPOC32\BUILD\Symbian\digi\group_sym9_http\/Platform.pm line 14.
Bareword "GCCE" not allowed while "strict subs" in use at \Symbian\9.2\S60_3rd_FP1_5\EPOC32\BUILD\Symbian\digi\group_sym9_http\/Platform.pm line 25.
Compilation failed in require at C:\Symbian\9.2\S60_3rd_FP1_5\epoc32\tools/ABLD.PL line 166.
BEGIN failed--compilation aborted at C:\Symbian\9.2\S60_3rd_FP1_5\epoc32\tools/ABLD.PL line 166.

Could anyone help me for this?

regards
arun
Reply With Quote

#2 Old Re: Carbidec++ not working with vista - 2007-09-25, 15:02

Join Date: Dec 2004
Posts: 320
Location: Austin, TX
timm-ah's Avatar
timm-ah
Offline
Forum Nokia Expert
Are you using Perl 5.6.1?

Tim
Reply With Quote

#3 Old Re: Carbidec++ not working with vista - 2007-10-01, 16:24

Join Date: Feb 2005
Posts: 68
arunpirku
Offline
Regular Contributor
Oh.
This was a simple mistake from my side. I use edit plus to edit the gcce.mk file and that created all issues. I removed the gcce.mk.bak file created by edit plus and everything started working.

BTW i followed what is described in
http://wiki.forum.nokia.com/index.ph...Vista_%28tm%29
Reply With Quote

#4 Old Re: Carbidec++ not working with vista - 2009-06-10, 13:44

Join Date: Jan 2005
Posts: 155
Location: Malmö, Sweden
olhed
Offline
Regular Contributor
I suddenly get this problem too...
The weird thing is I've had 5.0 v1.0 installed before on this same machine, and then it worked fine.

I deinstalled it a week ago, just to realize this week I need it again.

I reinstalled, applied the patch, and I get this in my face...

I'm using Perl 5.6.1, and Carbide 2.0, and trying to use S60 5.0 v1.0 with Vista.

3.2 still works fine thankfully.

Any hint would be very much appreciated.
Reply With Quote

#5 Old Re: Carbidec++ not working with vista - 2009-06-10, 13:55

Join Date: Oct 2006
Posts: 2,535
Location: Helsinki, Finland
Symbian_Neil's Avatar
Symbian_Neil
Offline
Forum Nokia Champion
Quote:
Originally Posted by olhed View Post
I suddenly get this problem too...
The weird thing is I've had 5.0 v1.0 installed before on this same machine, and then it worked fine.

I deinstalled it a week ago, just to realize this week I need it again.

I reinstalled, applied the patch, and I get this in my face...

I'm using Perl 5.6.1, and Carbide 2.0, and trying to use S60 5.0 v1.0 with Vista.

3.2 still works fine thankfully.

Any hint would be very much appreciated.
If I am not mistaken, you no-more need to install any patch. Issue might be something else. Consider checking console for correct error description.


- Neil R.Bhasme -
Reply With Quote

#6 Old Re: Carbidec++ not working with vista - 2009-06-10, 14:17

Join Date: Jan 2005
Posts: 155
Location: Malmö, Sweden
olhed
Offline
Regular Contributor
Thanks,

Solved it.
Seems when I de-installed the sdk last week, it left the BUILD folder, and even though I re-installed in the exact same dir and everything, there was some kind of incompatibility.

removing the BUILD folder (as suggested in another thread) solved the issue.
Reply With Quote

#7 Old Re: Carbidec++ not working with vista - 2009-08-07, 23:55

Join Date: Mar 2003
Posts: 11
liammurray
Offline
Registered User
In my case I ran into this because I had edited epoc32\tools\compilation_config\gcce.mk (to make changes to the level of optimization). Prior to editing gcce.mk I saved a copy of the original as gcce-orig.mk. I fixed the issue by simply renaming that file to gcce-orig.mk_. It appears some script is loading all *.mk files from this dir.

// Orig error:
C:\S60\devices\S60_5th_Edition_SDK_v1.0\S60CppExamples\Listbox\group\BLD.INF:0:
malformed option `-D GCCE-ORIG=_____GCCE-ORIG'
BLDMAKE ERROR: ERROR: cpp.exe returned non-zero exit status (8448)
cpp.EXE -undef -nostdinc -+ -I "C:\S60\devices\S60_5th_Edition_SDK_v1.0
\epoc32\include" -I . -I "C:\S60\devices\S60_5th_Edition_SDK_v1.0\S60CppExamples
\Listbox\group\" -D GCCE-ORIG=_____GCCE-ORIG -D EPOC32=_____EPOC32 -D MARM=_____
MARM -D EABI=_____EABI -D GENERIC_MARM=_____GENERIC_MARM -D MARM_ARMV5=_____MARM
_ARMV5 -I "C:\S60\devices\S60_5th_Edition_SDK_v1.0\epoc32\include\variant" -inc
lude "C:\S60\devices\S60_5th_Edition_SDK_v1.0\epoc32\include\variant\Symbian_OS.
hrh" "C:\S60\devices\S60_5th_Edition_SDK_v1.0\S60CppExamples\Listbox\group\BLD.I
NF"
Reply With Quote
Reply « Previous Thread | Next Thread »
Display Modes
Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules

You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Forum Jump
Similar Threads
Thread Thread Starter Forum Replies Last Post
help with n95 working with lifeblog on vista miremare PC Suite API and PC Connectivity SDK 2 2007-08-08 18:11
Wireless toolkit doesn't work on Vista MobileVisuals Mobile Java Tools & SDKs 1 2007-07-25 17:04
Auto Start is working file in emulator but not working in device(3660) dtripathy General Symbian C++ 2 2006-03-11 10:29
sendRedirect not working nicole_yap Mobile Java General 0 2005-09-16 04:35
7650 / BlueUSB Bluetooth USB dongle / PC-suite not working! mahaikol Bluetooth Technology 7 2002-12-28 07:47

Rate This

 
Bookmark this page: DeliciousDiggFacebookGoogleYahooStumbleUponRedditDiigoTechnocratiTwitter  Share this page Share this page Print this Page Print this page Invite a friend Invite a friend
京ICP备05048969号    Email Newsletters Press Terms & Conditions Privacy Policy Sitemap Contact Us © 2009 Nokia