NoMaY-jp’s ポイント

NoMaY-jp's ポイント

Total 201
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
+1
1月 26, 2021 Commented Hello moderators, I think that there is a misunderstanding between us and you. Frank and I discussed about 'total' warnings. I notice just now that we discussed about ''total' warnings. (But Frank may use something linker option which changes warnings to errors.) And moreover, I remember that I almost ignored such warnings (unsolved warnings) until I ported Amazon FreeRTOS to Renesas RX (GNURX version). But, on the case, I thought that such warnings aren't welcomed by AWS users. And I checked newlib source code then noticed assert() issue. For example, I get following 'warnings' form the code that is posted by moderators. 'rx-elf-gcc -O0 -ffunction-sections -fdata-sections -fdiagnostics-parseable-fixits -g2 -Wstack-usage=100 -mcpu=rx64m -misa=v2 -mlittle-endian-data -I"C:/Renesas/GitHubDesktop/workspaces/workspace_e2v780/TestGUNRXprintf/generate" -Wa,-adlnh="TestGUNRXprintf.lst" -MMD -MP -MF"src/TestGUNRXprintf.d" -MT"src/TestGUNRXprintf.o" "../src/TestGUNRXprintf.c" -c -o "src/TestGUNRXprintf.o"' 'rx-elf-gcc -O0 -ffunction-sections -fdata-sections -fdiagnostics-parseable-fixits -g2 -Wstack-usage=100 -mcpu=rx64m -misa=v2 -mlittle-endian-data -o "TestGUNRXprintf.elf" ./src/TestGUNRXprintf.o ./generate/hwinit.o ./generate/inthandler.o ./generate/start.o ./generate/vects.o -T "C:/Renesas/GitHubDesktop/workspaces/workspace_e2v780/TestGUNRXprintf/generate/linker_script.ld" -Wl,--start-group -lm -lc -lgcc -Wl,--end-group -nostartfiles -Wl,-e_PowerON_Reset -Wl,-M=TestGUNRXprintf.map' rx-elf-gcc @"TestGUNRXprintf.elf.in" c:/renesas/gcc/redhat/gnurx-elf/8.3.0.202004/rx-elf/rx-elf/bin/../lib/gcc/rx-elf/8.3.0.202004-GNURX/../../../../rx-elf/lib/rxv2\libc.a(lib_a-closer.o): In function `_close_r': (.text._close_r+0x10): warning: _close is not implemented and will always fail c:/renesas/gcc/redhat/gnurx-elf/8.3.0.202004/rx-elf/rx-elf/bin/../lib/gcc/rx-elf/8.3.0.202004-GNURX/../../../../rx-elf/lib/rxv2\libc.a(lib_a-fstatr.o): In function `_fstat_r': (.text._fstat_r+0x12): warning: _fstat is not implemented and will always fail c:/renesas/gcc/redhat/gnurx-elf/8.3.0.202004/rx-elf/rx-elf/bin/../lib/gcc/rx-elf/8.3.0.202004-GNURX/../../../../rx-elf/lib/rxv2\libc.a(lib_a-isattyr.o): In function `_isatty_r': (.text._isatty_r+0x10): warning: _isatty is not implemented and will always fail c:/renesas/gcc/redhat/gnurx-elf/8.3.0.202004/rx-elf/rx-elf/bin/../lib/gcc/rx-elf/8.3.0.202004-GNURX/../../../../rx-elf/lib/rxv2\libc.a(lib_a-lseekr.o): In function `_lseek_r': (.text._lseek_r+0x14): warning: _lseek is not implemented and will always fail c:/renesas/gcc/redhat/gnurx-elf/8.3.0.202004/rx-elf/rx-elf/bin/../lib/gcc/rx-elf/8.3.0.202004-GNURX/../../../../rx-elf/lib/rxv2\libc.a(lib_a-readr.o): In function `_read_r': (.text._read_r+0x14): warning: _read is not implemented and will always fail rx-elf-objcopy "TestGUNRXprintf.elf" -O srec -I elf32-rx-be-ns "TestGUNRXprintf.mot" rx-elf-size --format=berkeley "TestGUNRXprintf.elf" text data bss dec hex filename 23504 2596 64 26164 6634 TestGUNRXprintf.elf Best regards, NoMaY
+10
7月 22, 2020 Answered RX111でmallocに失敗する
+10
7月 22, 2020 Answered RX111でmallocに失敗する
サポート