X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type; q=dns; s=default; b=KMzbSKSuGLC+ucm1m0TSeeMkbqioR /Q8rGIx2q39VGE41ocPV8gFV7dG7okSbDZcnas6TN1H6KbFkfZ3xgKFwRCqdgiNt VP4IAqmAwHwG7lNuowArvzzjp8L6q64W8bhRXMAeFWBtr4vTk09NtHFlPYYrg15C wj57OPCBM4v/OU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type; s=default; bh=fBu/0cBrexFV+IfW85hzJVlXMg4=; b=uke kF10K3nray6f5Za23McLDmmnV8Sdp6MJhRoqQympX5i2dCCIKlEF8CzDQs5cdou4 jG7RHDd3E0z8lcMdFojLh2oBbgPKlk3mSkvFv9ehYxirogXVPHupk5RbXGSZI3Xg HiM3mU/6lNX7Hsbg+pXjNA4HNDoZYNqVMQfZMRRI= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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 MIME-Version: 1.0 From: Viktor Bucher Date: Mon, 31 Dec 2018 16:46:08 -0200 Message-ID: Subject: Compiler/linker problem To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="UTF-8" **** 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 AT cygwin DOT 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