Hi, I’m running into an issue trying to build with the latest BSP for WEC2013 (1.4b2). Firstly, I ran this build error:
_filesys.dll C:\Users\zach.hannum\Documents\E371_SVN\software\control_module\trunk_maybe_branch\os\IMX6_Core2013\RelDir\TORADEXIMX6BIN_ARMV7_Release\_filesys.dll NK SHK
EXEC : error : failed setting line [C:\WINCE800\public\common\oak\misc\makeimg.proj]
C:\WINCE800\public\common\oak\misc\makeimg.proj(663,5): error MSB3073: The command "romimage C:\Users\zach.hannum\Documents\E371_SVN\software\control_module\trunk_maybe_branch\os\IMX6_Core2013\RelDir\TORADEXIMX6BIN_ARMV7_Release\ce.bib " exited with code 1.
Done Building Project "C:\WINCE800\public\common\oak\misc\makeimg.proj" (default targets) -- FAILED.
Build FAILED.
"C:\WINCE800\public\common\oak\misc\makeimg.proj" (default target) (1) ->
(RunRomImage target) ->
EXEC : error : Could not find file 'C:\Users\zach.hannum\Documents\E371_SVN\software\control_module\trunk_maybe_branch\os\IMX6_Core2013\RelDir\TORADEXIMX6BIN_ARMV7_Release\_filesys.dll' on disk [C:\WINCE800\public\common\oak\misc\makeimg.proj]
EXEC : error : failed setting line [C:\WINCE800\public\common\oak\misc\makeimg.proj]
C:\WINCE800\public\common\oak\misc\makeimg.proj(663,5): error MSB3073: The command "romimage C:\Users\zach.hannum\Documents\E371_SVN\software\control_module\trunk_maybe_branch\os\IMX6_Core2013\RelDir\TORADEXIMX6BIN_ARMV7_Release\ce.bib " exited with code 1.
0 Warning(s)
3 Error(s)
So I noticed the line _filesys.dll $(_FLATRELEASEDIR)\_filesys.dll NK SHK
in platform.bib. I modified this line to be filesys.dll $(_FLATRELEASEDIR)\filesys.dll NK SHK
. Now, build outputs this:
EXEC : warning : Found duplicate entry 'filesys.dll NK C:\E371_SVN\software\control_module\trunk_maybe_branch\os\IMX6_Core2013\RelDir\TORADEXIMX6BIN_ARMV7_Release\filesys.dll 00000007' ... skipping [C:\WINCE800\public\common\oak\misc\makeimg.proj] {log="C:\WINCE800\build.log(12723)"}
EXEC : error : Could not find file 'C:\E371_SVN\software\control_module\trunk_maybe_branch\os\IMX6_Core2013\RelDir\TORADEXIMX6BIN_ARMV7_Release\registry.fdf' on disk [C:\WINCE800\public\common\oak\misc\makeimg.proj] {log="C:\WINCE800\build.log(12731)"}
EXEC : error : failed setting line [C:\WINCE800\public\common\oak\misc\makeimg.proj] {log="C:\WINCE800\build.log(12734)"}
C:\WINCE800\public\common\oak\misc\makeimg.proj(663,5): error MSB3073: The command "romimage C:\E371_SVN\software\control_module\trunk_maybe_branch\os\IMX6_Core2013\RelDir\TORADEXIMX6BIN_ARMV7_Release\ce.bib " exited with code 1. {log="C:\WINCE800\build.log(12735)"}
EXEC : warning : Found duplicate entry 'filesys.dll NK C:\E371_SVN\software\control_module\trunk_maybe_branch\os\IMX6_Core2013\RelDir\TORADEXIMX6BIN_ARMV7_Release\filesys.dll 00000007' ... skipping [C:\WINCE800\public\common\oak\misc\makeimg.proj] {log="C:\WINCE800\build.log(12742)"}
EXEC : error : Could not find file 'C:\E371_SVN\software\control_module\trunk_maybe_branch\os\IMX6_Core2013\RelDir\TORADEXIMX6BIN_ARMV7_Release\registry.fdf' on disk [C:\WINCE800\public\common\oak\misc\makeimg.proj] {log="C:\WINCE800\build.log(12747)"}
EXEC : error : failed setting line [C:\WINCE800\public\common\oak\misc\makeimg.proj] {log="C:\WINCE800\build.log(12748)"}
C:\WINCE800\public\common\oak\misc\makeimg.proj(663,5): error MSB3073: The command "romimage C:\E371_SVN\software\control_module\trunk_maybe_branch\os\IMX6_Core2013\RelDir\TORADEXIMX6BIN_ARMV7_Release\ce.bib " exited with code 1. {log="C:\WINCE800\build.log(12749)"}
BLDDEMO: ERROR: Error(s) in makeimg phase. See C:\WINCE800\build.log for details. {log="C:\WINCE800\build.log(12756)"}
I’m assuming using the underscore with filesys.dll and using registry.fdf are a part of the speed optimizations, but what exactly is going on here? Is there a fix? Thank you in advance!