Building modules on the Core

Hi,Everyone.
I am a beginner here. I got a Core,and I connected it to my local cloud(spark-server).
It works,I can light on the led and light off led by using particle command.

I can see

on ready { coreID: ‘XXXXXXXXXXXXXXXXXXX’,
ip: ‘XXXXXXXXXXXXXXX’,
product_id: 0,
firmware_version: 7,
cache_key: ‘_0’ }
Core online!

on server’s console.

When I try to build the latest fw,
sudo make
or
sudo make PLATFORM=core

it print
makefile:20: *** “Platform ‘core’ does not support dynamic modules”

I try to using firmware-0.4.6.1.zip,but it with the same problem.

Could anyone tell me, Should I get other version(What version == 7)?
or modify config on latest version,or some command?

Thanks

The Core doesn’t support modular firmware. To build for the core, be sure you start from the main directory, rather than modules.

Thanks.