This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 252436 - Cant recognize Extern veriable
Summary: Cant recognize Extern veriable
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: MPLAB X IDE (show other bugs)
Version: 8.0
Hardware: Macintosh Mac OS X
: P1 normal (vote)
Assignee: vincesheard
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-16 22:18 UTC by szohar
Modified: 2015-05-19 09:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (75.35 KB, text/plain)
2015-05-16 22:18 UTC, szohar
Details
Please see an attachment (38.61 KB, application/zip)
2015-05-16 22:24 UTC, szohar
Details

Note You need to log in before you can comment on or make changes to this bug.
Description szohar 2015-05-16 22:18:37 UTC
Product Version = MPLAB X IDE v3.00
Operating System = Mac OS X version 10.10.3 running on x86_64
Java; VM; Vendor = 1.7.0_71
Runtime = Java HotSpot(TM) 64-Bit Server VM 24.71-b01
Hi,

I am trying to set few variables as external:

extern float A[VECLEN][2] ;
extern float Ham[VECLEN] ;

As you can see from the error messages, those variables are not recognized by the compiler.

I was also tried to set global variables (same variables) and the compiler doesn't recognize this as globals, please see Globals.h

Your prompt help will be greatly appreciated. 

Thanks,
Sharon
Comment 1 szohar 2015-05-16 22:18:40 UTC
Created attachment 153705 [details]
IDE log
Comment 2 szohar 2015-05-16 22:24:22 UTC
Created attachment 153706 [details]
Please see an attachment