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 163478 - Performance Debug: -xhwcprof doesn't exist on Linux
Summary: Performance Debug: -xhwcprof doesn't exist on Linux
Status: RESOLVED WORKSFORME
Alias: None
Product: cnd
Classification: Unclassified
Component: Toolchain (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-23 12:59 UTC by soldatov
Modified: 2010-04-27 11:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2009-04-23 12:59:13 UTC
/shared/dp/sstrunk/biweekly/inst/intel-Linux.inst/opt/sun/sunstudio12.1/bin/cc -c -g -xO3 -xhwcprof -o
build/Debug/SunStudio_12.1-Linux-x86/io.o src/io.c
cc: Warning: Option xhwcprof is not available on x86/x64 Linux platform, ignored

Scenario:
- Create InputOutput sample
- In 'project properties' window set SunStudio12.1 as Tool collection
- In 'project properties' window set 'Performance Debug' as Development Mode
- Build project
==> Output tab contains warning

dmake: defaulting to parallel mode.
See the man page dmake(1) for more information on setting up the .dmakerc file.
ifdefqe-02 --> 1 job
ifdefqe-02 --> 2 jobs
/shared/dp/sstrunk/biweekly/inst/intel-Linux.inst/opt/sun/sunstudio12.1/bin/dmake -f nbproject/Makefile-Debug.mk
SUBPROJECTS= .build-conf
/shared/dp/sstrunk/biweekly/inst/intel-Linux.inst/opt/sun/sunstudio12.1/bin/dmake  -f nbproject/Makefile-Debug.mk
dist/Debug/SunStudio_12.1-Linux-x86/inputoutput_3
ifdefqe-02 --> 1 job
mkdir -p build/Debug/SunStudio_12.1-Linux-x86/src
cc   -c -g -xO3 -xhwcprof -o build/Debug/SunStudio_12.1-Linux-x86/src/io.o src/io.c
ifdefqe-02 --> Job output
mkdir -p build/Debug/SunStudio_12.1-Linux-x86/src
cc   -c -g -xO3 -xhwcprof -o build/Debug/SunStudio_12.1-Linux-x86/src/io.o src/io.c
cc: Warning: Option xhwcprof is not available on x86/x64 Linux platform, ignored
ifdefqe-02 --> 1 job
mkdir -p dist/Debug/SunStudio_12.1-Linux-x86
cc    -o dist/Debug/SunStudio_12.1-Linux-x86/inputoutput_3 build/Debug/SunStudio_12.1-Linux-x86/src/io.o  
BUILD SUCCESSFUL (total time: 3s)
Comment 1 Alexander Simon 2010-04-27 11:27:03 UTC
fixed long before