Generation of 64-bit code template in a 32-bit defined platform #2445
Closed
aggelosmots
started this conversation in
General
Replies: 2 comments
-
found out that this comes from fpp code like in
which there is no condition that reads the architecture that a user defines |
Beta Was this translation helpful? Give feedback.
0 replies
-
The SystemResources component was not defined for use on systems without |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I have configured my PlatformTypes file to generate code for 32-bit target devices like this
but when I generate and build, it shows the error
I haven't found yet what could be the cause of it, but it may be related to the
cpp.tpml
or a bug in the autocoderTestVisitorBase.py
in line 108 (like not reading the no 64bit definition). Or simply the fact that I haven't completed the porting of the target hardware (missing the relevant libraries to the Drv directory)Beta Was this translation helpful? Give feedback.
All reactions