Questions tagged [sunstudio]

Oracle Developer Studio, formerly Oracle Solaris Studio, Sun Studio, Forte, & Sun Workshop, includes compilers for C, C++, and Fortran; an IDE and debugger; performance and code analyzers; and other tools for developing on the Solaris and Linux OS'es.

Oracle Developer Studio is a developer tool suite Oracle acquired when it bought Sun Microsystems. At Sun it went through many names, including Sun Studio, Forte, Sun Workshop, and SunPro.

The suite currently includes compilers for C, C++, and Fortran; an IDE based on NetBeans; an enhanced version of the classic Unix dbx debugger; performance, thread, and code analyzers; and other tools for developing & debugging on the Solaris and Linux OS'es.

Documentation is available from http://www.oracle.com/technetwork/server-storage/solarisstudio/documentation/index.html.

Downloads and more information can be found at Oracle’s Solaris Studio web page.

74 questions
0
votes
0 answers

Error: Cannot use vector unsigned long long[2] to initialize vector unsigned long long[2]

We are testing under Sun Studio 12.3. We are catching a compiler error that's not present under 12.4 and later. Its not present under 12.1 and earlier, but that's because the compiler has trouble with AES instructions. Its also not present under…
jww
  • 97,681
  • 90
  • 411
  • 885
0
votes
3 answers

What repository needs to be enabled for Sun Studio 12.5?

We are part of the Oracle OTN Network. Oracle Solaris Studio publisher is installed (enabled?) and allows us to support up to Sun Studio 12.4. We want to add support for Sun Studio 12.5 for the next release. We tried to install Sun Studio 12.5…
jww
  • 97,681
  • 90
  • 411
  • 885
0
votes
2 answers

OracleSolaris 11.2 -- toolchain to use

There is two options - SunStudio or gcc toolchain. What is the common practice to adhere when developing a driver -- make sure it builds with both compilers for 32-bit and 64-bit modes, or pick one compiler and stick to it? Thanks.
Mark
  • 6,052
  • 8
  • 61
  • 129
0
votes
1 answer

Force use Sun Studio to compile (instead of cc) in ./configure under Solaris Sparc 11

I want Compile OpenSSl 1.0.2a. How to Force use Sun Studio to compile (instead of cc) in ./configure under Solaris Sparc 11. What changes need to be done in config file? I have Solaris studio 12.3 installed.When i run config file, it Configured for…
alakamale
  • 25
  • 1
  • 5
0
votes
2 answers

Editing Font Size in Sun Studio 11

How can I change the font size for all the windows in Sun Studio 11? The text in all the windows is very tiny. I can't read the help in the program. One method is to start the program with --fontsize - found this through Googling.. but how can…
user3446781
0
votes
1 answer

Can we use g++ compile code to do performance analysis with Solaris Studio's Performance Analyser?

I am getting the following error while running the collect command $ collect -c on sample bit (warning): Cannot operate on /home/user1/ANALYSIS/SAMPLE_PROGRAM/sample. Ple …
Prashant
  • 115
  • 1
  • 10
0
votes
0 answers

How do you list all processes in SunStudio attach debugger dialog?

I'm using SunStudio 12.3 to debug a C++ CGI. SunStudio runs under my userid, and I have ownership of the executable. However, the CGI process runs with the web server's id, not mine. When I try to attach to the process, I see only processes…
user1772459
  • 191
  • 1
  • 2
  • 8
0
votes
1 answer

How to set environment variables for build

I'm using Sun Studio 12, but I'll take help for any version that you are familiar with. I have a proejct based on existing code and Makefiles. The build toolchain I'm using has various options that are read from environment variables. I see that I…
Eugene S
  • 3,092
  • 18
  • 34
0
votes
1 answer

File format not recognized with GNU gdb 6.4 on Solaris 10

Below details are from a session in a Sun machine running Solaris 10. $ file devli devli: ELF 32-bit MSB executable SPARC Version 1, dynamically linked, stripped $ file a a: ELF 32-bit MSB executable SPARC Version 1, dynamically linked, not…
raghava
  • 236
  • 4
  • 12
0
votes
2 answers

Sun Studio C++ "is not terminated with a newline" warning - how to suppress?

I have ported a fair bit of code from Win to Solaris, one of the issues I have - I am getting a heaps of warnings: Warning: Last line in file is not terminated with a newline. I like warnings - but because of the sheer amount of those I am afraid…
Steve
  • 551
  • 2
  • 8
  • 18
0
votes
1 answer

Why does cout not print extern "C" variable?

Consider the following code: extern "C" { #include } #include int main() { unsigned char a='a'; unsigned char b=some_struct_in_libh->unsignedchar; cout << a << " " << b << endl; //Prints only a …
gcandal
  • 937
  • 8
  • 23
0
votes
1 answer

OracleSolaris how to

All, I just installed OracleSolaris on my desktop and have 2 questions about it: This is a dual boot system with Windows 7. What do I need to do in order for those systems to see each other? I googled "OpenSolaris ntfs mount" but it looks like the…
Igor
  • 5,620
  • 11
  • 51
  • 103
0
votes
1 answer

dbxtool on 64-bit linux won't load 64-bit version of dbx?

I am using the Linux version of dbxtool to debug a 64-bit programme called frankie: file ../support/frankie ../support/frankie: ELF 64-bit LSB executable, AMD x86-64, version 1 (SYSV), for GNU/Linux 2.6.4, dynamically linked (uses shared libs), for…
frankster
  • 1,529
  • 2
  • 16
  • 20
0
votes
1 answer

compile on sun studio 12, run on sun studio 10

I need to compile and link a program for someone to run on a Solaris 10 Sparc 64 bit machine which has Sun Studio 10. I have a machine with Solaris 10 Sparc 64 bit, but I have only been able to find Sun Studio 11 and 12 for download on the Oracle…
user823848
  • 25
  • 7
1 2 3 4
5