I just looked at the codebase and now I am also confused. ;-)
At least the usage in the Makefiles seems to not correctly support TPL at this
point.
For what I have seen, we seem to have multiple problems:
1/ arch/arm/config.mk does test for '$(CONFIG_$(SPL_)SYS_THUMB_BUILD)’
instead of '$(C
Hi Philipp,
Yes, I'm building TPL, the error message gone after I add
TPL_SYS_THUMB_BUILD.
I still confuse where the build option affects, eg. which Mackfile or
config.mk?
Thanks,
- Kever
On 08/30/2017 06:16 PM, Dr. Philipp Tomsich wrote:
I just realised that you are building TPL.
For
I just realised that you are building TPL.
For this you will need a TPL_SYS_THUMB_BUILD symbol now (with the
CONFIG_IS_ENABLED knowing about the difference between TPL and SPL).
Here’s the test output from my commandline:
ptomsich@android:~/rk3399-spl/u-boot$
~/x-tools/arm-unknown-eabi/bin/arm-
Philipp,
On 08/30/2017 04:59 PM, Dr. Philipp Tomsich wrote:
Kever,
I took a quick look and this seems to be an issue with CONFIG macros.
This is failing, because the assembly (after preprocessing) requests regular
ARM mode and
supplies Thumb mnemonics (e.g. nop.w).
The trigger seems to be th
Kever,
I took a quick look and this seems to be an issue with CONFIG macros.
This is failing, because the assembly (after preprocessing) requests regular
ARM mode and
supplies Thumb mnemonics (e.g. nop.w).
The trigger seems to be the following CONFIG_IS_ENABLED check in
arch/arm/lib/memcpy.S:
5 matches
Mail list logo