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 269876 - On Windows "C/C++ Project from Binary Files" wizard ignores *.o and *.a files
Summary: On Windows "C/C++ Project from Binary Files" wizard ignores *.o and *.a files
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-20 13:27 UTC by soldatov
Modified: 2017-04-19 10:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
test.o file (9.17 KB, application/octet-stream)
2017-02-20 13:27 UTC, soldatov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2017-02-20 13:27:17 UTC
Created attachment 163669 [details]
test.o file

test.cpp file:

int main() {
    return 0;
}

Build command:
g++ -g3 -gdwarf-2 -c -o test.o test.cpp

Scenario:
- Call "C/C++ Project from Binary Files" wizard
- Select test.o file in Binaries Files field
==> On Windows only I see "Unsupported format of binary file C:\tmp\test.o" red message
Comment 1 soldatov 2017-02-22 11:07:31 UTC
Same message (Unsupported format of binary file) I see If I selects *.a files too.
Comment 2 Alexander Simon 2017-03-20 12:24:01 UTC
fixed in enum, branch release82, changeset 608c732b54bc
Comment 3 Quality Engineering 2017-04-11 01:53:49 UTC
Integrated into 'main-silver', will be available in build *201704110002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/12dfac3d6d90
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #269876 On Windows "C/C++ Project from Binary Files" wizard ignores *.o and *.a files
(transplanted from 608c732b54bcde4863eb10ea7a9e57eceaffb397)
Comment 4 ilia 2017-04-12 12:49:48 UTC
https://netbeans.org/bugzilla/show_bug.cgi?id=269876 Changesets:
    http://hg.netbeans.org/releases/rev/608c732b54bc # fixed Bug #269876 On Windows "C/C++ Project from Binary Files" wizard ignores *.o and *.a files
Comment 5 soldatov 2017-04-19 10:20:00 UTC
Verified in NetBeans IDE 8.2 (Build 201704181436)