Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Lum_Ji

Pages: [1]
1
NXPTM M522XX, KINETIS and i.MX RT / Re: KDS Compile Error
« on: November 07, 2017, 04:23:03 PM »
Thanks Mark.  That worked.  I'm sorry to bother you with a follow-up - when I attempted to build the uTasker application itself I get a similar error:

Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m0plus -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g -D_KINETIS -D_KDS -D_GNU -I"C:/Users/lum/Desktop/uTasker-GIT-Kinetis/Applications/uTaskerV1.4" -std=c99 -MMD -MP -MF"uTasker/Driver.d" -MT"uTasker/Driver.o" -c -o "uTasker/Driver.o" "../uTasker/Driver.c"
../uTasker/Driver.c: In function 'fnAllocateBuffer':
../uTasker/Driver.c:120:1: sorry, unimplemented: Thumb-1 hard-float VFP ABI
 {
 ^
uTasker/subdir.mk:66: recipe for target 'uTasker/Driver.o' failed
make: *** [uTasker/Driver.o] Error 1

I've made sure that I have the linker file set up and the indexer properly configured.

Thanks

2
NXPTM M522XX, KINETIS and i.MX RT / KDS Compile Error
« on: November 07, 2017, 07:01:27 AM »
Hello,

I am using the FRDMKL82Z board with KDS 3.2.

I am having trouble getting KDS to compile the TaskerSerialLoader.  I followed the instructions on https://www.youtube.com/watch?v=K8ScSgpgQ6M&feature=youtu.be ,configured the linker etc. and when I tried to build the SerialLoader it got to mmcau and started saying "selected processor does not support Thumb mode".  I have tried to switch to marm but it says something similar.

Thanks

Pages: [1]