From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 125072 invoked by alias); 31 Dec 2018 18:46:25 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 125062 invoked by uid 89); 31 Dec 2018 18:46:25 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=checksum, H*c:alternative X-HELO: mail-it1-f170.google.com Received: from mail-it1-f170.google.com (HELO mail-it1-f170.google.com) (209.85.166.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 31 Dec 2018 18:46:22 +0000 Received: by mail-it1-f170.google.com with SMTP id c9so34647069itj.1 for ; Mon, 31 Dec 2018 10:46:22 -0800 (PST) MIME-Version: 1.0 From: Viktor Bucher Date: Mon, 31 Dec 2018 20:57:00 -0000 Message-ID: Subject: Compiler/linker problem To: cygwin@cygwin.com Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2018-12/txt/msg00246.txt.bz2 **** Build of configuration Debug for project WELMY **** make all 1 [main] make 2228 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. Please report this problem to the public mailing list cygwin@cygwin.com Building file: ../src/main.c Invoking: Andes C Compiler nds32le-elf-gcc -I"/cygdrive/D/PROJETOS/Welmy/Hycon/WELMY/Include" -I"/cygdrive/D/PROJETOS/Welmy/Hycon/WELMY/src" -I"/cygdrive/C/Andestech/AndeSight211RDS/peripheral_lib/16F19_src" -O0 -mcmodel=small -g3 -Wall -mcpu=n801 -c -fmessage-length=0 -fno-schedule-insns -fno-schedule-insns2 -ffunction-sections -fdata-sections -MMD -MP -MF"src/main.d" -MT"src/main.d src/main.o" -o "src/main.o" "../src/main.c" Finished building: ../src/main.c Building file: ../DAC/dac.c Invoking: Andes C Compiler nds32le-elf-gcc -I"/cygdrive/D/PROJETOS/Welmy/Hycon/WELMY/Include" -I"/cygdrive/D/PROJETOS/Welmy/Hycon/WELMY/src" -I"/cygdrive/C/Andestech/AndeSight211RDS/peripheral_lib/16F19_src" -O0 -mcmodel=small -g3 -Wall -mcpu=n801 -c -fmessage-length=0 -fno-schedule-insns -fno-schedule-insns2 -ffunction-sections -fdata-sections -MMD -MP -MF"DAC/dac.d" -MT"DAC/dac.d DAC/dac.o" -o "DAC/dac.o" "../DAC/dac.c" Finished building: ../DAC/dac.c Building target: WELMY.adx Invoking: Andes C Linker nds32le-elf-gcc -O0 -nostartfiles -static -L"/cygdrive/C/Andestech/AndeSight211RDS/peripheral_lib/16F198_LibV1.2" -mcmodel=small -T"/cygdrive/C/Andestech/AndeSight211RDS/target/HY16F198B/HY16F198B.LD" -Wl,--gc-sections -mvh -o "WELMY.adx" ./src/main.o ./DAC/dac.o ./DAC/dac_irq.o ./.metadata/.plugins/org.eclipse.cdt.make.core/specs.o /cygdrive/C/Andestech/AndeSight211RDS/peripheral_lib/16F19_src/crt0.o -lm -lHYCON Finished building target: WELMY.adx Invoking: NM (symbol listing) nds32le-elf-nm -n -l -C "WELMY.adx" > output/symbol.txt Finished building: output/symbol.txt Invoking: Readelf (ELF info listing) nds32le-elf-readelf -a "WELMY.adx" > output/readelf.txt Finished building: output/readelf.txt Invoking: Size (section size listing) nds32le-elf-size "WELMY.adx" | tee output/.PHONY.size text (code + rodata) data bss dec hex filename 1260 (1260 + 0) 0 4 1264 4f0 WELMY.adx Finished building: output/.PHONY.size Invoking: Objcopy (object content copy) nds32le-elf-objcopy -S -O binary -O binary -j .Eric_init -j .text -j .rodata -j .jcr -j .data -j .sdata_d -j .sdata_w -j .sdata_h -j .sdata_b -j .sdata_f -j .sbss_f -j .sbss_b -j .sbss_h -j .sbss_w -j .sbss_d -j .bss "WELMY.adx" output/WELMY.bin; echo "time now :" ; date +%Y%m%d%H%M; echo `HYChcekSum output/WELMY.bin ` ; rm -f OUTPUT/WELMY-*.*; cp output/WELMY.bin OUTPUT/WELMY-`date +%Y%m%d%H%M`-`HYChcekSum output/WELMY.bin | grep Sum | sed 's/CheckSum=//g'`.bin; rm output/WELMY.bin;chmod 777 ../Debug/output/*.bin; time now : 201812311643 FileSize=1260 Byte CheckSum=0x3eda Finished building: output/WELMY.bin **** Build Finished **** -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple