Questions tagged [solaris-studio]

Oracle Solaris Studio, Oracle's advanced C, C++ and Fortran development tool suite, delivers the latest in compiler optimizations, multithread performance, and powerful analysis tools for the best application performance and reliability on Oracle Solaris, Oracle Linux, and Red Hat Enterprise Linux operating systems.

Oracle Solaris Studio, Oracle's advanced C, C++ and Fortran development tool suite, delivers the latest in compiler optimizations, multithread performance, and powerful analysis tools for the best application performance and reliability on Oracle Solaris, Oracle Linux, and Red Hat Enterprise Linux operating systems.

Home: http://www.oracle.com/technetwork/server-storage/solarisstudio/overview/index.html

41 questions
0
votes
0 answers

Lambda initialization error with Solaris Studio compiler

Lambda defined in templated class constructor compiles and works on GCC 5.5, but get error on Solaris Studio (former SunPRO) 12.6. m_method_ptr = [](void* object_ptr, func_ptr_type, ARGS... args) -> R { return…
user9064391
0
votes
1 answer

Search for symbol in Oracle Solaris

ALL, First apologies if this belongs to Unix/Linux part of SO. But this question has a very thin line between those 2. If you feel I should post there let me know and I will move it. So here goes: Im trying to compile a program on Oracle Solaris…
Igor
  • 5,620
  • 11
  • 51
  • 103
0
votes
1 answer

Override hwcap_2 in mapfile on Solaris x86 platforms

We have a library that guards runtime paths. If a cpu feature is available then a faster code path is taken. We are trying to add an AVX2 code path on Solaris 11.3. On an old, downlevel machine without AVX2 we are experiencing: $ ./cryptest.exe…
jww
  • 97,681
  • 90
  • 411
  • 885
0
votes
0 answers

C++ on Solaris: How to cope with "Formal argument" wrongly passed error?

I am trying to compile the SMT solver Z3 (Version 4.5.0) from Microsoft Research on a Solaris 10 (Sparc) with Solaris Studio 12.3 (and this is due to constraints that I cannot change, so please do not hint to gcc/g++). I already had to make some…
John Smith
  • 771
  • 8
  • 25
0
votes
2 answers

Configure GRADLE to use CC compiler on SunOS 11

Is it possible to use GRADLE with Solaris Studio CC/cc compiler on SunOS.
bhardwajhp
  • 43
  • 1
  • 8
0
votes
0 answers

Linking on Solaris with Developer Studio 12.5

I am experiencing some problems linking on Solaris 11.3 using Developer Studio 12.5. The code appears to compile fine, but fails at the link stage: CC -o bin/libBlah.so -mt -G -z defs -fast -s -KPIC -xarch=generic \ -M mapfiles/solaris.map…
Jon
  • 1,675
  • 26
  • 57
0
votes
1 answer

Sun Studio and "", line 1 : Illegal flag (-)

I'm trying to track down the problem that's producing an assembler error "", line 1 : Illegal flag (-) on Solaris 11.3 (x64) under Sun Studio 12.3. The Sun Studio compiler is a special kind of hell. $ echo $CXX /opt/solarisstudio12.3/bin/CC $ cat…
jww
  • 97,681
  • 90
  • 411
  • 885
0
votes
0 answers

Can't run memory access checking on Solaris sample project

When I run memory access checking on the sample project provided by Oracle with Oracle Solaris Studio, I ran into this error message: Please re-config Project memorychecks to be compiled with Oracle Solaris Studio12 Update 3 or higher. I tried to…
Ryan
  • 1
0
votes
1 answer

C++ pass by reference changing pointer values on me in LP64. What should I look at?

I'm deep inside an old rev (1.3.4) of synergy-project.org, building it on Solaris Studio 12.4 There are 2 places in this program where a function is called with a pointer for argument, and the pointer gets mangled on the way in. Compiling and…
0
votes
1 answer

How to build Boost V1.57 using the Solaris Studio 12.4 compiler

I tried to build Boost V1.57 with the brand new Solaris Studio 12.4 compiler on the Intel Solaris V11.2 platform. I tried to post the errors on the OTN development forum but it turned out that my simple OTN account does not let me add new posts.…
András Aszódi
  • 8,948
  • 5
  • 48
  • 51
1 2
3