Jump to content

Saikat

Members
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Saikat's Achievements

Member

Member (1/2)

0

Reputation

  1. Thanks Ameya!! Being from a very different background it helps really as of now.
  2. Hi, I am new to SystemC programming. I started implementing from scratch. My intention is to develop TLM models depicting different processor subsystems. I have two questions regarding compilation. 1. Can we use gcc or we should use g++ only? 2. I want to enable all the possible warnings for debug purposes. I am using the following switches. I will appreciate if you please comment regarding the switches. -pedantic -Wall -Wextra -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wdisabled-optimization -Wformat=2 -Winit-self -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wnoexcept -Wold-style-cast -Woverloaded-virtual -Wredundant-decls -Wshadow -Wsign-conversion -Wsign-promo -Wstrict-null-sentinel -Wstrict-overflow=5 -Wswitch-default -Wundef -Werror -Wno-unused Thanks in advance. Best regards SC
×
×
  • Create New...