Jump to content

Recommended Posts

Posted (edited)

Hi all,

if i try to compile one of the orginal FM 1.4 pic18f452.asm

via make then i get a lot of

"Address exceeds maximum range for this processor."

make: *** [setup_pic18f452_mbfm_tk.hex] Error 1

error.txt

I suspected there is may some pic18f4685 option enabled

inside the asm but they are all turned off.

The pic18f4685.asm are compiled successful.

I have installed the correct version from the toolchain:

SDCC 2.80

MYSYS 1.0.11

Gputils 0.14.3 (also tried 1.0)

The forum search did not find a working solution.

Someone know what to do?

Best regards

Marxon

Edited by Marxon
Posted

These are only warnings, you've to accept them (the curve table doesn't fit into the PIC18F452 memory anymore...)

 

The actual error must be hidden somewhere else?

 

Best Regards, Thorsten.

Posted

Hi Thorsten,

tanks for your fast reply!

The actual error must be hidden somewhere else?

LOL!

You are right they are also compiled.

Damn i did not noticed this :/

Sorry for wasting your time!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...