Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt for MCUs 1.8
-
None
-
Sprint 3.1/2021
Description
Hi,
I have one issue while building MCUs Demo project "automotive" for RH850 D1M.
When compiling assembler file d1mx_startup.850, the below error occurs.
[80/166 7.8/sec] Building ASM object CMakeFiles\automotive.dir\C\Qt\QtMCUs\1.8.0\platform\boards\renesas\rh850-d1m1a-baremetal\cmake\ghs\d1mx_startup.850.obj_
FAILED: CMakeFiles/automotive.dir/C/Qt/QtMCUs/1.8.0/platform/boards/renesas/rh850-d1m1a-baremetal/cmake/ghs/d1mx_startup.850.obj_
C:\ghs\comp_201815\as850.exe -DPROFILE_GHS_V850 -DQT_NO_EXCEPTIONS
<omitted>
error: Unrecognized option '-DPROFILE_GHS_V850'
Usage: as850 [options] [ -o outfile ] source_file(s)
For more description, use -help
-noexpandbranch Suppress warning messages
-w Suppress warning messages
It seems that build script passes invalid parameters to as850.exe.
Unfortunately, the script has been written as "built-in" script so I can't modify it.
For your information, I'm sharing the whole build folder "build-automotive-Qt_for_MCUs_1_8_RH850_D1M1A_BAREMETAL_32bpp_GHS-Debug.zip"
Thank you,
Satoshi Kimoto