public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "jdebernitz@stephan-gmbh.com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c/56931] New: Multi Threading
Date: Fri, 12 Apr 2013 08:16:00 -0000	[thread overview]
Message-ID: <bug-56931-4@http.gcc.gnu.org/bugzilla/> (raw)


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56931

             Bug #: 56931
           Summary: Multi Threading
    Classification: Unclassified
           Product: gcc
           Version: 4.6.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: jdebernitz@stephan-gmbh.com


Hello,


I have a problem when compiling my application.
I use a PC with the i7-3770 processor with 4 cores and Hyper-Threading. If I
break at the command make-j8 this from now more awake.
My guess is that the compiler does not get along with the paths.

a coarse view from my source dateinen available here:

   $ (SRC_PATH) / Main / src / main.cpp \
   $ (SRC_PATH) / config / src / init.c \
   $ (SRC_PATH) / sound generator / src / EVE_Sound.c \
   $ (SRC_PATH) / Uart/src/StLibAscInternUc3c.c \
   $ (SRC_PATH) / Uart/src/StLibAscExternUc3c.c \
   $ (SRC_PATH) / MasimoSpO2/src/StLibMasimo_get.c \
   $ (SRC_PATH) / MasimoSpO2/src/StLibMasimo_set.c \
   $ (SRC_PATH) / MasimoSpO2/src/StLibMasimo_receive.c \
   $ (SRC_PATH) / MasimoSpO2/src/StLibMasimo.c \
   $ (SRC_PATH) / StormCO2/src/Send_StormCO2.c \
   $ (SRC_PATH) / StormCO2/src/EVE_StormCO2Receive.c \
   $ (SRC_PATH) / StormCO2/src/EVE_StormCO2.c \
   $ (SRC_PATH) / DAC / src / dac.c \

Now when the compiler splits the files in the first eight cores, it happened
that he invests with mkdir twice following path:

  $ (SRC_PATH) / UART / src

following message on the console brings the compiler:
A directory or a file with the name ".. \ .. \ EVE \ 070_71_src \ UART \ src \"
already exists.

If I change the sequence in the config.mk file, it works but it gets but nu.


I use gcc version 4.6.2 from Atmel.

I hope you can help me further.

greeting


             reply	other threads:[~2013-04-12  8:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-12  8:16 jdebernitz@stephan-gmbh.com [this message]
2013-04-12 11:36 ` [Bug other/56931] " pinskia at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-56931-4@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).